Changeset 227b44ff for general


Ignore:
Timestamp:
01/11/2019 05:55:56 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, 8.4, 9.0, 9.1, bdubbs/svn, 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:
440647ab
Parents:
b5d17476
Message:

Update to subversion-1.11.1.
Update to php-7.3.1.
Archive libusb-compat-0.1.5.
Fix a popper option.
Misc text changes.

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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    rb5d17476 r227b44ff  
    115115  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/>
    116116  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
    117   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb-compat.xml"/>
     117<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb-compat.xml"/>-->
    118118  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libuv.xml"/>
    119119  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxkbcommon.xml"/>
  • general/graphlib/poppler.xml

    rb5d17476 r227b44ff  
    170170       -DCMAKE_INSTALL_PREFIX=/usr  \
    171171       -DTESTDATADIR=$PWD/testfiles \
    172        -DENABLE_XPDF_HEADERS=ON     \
     172       -DENABLE_UNSTABLE_API_ABI_HEADERS=ON     \
    173173<!--       -DENABLE_GTK_DOC=ON          \
    174174-->       ..                           &amp;&amp;
     
    239239
    240240    <para>
    241       <parameter>-DENABLE_XPDF_HEADERS=ON</parameter>: Install some old
     241      <parameter>-DENABLE_UNSTABLE_API_ABI_HEADERS=ON</parameter>: Install some old
    242242      <application>Xpdf</application> headers required by certain programs (e.g.
    243       <application>Okular</application>, <application>LibreOffice</application>
    244       and <application>Inkscape</application>).
     243      <application>Inkscape</application>).
    245244    </para>
    246245<!--  This was broken for me - Bruce
  • general/prog/php.xml

    rb5d17476 r227b44ff  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "6b58a59106b0da4fdcba3bcf12cc3ca5">
     9  <!ENTITY php-md5sum        "9c4df46b64582d3c3e8fb6f01a08158e">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "577 MB (add 2 MB for tests, add 112 MB for documentation)">
    12   <!ENTITY php-time          "1.2 SBU (with parallelism=4; add 2.8 SBU for tests)">
     11  <!ENTITY php-buildsize     "577 MB (add 5 MB for tests, add 112 MB for documentation)">
     12  <!ENTITY php-time          "1.2 SBU (with parallelism=4; add 2.7 SBU for tests)">
    1313]>
    1414
  • general/prog/subversion.xml

    rb5d17476 r227b44ff  
    77  <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "b0401a17fe9f4a769e36fcfcfad93461">
     9  <!ENTITY subversion-md5sum        "5797bf701d2d868fa964c7bbc4931267">
    1010  <!ENTITY subversion-size          "8.1 MB">
    1111  <!-- for 1.11.0
Note: See TracChangeset for help on using the changeset viewer.