Changeset 2a33982
- Timestamp:
- 08/24/2013 01:26:43 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 54e9eea
- Parents:
- a7eaa89
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/automoc4.xml
ra7eaa89 r2a33982 34 34 <application>CMake</application> as the buildsystem.</para> 35 35 36 &lfs7 3_checked;36 &lfs74_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
kde/core/phonon.xml
ra7eaa89 r2a33982 34 34 supported by KDE. Phonon needs either the GStreamer or VLC backend.</para> 35 35 36 &lfs7 3_checked;36 &lfs74_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
multimedia/libdriv/gst-plugins-bad.xml
ra7eaa89 r2a33982 39 39 </para> 40 40 41 &lfs7 3_checked;41 &lfs74_checked; 42 42 43 43 &gst-compat; -
multimedia/libdriv/gst-plugins-base.xml
ra7eaa89 r2a33982 44 44 </para> 45 45 46 &lfs7 3_checked;46 &lfs74_checked; 47 47 48 48 &gst-compat; -
multimedia/libdriv/gst-plugins-good.xml
ra7eaa89 r2a33982 43 43 </para> 44 44 45 &lfs7 3_checked;45 &lfs74_checked; 46 46 47 47 &gst-compat; -
multimedia/libdriv/gstreamer.xml
ra7eaa89 r2a33982 43 43 </para> 44 44 45 &lfs7 3_checked;45 &lfs74_checked; 46 46 47 47 &gst-compat; … … 131 131 </para> 132 132 133 <screen><userinput>./configure --prefix=/usr \ 133 <screen><userinput>sed -i -e '/YYLEX_PARAM/d' \ 134 -e '/parse-param.*scanner/i %lex-param { void *scanner }' \ 135 gst/parse/grammar.y && 136 137 ./configure --prefix=/usr \ 134 138 --libexecdir=/usr/lib \ 135 139 --disable-static && … … 182 186 <sect2 role="commands"> 183 187 <title>Command Explanations</title> 188 189 <para> 190 <command>sed ... gst/parse/grammar.y</command>: This command corrects 191 a problem caused by the most recent version of Bison. 192 </para> 184 193 185 194 <para>
Note:
See TracChangeset
for help on using the changeset viewer.