[vlc-commits] [Git][videolan/vlc][master] contrib: png: update to 1.6.40

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jul 21 07:46:52 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
12787876 by Tristan Matthews at 2023-07-21T06:43:30+00:00
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

- - - - -


2 changed files:

- contrib/src/png/SHA512SUMS
- contrib/src/png/rules.mak


Changes:

=====================================
contrib/src/png/SHA512SUMS
=====================================
@@ -1 +1 @@
-ce233bb58d70b391b7dc858a132a8f9f66a9e30f5b387426317fdd5e76e8395e00ec36324e5e2caec8fda49a3f2b13fe27594a3466fdf2020ec7520e79a608c9  libpng-1.6.39.tar.xz
+a2ec37c529bf80f3fee3798191d080d06e14d6a1ffecd3c1a02845cb9693b5e308a1d82598a376101f9312d989d19f1fb6735b225d4b0b9f1b73f9f8a3edb17f  libpng-1.6.40.tar.xz


=====================================
contrib/src/png/rules.mak
=====================================
@@ -1,5 +1,5 @@
 # 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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/12787876b36d0db2abefb4c6714585a407ea47c1

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/12787876b36d0db2abefb4c6714585a407ea47c1
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list