Author: randy
Date: 2007-07-18 12:28:44 -0600 (Wed, 18 Jul 2007)
New Revision: 6918

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/gstreamer.xml
Log:
Updated to GStreamer-0.10.13

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-07-18 16:03:05 UTC (rev 6917)
+++ trunk/BOOK/general.ent      2007-07-18 18:28:44 UTC (rev 6918)
@@ -612,7 +612,7 @@
 <!ENTITY xvid-version                 "1.1.0">
 <!ENTITY xine-lib-version             "1.1.6">
 <!ENTITY libmikmod-version            "3.1.11">
-<!ENTITY gstreamer-version            "0.10.11">
+<!ENTITY gstreamer-version            "0.10.13">
 <!ENTITY gst-plugins-base-version     "0.10.11">
 <!ENTITY gst-plugins-good-version     "0.10.4">
 <!ENTITY gst-plugins-ugly-version     "0.10.4">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-07-18 16:03:05 UTC 
(rev 6917)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-07-18 18:28:44 UTC 
(rev 6918)
@@ -45,6 +45,9 @@
       <para>July 18th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to GStreamer-0.10.13.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added an additional sed to the LPRng instructions
           to correct some bad syntax.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/libdriv/gstreamer.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer.xml 2007-07-18 16:03:05 UTC (rev 
6917)
+++ trunk/BOOK/multimedia/libdriv/gstreamer.xml 2007-07-18 18:28:44 UTC (rev 
6918)
@@ -5,12 +5,11 @@
   %general-entities;
 
   <!ENTITY gstreamer-download-http 
"http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2";>
-  <!ENTITY gstreamer-download-ftp  " ">
-  <!-- <!ENTITY gstreamer-download-ftp  
"&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.bz2"> -->
-  <!ENTITY gstreamer-md5sum        "67240094e08c845b7bbcfba755c95695">
-  <!ENTITY gstreamer-size          "1.8 MB">
-  <!ENTITY gstreamer-buildsize     "71.8 MB">
-  <!ENTITY gstreamer-time          "1.6 SBU (includes building manuals, 
additional 1.0 SBU to rebuild API docs and 0.5 SBU to run the test suite)">
+  <!ENTITY gstreamer-download-ftp  
"&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.bz2">
+  <!ENTITY gstreamer-md5sum        "69b594b43e52e1d0eaf512a89c7b3137">
+  <!ENTITY gstreamer-size          "1.9 MB">
+  <!ENTITY gstreamer-buildsize     "72 MB">
+  <!ENTITY gstreamer-time          "1.5 SBU (includes building manuals and 0.5 
SBU to run the test suite)">
 ]>
 
 <sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
@@ -128,18 +127,21 @@
 install -v -m755 -d /usr/share/doc/gstreamer-0.10/design &amp;&amp;
 install -v -m644 docs/design/*.txt \
                     /usr/share/doc/gstreamer-0.10/design &amp;&amp;
+
 if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
     chown -v -R root:root \
         /usr/share/doc/gstreamer-0.10/*/html
 fi</userinput></screen>
 
+    <!-- Gtk-Docs are now installed by default, even without building them
     <para>If you did not rebuild the API documentation by passing
-    <option>--enable-gtk-doc</option> to the <command>configure</command>
+    <option>-enable-gtk-doc</option> to the <command>configure</command>
     script and you wish to install the pre-built documentation, issue the
     following command as the <systemitem class="username">root</systemitem>
     user:</para>
 
 <screen role="root"><userinput>for DOCS in gst libs plugins; do make -C 
docs/$DOCS install-data; done</userinput></screen>
+    -->
 
     <sect3>
       <title>Testing the Installation</title>
@@ -163,8 +165,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>--enable-gtk-doc</option>: This parameter is used to rebuild
-    and install the API documentation.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
 
     <para><option>--enable-docbook</option>: This parameter is used to build
     HTML, PDF and PostScript versions of the

-- 
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