Skip to content

Commit f90487d

Browse files
committed
Remove libspng
1 parent 8b31c32 commit f90487d

File tree

5 files changed

+4
-20
lines changed

5 files changed

+4
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [Unreleased]
4+
### Removed
5+
- Remove libspng.
6+
37
## [3.14.0] - 2025-09-17
48
### Added
59
- Add PCRE2 10.40.

build-deps.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,6 @@ cd $DEPS_SRC/libpng
213213
--disable-dependency-tracking
214214
make install-strip -j$(nproc)
215215

216-
print_build_stage libspng $LIBSPNG_VERSION
217-
cd $DEPS_SRC/libspng
218-
CFLAGS="${CFLAGS} -O3 -DSPNG_SSE=4" \
219-
meson setup _build \
220-
--buildtype=release \
221-
--strip \
222-
--wrap-mode=nofallback \
223-
--prefix=$TARGET_PATH \
224-
--libdir=lib
225-
ninja -C _build
226-
ninja -C _build install
227-
228216
print_build_stage libwebp $LIBWEBP_VERSION
229217
cd $DEPS_SRC/libwebp
230218
./configure \

check-versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ check_version "LCMS2" $LCMS2_VERSION "9815"
5353
check_version "LIBJPEGTURBO" $LIBJPEGTURBO_VERSION "1648"
5454
check_version "LIBJXL" $LIBJXL_VERSION "232764"
5555
check_version "LIBPNG" $LIBPNG_VERSION "1705"
56-
check_version "LIBSPNG" $LIBSPNG_VERSION "24289"
5756
check_version "LIBWEBP" $LIBWEBP_VERSION "1761"
5857
check_version "LIBTIFF" $LIBTIFF_VERSION "1738"
5958
check_version_github "CGIF" $CGIF_VERSION "dloebl/cgif"

download-deps.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ cd $DEPS_SRC/libpng
110110
curl -Ls https://sourceforge.net/projects/libpng/files/libpng16/$LIBPNG_VERSION/libpng-$LIBPNG_VERSION.tar.gz/download \
111111
| tar -xzC . --strip-components=1
112112

113-
print_download_stage libspng $LIBSPNG_VERSION
114-
mkdir $DEPS_SRC/libspng
115-
cd $DEPS_SRC/libspng
116-
curl -Ls https://github.com/randy408/libspng/archive/refs/tags/v$LIBSPNG_VERSION.tar.gz \
117-
| tar -xzC . --strip-components=1
118-
119113
print_download_stage libwebp $LIBWEBP_VERSION
120114
mkdir $DEPS_SRC/libwebp
121115
cd $DEPS_SRC/libwebp

versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export LCMS2_VERSION=2.17
1313
export LIBJPEGTURBO_VERSION=3.1.2
1414
export LIBJXL_VERSION=0.11.1
1515
export LIBPNG_VERSION=1.6.37
16-
export LIBSPNG_VERSION=0.7.4
1716
export LIBWEBP_VERSION=1.6.0
1817
export LIBTIFF_VERSION=4.7.0
1918
export CGIF_VERSION=0.5.0

0 commit comments

Comments
 (0)