From a0dd5cb97a8dd4952dcc5c04f6fe992598ad6d49 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 26 Feb 2019 07:38:49 -0500 Subject: [PATCH] Revert "contrib: Update to FreeType 2.9.1." Hoses hb.dll. Reverting until a fix is implemented. This reverts commit 9ad4cae93670aa84349cd05b040a96f8d8e4ef24. --- contrib/freetype/module.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index c2fedc31d..7954ecff1 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -2,8 +2,8 @@ __deps__ := BZIP ZLIB $(eval $(call import.MODULE.defs,FREETYPE,freetype,$(__deps__))) $(eval $(call import.CONTRIB.defs,FREETYPE)) -FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetype-2.9.1.tar.bz2 -FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.bz2 -FREETYPE.FETCH.sha256 = db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d +FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetype-2.8.1.tar.bz2 +FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 +FREETYPE.FETCH.sha256 = e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78 FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no -- 2.40.0