Author: bdubbs
Date: Wed Aug 21 09:31:34 2013
New Revision: 11665
Log:
More tags
Fix gstreamer-1.0.9 to work with Bison-3.0
Modified:
trunk/BOOK/multimedia/libdriv/gstreamer10.xml
trunk/BOOK/postlfs/shells/dash.xml
trunk/BOOK/postlfs/shells/tcsh.xml
trunk/BOOK/postlfs/shells/zsh.xml
Modified: trunk/BOOK/multimedia/libdriv/gstreamer10.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer10.xml Tue Aug 20 18:40:33
2013 (r11664)
+++ trunk/BOOK/multimedia/libdriv/gstreamer10.xml Wed Aug 21 09:31:34
2013 (r11665)
@@ -38,7 +38,7 @@
<xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav
plugins.
</para>
- &lfs73_checked;
+ &lfs74_checked;
&gst-compat;
@@ -108,7 +108,11 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -i -e '/YYLEX_PARAM/d'
\
+ -e '/parse-param.*scanner/i %lex-param { void *scanner }' \
+ gst/parse/grammar.y &&
+
+./configure --prefix=/usr \
--libexecdir=/usr/lib \
--with-package-name="GStreamer &gstreamer10-version; BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
&&
@@ -126,6 +130,17 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <command>sed ... gst/parse/grammar.y</command>: This command corrects
+ a problem caused by the most recent version of Bison.
+ </para>
+
+ </sect2>
+
+
<sect2 role="content">
<title>Contents</title>
Modified: trunk/BOOK/postlfs/shells/dash.xml
==============================================================================
--- trunk/BOOK/postlfs/shells/dash.xml Tue Aug 20 18:40:33 2013 (r11664)
+++ trunk/BOOK/postlfs/shells/dash.xml Wed Aug 21 09:31:34 2013 (r11665)
@@ -37,7 +37,7 @@
failure. <application>Dash</application> is also useful for checking that
a script is completely compatible with POSIX syntax.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
==============================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml Tue Aug 20 18:40:33 2013 (r11664)
+++ trunk/BOOK/postlfs/shells/tcsh.xml Wed Aug 21 09:31:34 2013 (r11665)
@@ -36,7 +36,7 @@
and also because some programs require the C shell in order to perform
installation tasks.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/shells/zsh.xml
==============================================================================
--- trunk/BOOK/postlfs/shells/zsh.xml Tue Aug 20 18:40:33 2013 (r11664)
+++ trunk/BOOK/postlfs/shells/zsh.xml Wed Aug 21 09:31:34 2013 (r11665)
@@ -37,7 +37,7 @@
<application>zsh</application> most closely resembles
<application>ksh</application> but includes many enhancements.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page