We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5208e16 commit 76cfd90Copy full SHA for 76cfd90
tools/scripts/install/ttfautohint-build.sh
@@ -37,13 +37,16 @@
37
BUILD="$HOME/ttfautohint-build"
38
39
# The library versions.
40
-FREETYPE_VERSION="2.8.1"
41
-HARFBUZZ_VERSION="1.7.4"
+FREETYPE_VERSION="2.8"
+HARFBUZZ_VERSION="1.5.0"
42
TTFAUTOHINT_VERSION="1.7"
43
44
# Necessary patches (lists of at most 10 URLs each separated by whitespace,
45
# to be applied in order).
46
-FREETYPE_PATCHES=""
+FREETYPE_PATCHES="\
47
+ http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c9a9cf59 \
48
+ http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c8829e4b \
49
+"
50
HARFBUZZ_PATCHES=""
51
TTFAUTOHINT_PATCHES=""
52
0 commit comments