Changeset a8f0cdf


Ignore:
Timestamp:
08/21/2013 04:31:34 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8d3d7c2
Parents:
2dcc08c0
Message:

More tags
Fix gstreamer-1.0.9 to work with Bison-3.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11665 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer10.xml

    r2dcc08c0 ra8f0cdf  
    3939    </para>
    4040
    41     &lfs73_checked;
     41    &lfs74_checked;
    4242
    4343    &gst-compat;
     
    109109    </para>
    110110
    111 <screen><userinput>./configure --prefix=/usr \
     111<screen><userinput>sed -i  -e '/YYLEX_PARAM/d'                                       \
     112        -e '/parse-param.*scanner/i %lex-param { void *scanner }' \
     113    gst/parse/grammar.y &amp;&amp;
     114
     115./configure --prefix=/usr \
    112116            --libexecdir=/usr/lib \
    113117            --with-package-name="GStreamer &gstreamer10-version; BLFS" \
     
    126130
    127131  </sect2>
     132
     133  <sect2 role="commands">
     134    <title>Command Explanations</title>
     135
     136    <para>
     137      <command>sed ... gst/parse/grammar.y</command>: This command corrects
     138      a problem caused by the most recent version of Bison.
     139    </para>
     140
     141  </sect2>
     142
    128143
    129144  <sect2 role="content">
  • postlfs/shells/dash.xml

    r2dcc08c0 ra8f0cdf  
    3838    a script is completely compatible with POSIX syntax.</para>
    3939
    40     &lfs73_checked;
     40    &lfs74_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/shells/tcsh.xml

    r2dcc08c0 ra8f0cdf  
    3737    installation tasks.</para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/shells/zsh.xml

    r2dcc08c0 ra8f0cdf  
    3838    <application>ksh</application> but includes many enhancements.</para>
    3939
    40     &lfs73_checked;
     40    &lfs74_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.