Author: chris
Date: 2012-10-25 21:54:41 -0600 (Thu, 25 Oct 2012)
New Revision: 10787

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
   trunk/BOOK/multimedia/libdriv/gstreamer.xml
Log:
sed commands for gstreamer and plugins are no longer needed

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-10-25 20:45:28 UTC 
(rev 10786)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-10-26 03:54:41 UTC 
(rev 10787)
@@ -100,6 +100,10 @@
         <listitem>
           <para>[krejzi] - Xorg Nouveau Driver 1.0.3.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed obsolete sed commands from gstreamer and
+          gst-plugins-base.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml  2012-10-25 20:45:28 UTC 
(rev 10786)
+++ trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml  2012-10-26 03:54:41 UTC 
(rev 10787)
@@ -136,9 +136,7 @@
       the following commands:
     </para>
 
-<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| 
true\2/' \
-  docs/libs/Makefile.in &amp;&amp;
-./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -159,16 +157,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para>
-      <command>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| 
true\2/' \
-      docs/libs/Makefile.in</command>: This <command>sed</command> tests if
-      <command>gtkdoc-rebase</command> is present, and only uses it if it is,
-      but the test <command>which gtk-doc</command> is interpreted as an error 
by
-      <command>make</command> if <command>gtkdoc-rebase</command> is not 
present.
-      The <command>sed</command> command ensures the command is always 
regarded as
-      successful.
-    </para>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/multimedia/libdriv/gstreamer.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer.xml 2012-10-25 20:45:28 UTC (rev 
10786)
+++ trunk/BOOK/multimedia/libdriv/gstreamer.xml 2012-10-26 03:54:41 UTC (rev 
10787)
@@ -130,9 +130,7 @@
       commands:
     </para>
 
-<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| 
true\2/' \
-  docs/{gst,libs}/Makefile.in &amp;&amp;
-./configure --prefix=/usr \
+<screen><userinput>./configure --prefix=/usr \
             --libexecdir=/usr/lib \
             --disable-static &amp;&amp;
 make</userinput></screen>
@@ -185,16 +183,6 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| 
true\2/' \
-      docs/{gst,libs}/Makefile.in</command>: Two of the Makefiles test if
-      <command>gtkdoc-rebase</command> is present, and only use it if it is,
-      but the test <command>which gtk-doc</command> is interpreted as an error 
by
-      <command>make</command> if <command>gtkdoc-rebase</command> is not 
present.
-      The <command>sed</command> command ensures the command is always 
regarded as
-      successful.
-    </para>
-
-    <para>
       <parameter>--libexecdir=/usr/lib</parameter>: This parameter is used
       so that the <application>GStreamer</application> internal support 
programs
       are installed in the preferred location of <filename

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