Changeset 9a11ede
- Timestamp:
- 06/14/2015 01:16:45 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a0ac49a6
- Parents:
- 8cde5230
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8cde5230 r9a11ede 48 48 <para>June 13th, 2015</para> 49 49 <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> 50 55 <listitem> 51 56 <para>[fernando] - Update to cups-filters-1.0.69. Fixes -
multimedia/libdriv/gst-plugins-bad.xml
r8cde5230 r9a11ede 89 89 <xref linkend="libpng"/>, 90 90 <xref linkend="libvpx"/>, 91 <xref linkend="llvm"/>, 91 92 <xref linkend="openssl"/> and 92 93 <xref linkend="xvid"/> … … 164 165 </para> 165 166 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 166 174 <screen><userinput>./configure --prefix=/usr --with-gtk=3.0 --disable-examples && 167 make</userinput></screen>175 CC=clang make</userinput></screen> 168 176 169 177 <para> -
multimedia/libdriv/gst10-plugins-bad.xml
r8cde5230 r9a11ede 100 100 <para role="recommended"> 101 101 <xref linkend="libdvdread"/>, 102 <xref linkend="libdvdnav"/>, and 102 <xref linkend="libdvdnav"/>, 103 <xref linkend="llvm"/>, and 103 104 <xref linkend="soundtouch"/> 104 105 </para> … … 145 146 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>, and 146 147 <ulink url="http://sourceforge.net/projects/zbar/">ZBAR</ulink> 147 <!-- Not ported148 <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> -->165 148 </para> 166 149 … … 190 173 </para> 191 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> 180 192 181 <screen><userinput>./configure --prefix=/usr \ 193 182 --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \ 194 183 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 195 make</userinput></screen>184 CC=clang make</userinput></screen> 196 185 197 186 <para>
Note:
See TracChangeset
for help on using the changeset viewer.