Changeset a0e6e8dd for general/graphlib


Ignore:
Timestamp:
08/05/2015 10:24:48 PM (9 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.8, 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:
a479e3e
Parents:
a69b0b99
Message:
  • Update to mdadm-3.3.4.
  • Update to swig-3.0.7.
  • Update to libsecret-0.18.3.
  • Update to gparted-0.23.0.
  • Update to mpg123-1.22.3.
  • Update to graphite2-1.3.0.
  • Update to unrar-5.3.2.
  • Some gcc5 tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    ra69b0b99 ra0e6e8dd  
    1111           "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
    1212  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "2ef839348fe28e3b923bf8cced440227">
    14   <!ENTITY graphite2-size          "6.7 MB">
    15   <!ENTITY graphite2-buildsize     "44 MB">
    16   <!ENTITY graphite2-time          "0.2 SBU">
     13  <!ENTITY graphite2-md5sum        "ca6da3ba3ff914e4974c167a7a63a3ae">
     14  <!ENTITY graphite2-size          "8.2 MB">
     15  <!ENTITY graphite2-buildsize     "63 MB (with tests)">
     16  <!ENTITY graphite2-time          "0.2 SBU (with tests)">
    1717]>
    1818
     
    131131cd    build &amp;&amp;
    132132
    133 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     133cmake -DCMAKE_INSTALL_PREFIX=/usr \
     134      -DCMAKE_BUILD_TYPE=Release  \
     135      -Wno-dev .. &amp;&amp;
     136
    134137make</userinput></screen>
    135138
    136139    <para>
    137       To test the results, issue: <command>make test</command>.
     140      To test the results, issue: <command>make -k test</command>.
     141      Some tests fail for unknown reasons.
    138142    </para>
    139143
Note: See TracChangeset for help on using the changeset viewer.