Commit e3ca7ef 1 parent 6f77bb2 commit e3ca7ef Copy full SHA for e3ca7ef
File tree 3 files changed +1
-36
lines changed
3 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ if (WITH_LIBSPNG)
139
139
ExternalProject_Add(libspng
140
140
URL "https://github.com/randy408/libspng/archive/v${SPNG_VERSION} .tar.gz"
141
141
PREFIX "${CMAKE_CURRENT_BINARY_DIR} /libspng"
142
- PATCH_COMMAND patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR} /patches/libspng-0.6-fixes.patch
143
142
CMAKE_ARGS
144
143
-DCMAKE_INSTALL_PREFIX=${EXT_INSTALL_DIR}
145
144
-DCMAKE_BUILD_TYPE=Release
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ JPG_VERSION=2.1.5.1
11
11
PNG_VERSION=1.6.37
12
12
13
13
# renovate: datasource=github-releases depName=libspng packageName=randy408/libspng
14
- SPNG_VERSION=0.6.0
14
+ SPNG_VERSION=0.7.3
15
15
16
16
# renovate: datasource=git-tags depName=giflib packageName=https://git.code.sf.net/p/giflib/code extractVersionTemplate=^(?<version>.*)$
17
17
GIF_VERSION=5.2.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments