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
This commit is contained in:
Ken Moffat 2016-03-15 03:03:23 +00:00
parent a8f943ffa9
commit 1aa1cea2fa
3 changed files with 20 additions and 11 deletions

View File

@ -4,16 +4,14 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- the master source at palaso.org looks easy in a browser, but in fact
everything is in numbered attachment directories, one per file, so that will
probably be even worse than sf.net for finding if there is a new version -->
<!-- as of 1.3.6, the tarball is called graphite- but extracts to graphite2- -->
<!ENTITY graphite2-download-http
"&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
"https://github.com/silnrsi/graphite/releases/download/&graphite2-version;/graphite-&graphite2-version;.tgz">
<!ENTITY graphite2-download-ftp " ">
<!ENTITY graphite2-md5sum "5b8d22a8bbf031838e31432868c0109c">
<!ENTITY graphite2-md5sum "12eb607e0f458febe348ae69b832b300">
<!ENTITY graphite2-size "3.8 MB">
<!ENTITY graphite2-buildsize "27 MB (with docs and tests)">
<!ENTITY graphite2-time "0.3 SBU (with docs and tests)">
<!ENTITY graphite2-buildsize "21 MB (plus 6MB for docs and 1MB for tests)">
<!ENTITY graphite2-time "0.2 SBU (plus 0.1 SBU for docs)">
]>
<sect1 id="graphite2" xreflabel="Graphite2-&graphite2-version;">
@ -81,6 +79,13 @@
</listitem>
</itemizedlist>
<note>
<para>
The tarball <emphasis>graphite-&graphite2-version;.tgz</emphasis>
will untar to <emphasis>graphite2-&graphite2-version;</emphasis> directory.
</para>
</note>
<bridgehead renderas="sect3">Graphite2 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -145,9 +150,8 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr \
-Wno-dev .. &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
.. &amp;&amp;
make</userinput></screen>

View File

@ -46,6 +46,11 @@
<listitem>
<para>March 14th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to graphite-1.3.6 (fixes vulnerabilities
exploitable by a malicious graphite font). Fixes
<ulink url="&blfs-ticket-root;7498">#7498</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to feh-2.14.2. Fixes
<ulink url="&blfs-ticket-root;7549">#7549</ulink>.</para>

View File

@ -166,7 +166,7 @@
<!ENTITY fribidi-version "0.19.7">
<!ENTITY gegl-version "0.2.0">
<!ENTITY giflib-version "5.1.2">
<!ENTITY graphite2-version "1.3.5">
<!ENTITY graphite2-version "1.3.6">
<!ENTITY harfbuzz-version "1.1.3">
<!ENTITY ijs-version "0.35">
<!ENTITY jasper-version "1.900.1">