Author: gdalziel
Date: 2009-08-02 16:00:37 -0600 (Sun, 02 Aug 2009)
New Revision: 7928

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libquicktime.xml
Log:
Updated to libquicktime-1.1.3.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-08-02 20:27:25 UTC (rev 7927)
+++ trunk/BOOK/general.ent      2009-08-02 22:00:37 UTC (rev 7928)
@@ -673,7 +673,7 @@
 <!ENTITY nas-version                  "1.9.1">
 <!ENTITY libmpeg3-version             "1.8">
 <!ENTITY libmad-version               "0.15.1b">
-<!ENTITY libquicktime-version         "1.0.0">
+<!ENTITY libquicktime-version         "1.1.3">
 <!ENTITY libfame-version              "0.9.1">
 <!ENTITY speex-version                "1.0.5">
 <!ENTITY id3lib-version               "3.8.3">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-08-02 20:27:25 UTC 
(rev 7927)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-08-02 22:00:37 UTC 
(rev 7928)
@@ -44,6 +44,9 @@
       <para>August 2nd, 2009</para>
       <itemizedlist>
         <listitem>
+          <para>[gdalziel] - Updated to libquicktime-1.1.3.</para>
+        </listitem>
+        <listitem>
           <para>[gdalziel] - Updated Xpdf to patch-level 3.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/multimedia/libdriv/libquicktime.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libquicktime.xml      2009-08-02 20:27:25 UTC 
(rev 7927)
+++ trunk/BOOK/multimedia/libdriv/libquicktime.xml      2009-08-02 22:00:37 UTC 
(rev 7928)
@@ -6,8 +6,8 @@
 
   <!ENTITY libquicktime-download-http 
"&sourceforge-repo;/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
   <!ENTITY libquicktime-download-ftp  
"&gentoo-ftp-repo;/libquicktime-&libquicktime-version;.tar.gz">
-  <!ENTITY libquicktime-md5sum        "2f609e3ef5e760f44022f6c4b66d6a01">
-  <!ENTITY libquicktime-size          "998 KB">
+  <!ENTITY libquicktime-md5sum        "e4fcda219f1e0ca508d9baa3700e4a59">
+  <!ENTITY libquicktime-size          "960 KB">
   <!ENTITY libquicktime-buildsize     "17 MB">
   <!ENTITY libquicktime-time          "0.7 SBU (includes building all codec 
modules)">
 ]>
@@ -73,8 +73,9 @@
     <xref linkend="libdv"/>,
     <xref linkend="ffmpeg"/>,
     <ulink url="http://developers.videolan.org/x264.html";>x264</ulink>,
-    <xref linkend="faac"/>, and
-    <xref linkend="faad2"/></para>
+    <xref linkend="faac"/>, 
+    <xref linkend="faad2"/>, and
+    <ulink url="http://www.diracvideo.org";>Schroedinger</ulink></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/libquicktime"/></para>
@@ -87,11 +88,13 @@
     <para>Install <application>libquicktime</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --docdir=/usr/share/doc/libquicktime-&libquicktime-version; \
+            --without-doxygen &amp;&amp;
 make</userinput></screen>
 
-    <para>If you have <xref linkend="doxygen"/> installed and wish to create
-    the API documentation, issue: <command>doxygen</command>.</para>
+    <!-- <para>If you have <xref linkend="doxygen"/> installed and wish to 
create
+    the API documentation, issue: <command>doxygen</command>.</para> -->
 
     <para>This package does not come with a test suite.</para>
 
@@ -102,20 +105,24 @@
 install -v -m644    README doc/{*.txt,*.html,mainpage.incl} \
                     
/usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
 
+    <!-- This is now installed by default with make install.
+
     <para>If you created the API documentation, install it by issuing the
     following commands as the <systemitem class="username">root</systemitem>
     user:</para>
 
 <screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/libquicktime-&libquicktime-version;/api &amp;&amp;
-install -v -m644    doc/html/* \
+install -v -m644    doc/apiref/* \
                     
/usr/share/doc/libquicktime-&libquicktime-version;/api</userinput></screen>
 
+    -->
+
   </sect2>
 
-  <!-- <sect2 role="commands">
+  <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
+    <!--  <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
     NAME&gt;</replaceable></option>:
     This option can be used to force <application>libquicktime</application> to
     use a specified version of <application>FFmpeg</application> to build the
@@ -129,10 +136,16 @@
     <application>FFmpeg</application>
     <filename class='libraryfile'>libavcodec</filename> library was statically
     linked into the <application>libquicktime</application>
-    <application>FFmpeg</application> module.</para>
+    <application>FFmpeg</application> module.</para> -->
 
-  </sect2> -->
+    <para><parameter>--without-doxygen</parameter>: This is necessary if you do
+    not have Doxygen, omit this if installed.</para>
 
+    <para><parameter>--enable-gpl</parameter>: Changes the licence to GPL. This
+    enables some extra plugins, such as FAAC, FAAD2, and x264.</para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to