mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to harfbuzz-2.6.7.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23244 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fcf4f5f7be
commit
6d5276c70d
@ -7,10 +7,10 @@
|
||||
<!ENTITY harfbuzz-download-http
|
||||
"https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
|
||||
<!ENTITY harfbuzz-download-ftp " ">
|
||||
<!ENTITY harfbuzz-md5sum "dc2476603aa837ef7edca77f09a0602b">
|
||||
<!ENTITY harfbuzz-size "8.1 MB">
|
||||
<!ENTITY harfbuzz-buildsize "222 MB (add 28 MB for tests)">
|
||||
<!ENTITY harfbuzz-time "0.4 SBU (Using parallelism=4; add 1.6 SBU for tests)">
|
||||
<!ENTITY harfbuzz-md5sum "3b884586a09328c5fae76d8c200b0e1c">
|
||||
<!ENTITY harfbuzz-size "8.6 MB">
|
||||
<!ENTITY harfbuzz-buildsize "192 MB (add 20 MB for tests)">
|
||||
<!ENTITY harfbuzz-time "0.5 SBU (Using parallelism=4; add 0.7 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
|
||||
@ -93,7 +93,7 @@
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/>, and
|
||||
<ulink url="https://pypi.org/project/FontTools/">FontTools</ulink>
|
||||
(Python 2 or Python 3 module, for the testsuite)
|
||||
(Python 3 module, for the testsuite)
|
||||
</para>
|
||||
|
||||
<warning>
|
||||
@ -123,11 +123,6 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
If FontTools is installed for Python 3 and you want to test the results
|
||||
with it, adjust the test suite:
|
||||
<command>
|
||||
find -name \*.py -exec sed '1s@python@&3@' -i {} \;
|
||||
</command>.
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>June 3rd, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to harfbuzz-2.6.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;13636">#13636</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Use parallel builds for nss-3.53. Fixes
|
||||
<ulink url="&blfs-ticket-root;13634">#13634</ulink>.</para>
|
||||
|
@ -208,7 +208,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY giflib-version "5.2.1">
|
||||
<!ENTITY glm-version "0.9.9.8">
|
||||
<!ENTITY graphite2-version "1.3.14">
|
||||
<!ENTITY harfbuzz-version "2.6.6">
|
||||
<!ENTITY harfbuzz-version "2.6.7">
|
||||
<!--<!ENTITY ijs-version "0.35">-->
|
||||
<!ENTITY jasper-version "2.0.14">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
|
Loading…
Reference in New Issue
Block a user