Changeset 7ee3d722 for multimedia


Ignore:
Timestamp:
06/30/2015 11:45:30 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5cdcd74
Parents:
10e632f
Message:

gst-plugins-bad (both): fixes for crashes when using youtube.

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst-plugins-bad.xml

    r10e632f r7ee3d722  
    160160    -i  ext/vp8/gstvp8utils.h</userinput></screen>
    161161
     162    <para>Prevent a miscompilation caused by a change in the output from
     163    <application>cpp in gcc-5</application> which leads to crashes.</para>
     164
     165<screen><userinput>sed -i -e 's/ GST_CHECK_FAAD_VERSION / /' \
     166       -e '/"GST_CHECK_FAAD_VERSION/{
     167           s/GST_CHECK_FAAD_VERSION //
     168           s/""/"$"/ }' configure</userinput></screen>
     169
    162170    <para>
    163171      Install <application>Gstreamer Bad Plug-ins</application> by running the following
     
    165173    </para>
    166174
    167     <note><para>
    168       This package is known to cause video problems when building with gcc-5.
    169       Until a new version is released, using <userinput>clang</userinput> from
    170       LLVM is known to avoid these problems.
    171     </para></note>
    172 
    173 
    174175<screen><userinput>./configure --prefix=/usr --with-gtk=3.0 --disable-examples &amp;&amp;
    175 CC=clang make</userinput></screen>
     176make</userinput></screen>
    176177
    177178    <para>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r10e632f r7ee3d722  
    166166    </para>
    167167
    168 <screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-openjpeg21-1.patch</userinput></screen>
     168<screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-openjpeg21-1.patch &amp;&amp;</userinput></screen>
     169
     170    <para>Prevent a miscompilation caused by a change in the output from
     171    <application>cpp in gcc-5</application> which leads to crashes.</para>
     172
     173<screen><userinput>sed -i -e 's/ GST_CHECK_FAAD_VERSION / /' \
     174       -e '/"GST_CHECK_FAAD_VERSION/{
     175           s/GST_CHECK_FAAD_VERSION //
     176           s/""/"$"/ }' configure</userinput></screen>
    169177
    170178    <para>
     
    172180      following commands:
    173181    </para>
    174 
    175     <note><para>
    176       This package is known to cause video problems when building with gcc-5.
    177       Until a new version is released, using <userinput>clang</userinput> from
    178       LLVM is known to avoid these problems.
    179     </para></note>
    180182
    181183<screen><userinput>./configure --prefix=/usr \
    182184            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    183185            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    184 CC=clang make</userinput></screen>
     186make</userinput></screen>
    185187
    186188    <para>
Note: See TracChangeset for help on using the changeset viewer.