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

Tristan Matthews (@tmatth) gitlab at videolan.org
Fri Dec 13 20:52:54 UTC 2024



Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
04f140a9 by Tristan Matthews at 2024-12-13T19:23:15+00:00
contrib: png: update to libpng 1.6.44

- - - - -


3 changed files:

- contrib/src/png/0001-Put-the-build-include-include-before-the-CMake-Platf.patch
- contrib/src/png/SHA512SUMS
- contrib/src/png/rules.mak


Changes:

=====================================
contrib/src/png/0001-Put-the-build-include-include-before-the-CMake-Platf.patch
=====================================
@@ -6,13 +6,13 @@ Subject: [PATCH] Put the build include include before the CMake/Platform flags
 If the CMake flags have some include directory with an old
 pnglibconf.h it will use that one instead of ours
 ---
- scripts/genout.cmake.in | 2 +-
+ scripts/cmake/genout.cmake.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/scripts/genout.cmake.in b/scripts/genout.cmake.in
+diff --git a/scripts/cmake/genout.cmake.in b/scripts/cmake/genout.cmake.in
 index ec685d900..f6d478723 100644
---- a/scripts/genout.cmake.in
-+++ b/scripts/genout.cmake.in
+--- a/scripts/cmake/genout.cmake.in
++++ b/scripts/cmake/genout.cmake.in
 @@ -59,11 +59,11 @@ if ("${INPUTEXT}" STREQUAL ".c" AND "${OUTPUTEXT}" STREQUAL ".out")
    endif()
  


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


=====================================
contrib/src/png/rules.mak
=====================================
@@ -1,5 +1,5 @@
 # PNG
-PNG_VERSION := 1.6.40
+PNG_VERSION := 1.6.44
 PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz
 
 PKGS += png



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04f140a9d0c6a40bc999e1fa2f973680d9109b5b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04f140a9d0c6a40bc999e1fa2f973680d9109b5b
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