浏览代码

updated ttfautohint build dependencies: Harfbuzz to 1.5.1, FreeType to 2.8.1, removed FreeType patches that are no longer necessary

Chris Simpkins 7 年之前
父节点
当前提交
c38c72ed43
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      tools/scripts/install/ttfautohint-build.sh

+ 3 - 6
tools/scripts/install/ttfautohint-build.sh

@@ -19,16 +19,13 @@
 BUILD="$HOME/ttfautohint-build"
 
 # The library versions.
-FREETYPE_VERSION="2.8"
-HARFBUZZ_VERSION="1.5.0"
+FREETYPE_VERSION="2.8.1"
+HARFBUZZ_VERSION="1.5.1"
 TTFAUTOHINT_VERSION="1.7"
 
 # Necessary patches (lists of at most 10 URLs each separated by whitespace,
 # to be applied in order).
-FREETYPE_PATCHES="\
-  http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c9a9cf59 \
-  http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c8829e4b \
-"
+FREETYPE_PATCHES=""
 HARFBUZZ_PATCHES=""
 TTFAUTOHINT_PATCHES=""