Changeset 6eb166fa for general


Ignore:
Timestamp:
11/28/2017 03:17:06 AM (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:
ad7d495
Parents:
72772afe
Message:

Add libuv-1.17.0. Required by cmake-3.10.0.
Update to cmake-3.10.0.
Update to gmime3-3.0.4.
Update to btrfs-progs-4.14.

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

Location:
general
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r72772afe r6eb166fa  
    112112  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
    113113  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb-compat.xml"/>
     114  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libuv.xml"/>
    114115  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxkbcommon.xml"/>
    115116  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxml2.xml"/>
  • general/genlib/gmime3.xml

    r72772afe r6eb166fa  
    77  <!ENTITY gmime3-download-http "&gnome-download-http;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
    88  <!ENTITY gmime3-download-ftp  "&gnome-download-ftp;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
    9   <!ENTITY gmime3-md5sum        "449a490ea0da2d71a66a6f1e4d35ef60">
    10   <!ENTITY gmime3-size          "744 KB">
     9  <!ENTITY gmime3-md5sum        "1ef4b2d21d4c10634adeb53816dafea5">
     10  <!ENTITY gmime3-size          "748 KB">
    1111  <!ENTITY gmime3-buildsize     "20 MB (with tests)">
    1212  <!ENTITY gmime3-time          "0.3 SBU (with tests)">
  • general/genlib/libksba.xml

    r72772afe r6eb166fa  
    2323  </sect1info>
    2424
    25   <title>Libksba-&libksba-version;</title>
     25  <title>libksba-&libksba-version;</title>
    2626
    2727  <indexterm zone="libksba">
    28     <primary sortas="a-Libksba">Libksba</primary>
     28    <primary sortas="a-libksba">libksba</primary>
    2929  </indexterm>
    3030
  • general/prog/cmake.xml

    r72772afe r6eb166fa  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "084b1c8b2efc1c1ba432dea37243c0ae">
    10   <!ENTITY cmake-size          "7.4 MB">
    11   <!ENTITY cmake-buildsize     "316 MB (add 363 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (add 2.5 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "f3f8e70ca3055f3cd288f89ff233057e">
     10  <!ENTITY cmake-size          "7.5 MB">
     11  <!ENTITY cmake-buildsize     "332 MB (add 380 MB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 2.6 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    7878
     79    <bridgehead renderas="sect4">Required</bridgehead>
     80    <para role="required">
     81      <xref linkend="libuv"/>
     82    </para>
     83
    7984    <bridgehead renderas="sect4">Recommended</bridgehead>
    8085    <para role="recommended">
     
    8691    <para role="optional">
    8792      <xref linkend="qt5"/> (for the Qt-based GUI),
    88       <xref linkend="subversion"/> (for testing),
    89       <ulink url="https://github.com/libuv/libuv/releases">libuv</ulink>, and
     93      <xref linkend="subversion"/> (for testing), and
    9094      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    9195      (for building documents)
     
    105109    </para>
    106110
    107 <screen><userinput>sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt     &amp;&amp;
    108 sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &amp;&amp;
     111<screen><userinput>sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &amp;&amp;
    109112
    110113./bootstrap --prefix=/usr        \
     
    144147  <sect2 role="commands">
    145148    <title>Command Explanations</title>
    146 
    147     <para>
    148       <command>sed ... CMakeLists.txt</command>: This command
    149       disables the attempt to use the external libuv library.
    150     </para>
    151149
    152150    <para>
Note: See TracChangeset for help on using the changeset viewer.