Changeset 1aa1cea2


Ignore:
Timestamp:
03/15/2016 03:03:23 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
a3f9237
Parents:
a8f943ff
Message:

graphite-1.3.6 and remove unnecessary cmake switches.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    ra8f943ff r1aa1cea2  
    55  %general-entities;
    66
    7   <!-- the master source at palaso.org looks easy in a browser, but in fact
    8    everything is in numbered attachment directories, one per file, so that will
    9    probably be even worse than sf.net for finding if there is a new version -->
     7  <!-- as of 1.3.6, the tarball is called graphite- but extracts to graphite2- -->
    108  <!ENTITY graphite2-download-http
    11            "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
     9           "https://github.com/silnrsi/graphite/releases/download/&graphite2-version;/graphite-&graphite2-version;.tgz">
    1210  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "5b8d22a8bbf031838e31432868c0109c">
     11  <!ENTITY graphite2-md5sum        "12eb607e0f458febe348ae69b832b300">
    1412  <!ENTITY graphite2-size          "3.8 MB">
    15   <!ENTITY graphite2-buildsize     "27 MB (with docs and tests)">
    16   <!ENTITY graphite2-time          "0.3 SBU (with docs and tests)">
     13  <!ENTITY graphite2-buildsize     "21 MB (plus 6MB for docs and 1MB for tests)">
     14  <!ENTITY graphite2-time          "0.2 SBU (plus 0.1 SBU for docs)">
    1715]>
    1816
     
    8179      </listitem>
    8280    </itemizedlist>
     81
     82    <note>
     83      <para>
     84        The tarball <emphasis>graphite-&graphite2-version;.tgz</emphasis>
     85        will untar to <emphasis>graphite2-&graphite2-version;</emphasis> directory.
     86      </para>
     87    </note>
    8388
    8489    <bridgehead renderas="sect3">Graphite2 Dependencies</bridgehead>
     
    146151cd    build &amp;&amp;
    147152
    148 cmake -G "Unix Makefiles"         \
    149       -DCMAKE_INSTALL_PREFIX=/usr \
    150       -Wno-dev .. &amp;&amp;
     153cmake -DCMAKE_INSTALL_PREFIX=/usr \
     154      .. &amp;&amp;
    151155
    152156make</userinput></screen>
  • introduction/welcome/changelog.xml

    ra8f943ff r1aa1cea2  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Update to graphite-1.3.6 (fixes vulnerabilities
     51          exploitable by a malicious graphite font). Fixes
     52          <ulink url="&blfs-ticket-root;7498">#7498</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5055          <para>[bdubbs] - Update to feh-2.14.2. Fixes
    5156          <ulink url="&blfs-ticket-root;7549">#7549</ulink>.</para>
  • packages.ent

    ra8f943ff r1aa1cea2  
    167167<!ENTITY gegl-version                 "0.2.0">
    168168<!ENTITY giflib-version               "5.1.2">
    169 <!ENTITY graphite2-version            "1.3.5">
     169<!ENTITY graphite2-version            "1.3.6">
    170170<!ENTITY harfbuzz-version             "1.1.3">
    171171<!ENTITY ijs-version                  "0.35">
Note: See TracChangeset for help on using the changeset viewer.