Changeset c7918a9 for general


Ignore:
Timestamp:
03/10/2019 09:07:29 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a1108958
Parents:
5bf32c0
Message:

Add lua-5.2.4. Supports wireshark.
Update to colord-1.4.4.
Update to gdk-pixbuf-2.38.1.

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

Location:
general
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js52.xml

    r5bf32c0 rc7918a9  
    111111            --with-system-nspr  \
    112112            --with-system-icu   \
    113             --enable-threadsafe \
    114113            --enable-readline   &amp;&amp;
    115114make</userinput></screen>
     
    140139      support in the JS shell.
    141140    </para>
    142    
    143     <para>
    144       <parameter>--enable-threadsafe</parameter>: This switch enables support
     141<!--   
     142    <para>
     143      <parameter>- -enable-threadsafe</parameter>: This switch enables support
    145144      for multiple threads at one time. This increases performance as well as
    146145      stability.
    147146    </para>
    148 
     147-->
    149148  </sect2>
    150149
  • general/graphlib/sassc.xml

    r5bf32c0 rc7918a9  
    7979    </itemizedlist>
    8080
    81     <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     81    <bridgehead renderas="sect3">Library Package Information</bridgehead>
    8282    <itemizedlist spacing="compact">
    8383      <listitem>
  • general/prog/prog.xml

    r5bf32c0 rc7918a9  
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="llvm.xml"/>
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua.xml"/>
     47  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua52.xml"/>
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mercurial.xml"/>
    4849  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nasm.xml"/>
  • general/sysutils/colord.xml

    r5bf32c0 rc7918a9  
    77  <!ENTITY colord-download-http "https://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    88  <!ENTITY colord-download-ftp  " ">
    9   <!ENTITY colord-md5sum        "f032ecac927e9078c41fff97800441e8">
     9  <!ENTITY colord-md5sum        "32c2709a6002d9ee750483aaed6379c8">
    1010  <!ENTITY colord-size          "1.8 MB">
    11   <!ENTITY colord-buildsize     "22 MB (with tests)">
    12   <!ENTITY colord-time          "0.2 SBU (with tests)">
     11  <!ENTITY colord-buildsize     "23 MB (with tests)">
     12  <!ENTITY colord-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    9797    <bridgehead renderas="sect4">Optional</bridgehead>
    9898    <para role="optional">
    99       <xref linkend="docbook-utils"/>,
    10099      <xref linkend="gnome-desktop"/> and
    101100      <xref linkend="colord-gtk"/> (to build the example tools),
    102       <xref linkend="gtk-doc"/>,
    103101      <xref linkend="libxslt"/>,
    104102      <xref linkend="sane"/>,
Note: See TracChangeset for help on using the changeset viewer.