Browse Source

- libpng: bump version to 1.6.38

master
vanhofen 2 years ago
parent
commit
ba6808cd1a
  1. 6
      package/libpng/libpng.mk
  2. 0
      package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch

6
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

0
package/libpng/patches/libpng-Disable-pngfix-and-png-fix-itxt.patch → package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch

Loading…
Cancel
Save