Skip to content

Commit c38c72e

Browse files
committed
updated ttfautohint build dependencies: Harfbuzz to 1.5.1, FreeType to 2.8.1, removed FreeType patches that are no longer necessary
1 parent 678f8d5 commit c38c72e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tools/scripts/install/ttfautohint-build.sh

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

2121
# The library versions.
22-
FREETYPE_VERSION="2.8"
23-
HARFBUZZ_VERSION="1.5.0"
22+
FREETYPE_VERSION="2.8.1"
23+
HARFBUZZ_VERSION="1.5.1"
2424
TTFAUTOHINT_VERSION="1.7"
2525

2626
# Necessary patches (lists of at most 10 URLs each separated by whitespace,
2727
# to be applied in order).
28-
FREETYPE_PATCHES="\
29-
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c9a9cf59 \
30-
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c8829e4b \
31-
"
28+
FREETYPE_PATCHES=""
3229
HARFBUZZ_PATCHES=""
3330
TTFAUTOHINT_PATCHES=""
3431

0 commit comments

Comments
 (0)