Author: randy
Date: 2013-01-22 18:56:00 -0700 (Tue, 22 Jan 2013)
New Revision: 10960

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml
Log:
Added a patch to the gst-plugins-ugly instructions to fix building against the 
new libcdio API

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2013-01-21 18:02:21 UTC (rev 10959)
+++ trunk/BOOK/general.ent      2013-01-23 01:56:00 UTC (rev 10960)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "23">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 21st, &year;">
+<!ENTITY releasedate  "January 23rd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2013-01-21 18:02:21 UTC 
(rev 10959)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2013-01-23 01:56:00 UTC 
(rev 10960)
@@ -45,6 +45,16 @@
 -->
 
     <listitem>
+      <para>January 23rd, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a patch to the gst-plugins-ugly instructions to
+          fix building against the new libcdio API.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 21st, 2013</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml  2013-01-21 18:02:21 UTC 
(rev 10959)
+++ trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml  2013-01-23 01:56:00 UTC 
(rev 10960)
@@ -79,6 +79,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">GStreamer Ugly Plug-ins 
Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -135,7 +145,8 @@
       the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>patch -Np1 -i 
../gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>

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