Changeset 9d11b8a5


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rde4d07a r9d11b8a5  
    4848      <para>August 13th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - seds to fix builds of mesa and xine-lib.</para>
     52        </listitem>
    5053        <listitem revision="systemd">
    5154          <para>[renodr] - Update to colord1-1.3.3. Fixes
  • 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
  • x/installing/mesa.xml

    rde4d07a r9d11b8a5  
    165165
    166166sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
    167 sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     167sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &amp;&amp;
    168168./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    169169            --prefix=$XORG_PREFIX           \
     
    223223
    224224    <para>
    225       <command>sed -i ...</command>: This sed removes a dependency on the
    226       <application>libpthread-stubs</application> package which is useless
    227       on Linux.
    228     </para>
    229 
    230     <para>
    231       <command>sed -i ... ltmain.sh</command>: This sed silences several
     225      <command>sed -i ... configure.ac</command>: This sed removes a dependency
     226      on the <application>libpthread-stubs</application> package which is
     227      useless on Linux.
     228    </para>
     229
     230    <para>
     231      <command>sed -i ... bin/ltmain.sh</command>: This sed silences several
    232232      useless and annoying warnings from libtool.
    233233    </para>
Note: See TracChangeset for help on using the changeset viewer.