Changeset 9d11b8a5 for multimedia


Ignore:
Timestamp:
08/13/2016 08:35:52 PM (8 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, 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:
3521f4f
Parents:
de4d07a
Message:

Change sed for mesa, including Bruce's suggestion, and add sed to xine-lib to fix build with libxcb-1.12.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    rde4d07a r9d11b8a5  
    134134    -i src/video_dec/image.c &amp;&amp;
    135135
     136sed -e '/xineplug_vo_out_xcbxv_la_LIBADD/s/$(XCB_LIBS)/$(XCBSHM_LIBS) $(XCB_LIBS)/' \
     137    -i src/video_out/Makefile.in &amp;&amp;
     138sed -e 's/\(xcb-shape >= 1.0\)/xcb \1/' -i m4/video_out.m4 &amp;&amp;
     139
    136140./configure --prefix=/usr          \
    137141            --disable-vcd          \
     
    174178    <para>
    175179      <command>sed ...</command>: These commands enable the package to be
    176       built with <xref linkend='ffmpeg'/> and <xref linkend='imagemagick'/>.
     180      built with <xref linkend='ffmpeg'/>, <xref linkend='imagemagick'/>
     181      and <xref linkend="libxcb"/>.
    177182    </para>
    178183
Note: See TracChangeset for help on using the changeset viewer.