Skip to content
Snippets Groups Projects
Commit 12787876 authored by Tristan Matthews's avatar Tristan Matthews Committed by Steve Lhomme
Browse files

contrib: png: update to 1.6.40

Changes from version 1.6.39 to version 1.6.40
---------------------------------------------

 * Fixed the eXIf chunk multiplicity checks.
 * Fixed a memory leak in pCAL processing.
 * Corrected the validity report about tRNS inside png_get_valid().
 * Fixed various build issues on *BSD, Mac and Windows.
 * Updated the configurations and the scripts for continuous integration.
 * Cleaned up the code, the build scripts, and the documentation.

See:
https://sourceforge.net/p/libpng/code/ci/libpng16/tree/ANNOUNCE
parent 8449690b
No related branches found
No related tags found
1 merge request!3928contrib: png: update to 1.6.40
Pipeline #365607 passed with stage
in 50 minutes and 36 seconds
ce233bb58d70b391b7dc858a132a8f9f66a9e30f5b387426317fdd5e76e8395e00ec36324e5e2caec8fda49a3f2b13fe27594a3466fdf2020ec7520e79a608c9 libpng-1.6.39.tar.xz
a2ec37c529bf80f3fee3798191d080d06e14d6a1ffecd3c1a02845cb9693b5e308a1d82598a376101f9312d989d19f1fb6735b225d4b0b9f1b73f9f8a3edb17f libpng-1.6.40.tar.xz
# PNG
PNG_VERSION := 1.6.39
PNG_VERSION := 1.6.40
PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz
PKGS += png
......@@ -14,7 +14,6 @@ $(TARBALLS)/libpng-$(PNG_VERSION).tar.xz:
png: libpng-$(PNG_VERSION).tar.xz .sum-png
$(UNPACK)
sed -i.orig 's,set(CMAKE_DEBUG_POSTFIX ,#set(CMAKE_DEBUG_POSTFIX ,' "$(UNPACK_DIR)/CMakeLists.txt"
$(call pkg_static,"libpng.pc.in")
$(MOVE)
......@@ -29,6 +28,10 @@ PNG_CONF += -DCMAKE_ASM_FLAGS="$(CFLAGS)"
endif
endif
ifdef HAVE_WIN32
PNG_CONF += -DPNG_DEBUG_POSTFIX:STRING=
endif
ifeq ($(ARCH),arm)
ifdef HAVE_IOS
# otherwise detection fails
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment