Skip to content

Commit

Permalink
Update libpng to 1.6.44
Browse files Browse the repository at this point in the history
  • Loading branch information
encelo committed Sep 18, 2024
1 parent 8835cf2 commit 013807f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmake/png.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(TARGET_PNG png)
set(URL_PNG http://downloads.sourceforge.net/project/libpng/libpng16/1.6.43/libpng-1.6.43.tar.gz)
set(URL_MD5_PNG cee1c227d1f23c3a2a72341854b5a83f)
set(URL_PNG http://downloads.sourceforge.net/project/libpng/libpng16/1.6.44/libpng-1.6.44.tar.gz)
set(URL_MD5_PNG a780d4929c0bb47aaaf53d2e080b2a79)
set(DEST_PNG ${DESTINATION_PATH}/png)

ExternalProject_Add(project_${TARGET_PNG}
Expand Down
8 changes: 4 additions & 4 deletions patches/png.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -urN libpng-1.6.43.orig/CMakeLists.txt libpng-1.6.43/CMakeLists.txt
--- libpng-1.6.43.orig/CMakeLists.txt 2024-02-23 10:51:40.000000000 +0100
+++ libpng-1.6.43/CMakeLists.txt 2024-03-05 00:34:27.575638906 +0100
@@ -693,9 +693,7 @@
diff -urN libpng-1.6.44.orig/CMakeLists.txt libpng-1.6.44/CMakeLists.txt
--- libpng-1.6.44.orig/CMakeLists.txt 2024-09-12 22:44:44.000000000 +0200
+++ libpng-1.6.44/CMakeLists.txt 2024-09-18 02:03:37.816428545 +0200
@@ -692,9 +692,7 @@
list(APPEND PNG_LIBRARY_TARGETS png_shared)
set_target_properties(png_shared PROPERTIES
OUTPUT_NAME "${PNG_SHARED_OUTPUT_NAME}"
Expand Down

0 comments on commit 013807f

Please sign in to comment.