diff options
author | Bradley Sepos <bradley@bradleysepos.com> | 2016-08-06 20:26:54 -0400 |
---|---|---|
committer | Bradley Sepos <bradley@bradleysepos.com> | 2016-08-10 06:56:52 -0400 |
commit | 7390054ba78cfbed0bf338291e08fb22663ca8f4 (patch) | |
tree | 01cb5d10b9bd7bd4c2f3b377cd432087acd2f128 | |
parent | dc8eff45ea203a3424c421036fbe3fecb035ccb2 (diff) |
contrib: Update to freetype 2.6.5.
Many bug fixes and improvements to rendering and performance.
-rw-r--r-- | contrib/freetype/module.defs | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index baae1470f..63b8476d1 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -2,12 +2,8 @@ __deps__ := BZIP ZLIB $(eval $(call import.MODULE.defs,FREETYPE,freetype,$(__deps__))) $(eval $(call import.CONTRIB.defs,FREETYPE)) -FREETYPE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/freetype-2.6.tar.bz2 -FREETYPE.FETCH.url += http://download.savannah.gnu.org/releases/freetype/freetype-2.6.tar.bz2 -FREETYPE.FETCH.md5 = 5682890cb0267f6671dd3de6eabd3e69 - -# TODO: freetype >= 2.6.1 -#FREETYPE.FETCH.url = http://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.bz2 -#FREETYPE.FETCH.md5 = 35cb8f4d9e5906847901bb39324c2f80 +FREETYPE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/freetype-2.6.5.tar.bz2 +FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.6.5.tar.bz2 +FREETYPE.FETCH.md5 = 6a386964e18ba28cb93370e57a19031b FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no |