Changeset 9a11ede


Ignore:
Timestamp:
06/14/2015 01:16:45 AM (9 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.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:
a0ac49a6
Parents:
8cde5230
Message:

Recommend building gst-plugins-bad wtih clang to avoid video problems.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8cde5230 r9a11ede  
    4848      <para>June 13th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Recommend building gst-plugins-bad wtih
     52          clang to avoid video problems. Fixes
     53          <ulink url="&blfs-ticket-root;6577">#6577</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[fernando] - Update to cups-filters-1.0.69. Fixes
  • multimedia/libdriv/gst-plugins-bad.xml

    r8cde5230 r9a11ede  
    8989      <xref linkend="libpng"/>,
    9090      <xref linkend="libvpx"/>,
     91      <xref linkend="llvm"/>,
    9192      <xref linkend="openssl"/> and
    9293      <xref linkend="xvid"/>
     
    164165    </para>
    165166
     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
    166174<screen><userinput>./configure --prefix=/usr --with-gtk=3.0 --disable-examples &amp;&amp;
    167 make</userinput></screen>
     175CC=clang make</userinput></screen>
    168176
    169177    <para>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r8cde5230 r9a11ede  
    100100    <para role="recommended">
    101101      <xref linkend="libdvdread"/>,
    102       <xref linkend="libdvdnav"/>, and
     102      <xref linkend="libdvdnav"/>,
     103      <xref linkend="llvm"/>, and
    103104      <xref linkend="soundtouch"/>
    104105    </para>
     
    145146      <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>, and
    146147      <ulink url="http://sourceforge.net/projects/zbar/">ZBAR</ulink>
    147       <!-- Not ported
    148       <xref linkend="jasper"/>,
    149       <xref linkend="libmusicbrainz"/>,
    150       <xref linkend="libpng"/>,
    151       <xref linkend="librsvg"/>,
    152       <xref linkend="libsndfile"/>,
    153       <xref linkend="sdl"/>,
    154       <xref linkend="xvid"/>,
    155       <ulink url="http://sourceforge.net/projects/dirac/">Dirac</ulink>
    156       <ulink url="http://directfb.org/">DirectFB</ulink>
    157       <ulink url="http://www.ladspa.org/">LADSPA SDK</ulink>
    158       <ulink url="http://sourceforge.net/projects/libdc1394/">libdc1394</ulink>
    159       <ulink url="http://code.google.com/p/libkate/">libkate</ulink>
    160       <ulink url="http://modplug-xmms.sourceforge.net/">libmodplug</ulink>
    161       <ulink url="http://www.musepack.net/">MusePack</ulink>
    162       <ulink url="http://sourceforge.net/projects/nas/">NAS</ulink>
    163       <ulink url="http://sourceforge.net/projects/wildmidi/">WildMidi</ulink>
    164       <ulink url="http://sourceforge.net/projects/zapping/">ZVBI</ulink> -->
    165148    </para>
    166149
     
    190173    </para>
    191174
     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>
     180
    192181<screen><userinput>./configure --prefix=/usr \
    193182            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    194183            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    195 make</userinput></screen>
     184CC=clang make</userinput></screen>
    196185
    197186    <para>
Note: See TracChangeset for help on using the changeset viewer.