From ba6808cd1aeac053793f07360cff01ef0c9506bc Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 7 Oct 2022 21:54:40 +0200 Subject: [PATCH] - libpng: bump version to 1.6.38 --- package/libpng/libpng.mk | 6 +----- ...txt.patch => 0001-disable-pngfix-and-png-fix-itxt.patch} | 0 2 files changed, 1 insertion(+), 5 deletions(-) rename package/libpng/patches/{libpng-Disable-pngfix-and-png-fix-itxt.patch => 0001-disable-pngfix-and-png-fix-itxt.patch} (100%) diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 1095039f..aae952d9 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBPNG_VERSION = 1.6.37 +LIBPNG_VERSION = 1.6.38 LIBPNG_DIR = libpng-$(LIBPNG_VERSION) LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz LIBPNG_SITE = https://sourceforge.net/projects/libpng/files/libpng16/$(LIBPNG_VERSION) @@ -13,10 +13,6 @@ LIBPNG_DEPENDENCIES = zlib LIBPNG_CONFIG_SCRIPTS = libpng16-config -LIBPNG_CONF_OPTS = \ - --disable-static \ - $(if $(filter $(BOXSERIES),hd5x hd6x vusolo4k vuduo4k vuduo4kse vuultimo4k vuzero4k vuuno4k vuuno4kse),--enable-arm-neon,--disable-arm-neon) - define LIBPNG_TARGET_CLEANUP $(TARGET_RM) $(addprefix $(TARGET_bindir)/,libpng-config) endef diff --git a/package/libpng/patches/libpng-Disable-pngfix-and-png-fix-itxt.patch b/package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch similarity index 100% rename from package/libpng/patches/libpng-Disable-pngfix-and-png-fix-itxt.patch rename to package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch