Skip to content

Commit e3ca7ef

Browse files
committed
Upgrade libspng
But we’ll continue using libpng as it seems that libspng may not currently be faster at encoding randy408/libspng#224
1 parent 6f77bb2 commit e3ca7ef

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

lib/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ if (WITH_LIBSPNG)
139139
ExternalProject_Add(libspng
140140
URL "https://github.com/randy408/libspng/archive/v${SPNG_VERSION}.tar.gz"
141141
PREFIX "${CMAKE_CURRENT_BINARY_DIR}/libspng"
142-
PATCH_COMMAND patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/patches/libspng-0.6-fixes.patch
143142
CMAKE_ARGS
144143
-DCMAKE_INSTALL_PREFIX=${EXT_INSTALL_DIR}
145144
-DCMAKE_BUILD_TYPE=Release

lib/VERSIONS

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JPG_VERSION=2.1.5.1
1111
PNG_VERSION=1.6.37
1212

1313
# renovate: datasource=github-releases depName=libspng packageName=randy408/libspng
14-
SPNG_VERSION=0.6.0
14+
SPNG_VERSION=0.7.3
1515

1616
# renovate: datasource=git-tags depName=giflib packageName=https://git.code.sf.net/p/giflib/code extractVersionTemplate=^(?<version>.*)$
1717
GIF_VERSION=5.2.1

lib/patches/libspng-0.6-fixes.patch

-34
This file was deleted.

0 commit comments

Comments
 (0)