Changeset 7ee3d722
- Timestamp:
- 06/30/2015 11:45:30 PM (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:
- 5cdcd74
- Parents:
- 10e632f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r10e632f r7ee3d722 48 48 <para>June 30th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - gst-plugins-bad (both series): fix the browser segfaults 52 in youtube when compiled with gcc-5. Thanks to Bruce for cleaning up 53 the sed.</para> 54 </listitem> 50 55 <listitem> 51 56 <para>[ken] - Update to released version of blblatex-biber-2.1. Fixes -
multimedia/libdriv/gst-plugins-bad.xml
r10e632f r7ee3d722 160 160 -i ext/vp8/gstvp8utils.h</userinput></screen> 161 161 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 162 170 <para> 163 171 Install <application>Gstreamer Bad Plug-ins</application> by running the following … … 165 173 </para> 166 174 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> from170 LLVM is known to avoid these problems.171 </para></note>172 173 174 175 <screen><userinput>./configure --prefix=/usr --with-gtk=3.0 --disable-examples && 175 CC=clangmake</userinput></screen>176 make</userinput></screen> 176 177 177 178 <para> -
multimedia/libdriv/gst10-plugins-bad.xml
r10e632f r7ee3d722 166 166 </para> 167 167 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 &&</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> 169 177 170 178 <para> … … 172 180 following commands: 173 181 </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> from178 LLVM is known to avoid these problems.179 </para></note>180 182 181 183 <screen><userinput>./configure --prefix=/usr \ 182 184 --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \ 183 185 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 184 CC=clangmake</userinput></screen>186 make</userinput></screen> 185 187 186 188 <para>
Note:
See TracChangeset
for help on using the changeset viewer.