Ignore:
Timestamp:
12/01/2017 04:32:55 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
e024fe4
Parents:
05899b4
Message:

Add sed to cdrdao to make compatible with lame-3.100.
Move vte2 to lxde chapter from xfce.

It is no longer used in xfce, but it is in lxde.

Update to Thunar-1.7.0.
Update to exo-0.11.5. Marked as development,

but needed for Thunar-1.7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao.xml

    r05899b4 rc5eb8ede  
    7676    commands:</para>
    7777
    78 <screen><userinput>sed -i '/ioctl.h/a #include &lt;sys/stat.h&gt;' dao/ScsiIf-linux.cc  &amp;&amp;
    79 sed -i 's/\(char .*REMOTE\)/unsigned \1/' dao/CdrDriver.{cc,h} &amp;&amp;
     78<screen><userinput>
     79sed -i '/ioctl.h/a #include &lt;sys/stat.h&gt;' dao/ScsiIf-linux.cc             &amp;&amp;
     80sed -i 's/\(char .*REMOTE\)/unsigned \1/' dao/CdrDriver.{cc,h}            &amp;&amp;
     81sed -i 's/bitrate_table.1..i./lame_get_bitrate(1, i)/g' utils/toc2mp3.cc  &amp;&amp;
    8082
    8183./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     
    104106      sed stops <application>gcc-6.1</application> from stopping the build
    105107      due to C++ now treating an 'int' to 'char' conversion as an error.
     108    </para>
     109
     110    <para>
     111      <command>sed -i ... bitrate_table ...</command>: This
     112      sed is needed for compatibility with LAME-3.100.
    106113    </para>
    107114
Note: See TracChangeset for help on using the changeset viewer.