Browse Source

freetype: update to 2.14.1, remove stream workaround patch

Waldemar Brodkorb 1 day ago
parent
commit
aaedf5c430

+ 2 - 2
package/freetype/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		freetype
 PKG_NAME:=		freetype
-PKG_VERSION:=		2.13.3
+PKG_VERSION:=		2.14.1
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747
+PKG_HASH:=		174d9e53402e1bf9ec7277e22ec199ba3e55a6be2c0740cb18c0ee9850fc8c34
 PKG_DESCR:=		free, high-quality and portable font engine
 PKG_DESCR:=		free, high-quality and portable font engine
 PKG_SECTION:=		libs/fonts
 PKG_SECTION:=		libs/fonts
 PKG_DEPENDS:=		zlib
 PKG_DEPENDS:=		zlib

+ 0 - 11
package/freetype/patches/patch-include_freetype_config_ftoption_h

@@ -1,11 +0,0 @@
---- freetype-2.13.3.orig/include/freetype/config/ftoption.h	2024-07-18 07:14:58.000000000 +0000
-+++ freetype-2.13.3/include/freetype/config/ftoption.h	2025-04-29 09:05:47.004181201 +0000
-@@ -255,7 +255,7 @@ FT_BEGIN_HEADER
-    * stream support, in the cases where file stream support is not necessary
-    * such as memory loading of font files.
-    */
--/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */
-+#define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT
- 
- 
-   /**************************************************************************