Skip to content

Commit

Permalink
Update pugixml to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Mar 4, 2024
1 parent 3ebf72d commit 76d9ba8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion depends/common/pugixml/pugixml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a
2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
2 changes: 1 addition & 1 deletion depends/common/pugixml/pugixml.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pugixml http://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz
pugixml https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz
12 changes: 6 additions & 6 deletions depends/common/zlib/01-build-static.patch
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,10 +183,11 @@
@@ -147,10 +147,11 @@
set(ZLIB_DLL_SRCS ${CMAKE_CURRENT_BINARY_DIR}/zlib1rc.obj)
endif(MINGW)

-add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
-add_library(zlibstatic STATIC ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
-add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
-add_library(zlibstatic STATIC ${ZLIB_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
-set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL)
-set_target_properties(zlib PROPERTIES SOVERSION 1)
+add_library(zlib ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
+add_library(zlib ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
+if(BUILD_SHARED_LIBS)
+ set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL)
+ set_target_properties(zlib PROPERTIES SOVERSION 1)
+endif()

if(NOT CYGWIN)
# This property causes shared libraries on Linux to have the full version
@@ -201,7 +202,7 @@
@@ -165,7 +166,7 @@

if(UNIX)
# On unix-like platforms the library is almost always called libz
Expand All @@ -25,7 +25,7 @@
if(NOT APPLE)
set_target_properties(zlib PROPERTIES LINK_FLAGS "-Wl,--version-script,\"${CMAKE_CURRENT_SOURCE_DIR}/zlib.map\"")
endif()
@@ -211,7 +212,7 @@
@@ -175,7 +176,7 @@
endif()

if(NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL )
Expand Down
2 changes: 1 addition & 1 deletion depends/common/zlib/zlib.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98
2 changes: 1 addition & 1 deletion depends/common/zlib/zlib.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
zlib http://mirrors.kodi.tv/build-deps/sources/zlib-1.2.11.tar.gz
zlib http://mirrors.kodi.tv/build-deps/sources/zlib-1.2.13.tar.xz

0 comments on commit 76d9ba8

Please sign in to comment.