Changeset c5eb8ede


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

Files:
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r05899b4 rc5eb8ede  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Add sed to cdrdao to make compatible with
     49          lame-3.100.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Move vte2 to lxde chapter from xfce.
     53          It is no longer used in xfce, but it is in lxde.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Thunar-1.7.0. Fixes
     57          <ulink url="&blfs-ticket-root;10072">#10072</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to exo-0.11.5. Marked as development,
     61          but needed for Thunar-1.7.0.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[dj] - Correct PAM module dir for libpwquality and gdm.</para>
    4965        </listitem>
  • lxde/apps/apps.xml

    r05899b4 rc5eb8ede  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxrandr.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxtask.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte2.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxterminal.xml"/>
    2930
  • 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
  • packages.ent

    r05899b4 rc5eb8ede  
    635635<!ENTITY xfconf-version               "4.12.1">
    636636<!ENTITY libxfce4ui-version           "4.12.1">
    637 <!ENTITY exo-version                  "0.10.7">
     637<!ENTITY exo-version                  "0.11.5">
    638638<!ENTITY garcon-version               "0.6.1">
    639639<!ENTITY gtk-xfce-engine-version      "3.2.0">
     
    642642<!ENTITY xfce4-panel-version          "4.12.1">
    643643<!ENTITY xfce4-xkb-plugin-version     "0.7.1">
    644 <!ENTITY thunar-version               "1.6.12">
     644<!ENTITY thunar-version               "1.7.0">
    645645<!ENTITY thunar-volman-version        "0.8.1">
    646646<!ENTITY tumbler-version              "0.2.0">
  • xfce/apps/apps.xml

    r05899b4 rc5eb8ede  
    2121  </para>
    2222
    23 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="midori.xml"/>-->
    2423  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parole.xml"/>
    25 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mousepad.xml"/>-->
    26   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte2.xml"/>
    2724  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-terminal.xml"/>
    2825  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/>
  • xfce/core/exo.xml

    r05899b4 rc5eb8ede  
    66
    77  <!ENTITY exo-download-http
    8            "http://archive.xfce.org/src/xfce/exo/0.10/exo-&exo-version;.tar.bz2">
     8           "http://archive.xfce.org/src/xfce/exo/0.11/exo-&exo-version;.tar.bz2">
    99  <!ENTITY exo-download-ftp  " ">
    10   <!ENTITY exo-md5sum        "92ca200b8787cdd7494164cbc0ed8200">
     10  <!ENTITY exo-md5sum        "2e560edfa8ddf77e21c4787a6f600171">
    1111  <!ENTITY exo-size          "1.2 MB">
    12   <!ENTITY exo-buildsize     "22 MB (with tests)">
    13   <!ENTITY exo-time          "0.2 SBU (with tests)">
     12  <!ENTITY exo-buildsize     "25 MB (with tests)">
     13  <!ENTITY exo-time          "0.3 SBU (with tests)">
    1414]>
    1515
     
    137137        </seg>
    138138        <seg>
    139           libexo-1.so
     139          libexo-1.so and
     140          libexo-2.so
    140141        </seg>
    141142        <seg>
    142143          /etc/xdg/xfce4,
    143           /usr/{include,lib/xfce4}/exo-1, and
     144          /usr/{include,lib/xfce4}/exo-1,
     145          /usr/include/exo-2, and
    144146          /usr/share/{{gtk-doc/html,pixmaps}/exo-1,xfce4}
    145147        </seg>
  • xfce/core/thunar.xml

    r05899b4 rc5eb8ede  
    88           "http://archive.xfce.org/src/xfce/thunar/1.6/Thunar-&thunar-version;.tar.bz2">
    99  <!ENTITY thunar-download-ftp  " ">
    10   <!ENTITY thunar-md5sum        "1bdf3c4a57ff886c512341f24b5e0e88">
    11   <!ENTITY thunar-size          "1.8 MB">
    12   <!ENTITY thunar-buildsize     "47 MB">
     10  <!ENTITY thunar-md5sum        "60f0cb9928859aa94028d06f82dd9e1c">
     11  <!ENTITY thunar-size          "2.1 MB">
     12  <!ENTITY thunar-buildsize     "50 MB">
    1313  <!ENTITY thunar-time          "0.5 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.