Skip to content

Commit 76cfd90

Browse files
committed
[ttfautohint-build.sh] revert ttfautohint build dependencies: FreeType back to v2.8 (from v2.8.1), Harfbuzz back to v1.5.0 (from 1.7.4)
1 parent 5208e16 commit 76cfd90

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tools/scripts/install/ttfautohint-build.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
BUILD="$HOME/ttfautohint-build"
3838

3939
# The library versions.
40-
FREETYPE_VERSION="2.8.1"
41-
HARFBUZZ_VERSION="1.7.4"
40+
FREETYPE_VERSION="2.8"
41+
HARFBUZZ_VERSION="1.5.0"
4242
TTFAUTOHINT_VERSION="1.7"
4343

4444
# Necessary patches (lists of at most 10 URLs each separated by whitespace,
4545
# to be applied in order).
46-
FREETYPE_PATCHES=""
46+
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+
"
4750
HARFBUZZ_PATCHES=""
4851
TTFAUTOHINT_PATCHES=""
4952

0 commit comments

Comments
 (0)