Changeset 7841f70 for general


Ignore:
Timestamp:
01/21/2016 12:19:04 AM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.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, nosym, 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:
f0d9ee6
Parents:
15b09287
Message:
  • Update to graphite2-1.3.5.
  • Update to HTML-Parser-3.72 (perl module).
  • Update to cmake-3.4.2.
  • Update to bind-9.10.3-P3 (bind9.10.3-P3) and BIND Utilities-9.10.3-P3.
  • Update to gstreamer-1.6.3, gst-plugins-base-1.6.3, gst-plugins-good-1.6.3, gst-plugins-bad-1.6.3, gst-plugins-ugly-1.6.3, and gst-libav-1.6.3.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r15b09287 r7841f70  
    1111           "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
    1212  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "7cda6fc6bc197b216777b15ce52c38a8">
    14   <!ENTITY graphite2-size          "6.5 MB">
    15   <!ENTITY graphite2-buildsize     "69 MB (with docs and tests)">
     13  <!ENTITY graphite2-md5sum        "5b8d22a8bbf031838e31432868c0109c">
     14  <!ENTITY graphite2-size          "3.8 MB">
     15  <!ENTITY graphite2-buildsize     "27 MB (with docs and tests)">
    1616  <!ENTITY graphite2-time          "0.3 SBU (with docs and tests)">
    1717]>
     
    110110    <para>To execute the test suite you will need
    111111      <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
    112       (Python 2 module), otherwise, some tests fail.
     112      (Python 2 module), otherwise, the "cmp" tests fail.
    113113    </para>
    114114
     
    138138cmake -G "Unix Makefiles"         \
    139139      -DCMAKE_INSTALL_PREFIX=/usr \
    140       -DCMAKE_BUILD_TYPE=Release  \
    141       -Wno-dev .. &amp;&amp;
     140      .. &amp;&amp;
    142141
    143142make</userinput></screen>
     
    150149
    151150    <para>
    152       To test the results, issue: <command>make test</command>. Some tests fail
    153       if <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
    154       (Python 2 module) is not installed.
     151      Some tests fail if
     152      <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
     153      (Python 2 module) is not installed. These tests can be removed with:
     154    </para>
     155
     156<screen><userinput>sed -i '/cmptest/d' tests/CMakeLists.txt</userinput></screen>
     157
     158    <para>
     159      To test the results, issue: <command>make test</command>.
    155160    </para>
    156161
  • general/prog/cmake.xml

    r15b09287 r7841f70  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "73acda0d33be9b2729af99893d99a012">
     9  <!ENTITY cmake-md5sum        "04545d3cc3801fe84223b864c4f7a53c">
    1010  <!ENTITY cmake-size          "6.5 MB">
    11   <!ENTITY cmake-buildsize     "697 MB (with tests and cmake-gui)">
    12   <!ENTITY cmake-time          "4.7 SBU, with parallelism = 4 (with tests and cmake-gui)">
     11  <!ENTITY cmake-buildsize     "704 MB (with tests and cmake-gui)">
     12  <!ENTITY cmake-time          "4 SBU, with parallelism = 4 (with tests and cmake-gui)">
    1313]>
    1414
  • general/prog/perl-modules.xml

    r15b09287 r7841f70  
    4747
    4848  <!ENTITY HTML-Parser-download-http "http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
    49   <!ENTITY HTML-Parser-md5sum "9128a45893097dfa3bf03301b19c5efe">
     49  <!ENTITY HTML-Parser-md5sum "eb7505e5f626913350df9dd4a03d54a8">
    5050
    5151  <!ENTITY IPC-Run3-download-http "http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">
Note: See TracChangeset for help on using the changeset viewer.