]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: freetype: update to 2.13.3
authortobtoht <tob@featherwallet.org>
Tue, 24 Sep 2024 13:25:22 +0000 (15:25 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 24 Sep 2024 13:25:22 +0000 (15:25 +0200)
contrib/depends/packages/freetype.mk

index 9c3966e721b9e5342435d890497782be9f8f7ddc..2aa2230d2cad37e1b95de43b49c24df7af56ff09 100644 (file)
@@ -1,18 +1,20 @@
 package=freetype
-$(package)_version=2.13.2
+$(package)_version=2.13.3
 $(package)_download_path=https://sourceforge.net/projects/freetype/files/freetype2/$($(package)_version)/
-$(package)_file_name=freetype-$($(package)_version).tar.xz
-$(package)_sha256_hash=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
+$(package)_file_name=freetype-$($(package)_version).tar.gz
+$(package)_sha256_hash=5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747
 
 define $(package)_set_vars
-  $(package)_config_opts  = --without-zlib --without-png --without-harfbuzz --without-bzip2 --enable-static --disable-shared
+  $(package)_config_opts := --without-zlib --without-png --without-harfbuzz --without-bzip2 --enable-static --disable-shared
   $(package)_config_opts += --enable-option-checking --without-brotli
   $(package)_config_opts += --with-pic
 endef
 
+define $(package)_preprocess_cmds
+  rm -rf docs
+endef
+
 define $(package)_config_cmds
-  printenv && \
-  echo "$($(package)_autoconf)" && \
   $($(package)_autoconf)
 endef