File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ used under the terms of the following licences:
2424| libnsgif | MIT Licence |
2525| libpng | [ libpng License] ( https://github.com/pnggroup/libpng/blob/master/LICENSE ) |
2626| librsvg | LGPLv3 |
27- | libspng | [ BSD 2-Clause, libpng License] ( https://github.com/randy408/libspng/blob/master/LICENSE ) |
2827| libtiff | [ libtiff License] ( https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md ) (BSD-like) |
2928| libvips | LGPLv3 |
3029| libwebp | New BSD License |
Original file line number Diff line number Diff line change @@ -213,13 +213,6 @@ cd ${DEPS}/png
213213 --disable-tools --without-binconfigs --disable-unversioned-libpng-config
214214make install-strip dist_man_MANS=
215215
216- mkdir ${DEPS} /spng
217- $CURL https://github.com/randy408/libspng/archive/v${VERSION_SPNG} .tar.gz | tar xzC ${DEPS} /spng --strip-components=1
218- cd ${DEPS} /spng
219- CFLAGS=" ${CFLAGS} -O3 -DSPNG_SSE=4" meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
220- -Dstatic_zlib=true -Dbuild_examples=false
221- meson install -C _build --tag devel
222-
223216mkdir ${DEPS} /imagequant
224217$CURL https://github.com/lovell/libimagequant/archive/v${VERSION_IMAGEQUANT} .tar.gz | tar xzC ${DEPS} /imagequant --strip-components=1
225218cd ${DEPS} /imagequant
@@ -470,7 +463,6 @@ printf "{\n\
470463 \" png\" : \" ${VERSION_PNG} \" ,\n\
471464 \" proxy-libintl\" : \" ${VERSION_PROXY_LIBINTL} \" ,\n\
472465 \" rsvg\" : \" ${VERSION_RSVG} \" ,\n\
473- \" spng\" : \" ${VERSION_SPNG} \" ,\n\
474466 \" tiff\" : \" ${VERSION_TIFF} \" ,\n\
475467 \" vips\" : \" ${VERSION_VIPS} \" ,\n\
476468 \" webp\" : \" ${VERSION_WEBP} \" ,\n\
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ version_latest "pixman" "$VERSION_PIXMAN" "3648"
4747version_latest " png" " $VERSION_PNG " " 1705"
4848version_latest " proxy-libintl" " $VERSION_PROXY_LIBINTL " " frida/proxy-libintl"
4949version_latest " rsvg" " $VERSION_RSVG " " 5420" " unstable"
50- version_latest " spng" " $VERSION_SPNG " " randy408/libspng"
5150version_latest " tiff" " $VERSION_TIFF " " 1738"
5251version_latest " vips" " $VERSION_VIPS " " 5097"
5352version_latest " webp" " $VERSION_WEBP " " 1761"
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ VERSION_PIXMAN=0.46.4
2020VERSION_PNG =1.6.51
2121VERSION_PROXY_LIBINTL =0.5
2222VERSION_RSVG =2.61.3
23- VERSION_SPNG =0.7.4
2423VERSION_TIFF =4.7.1
2524VERSION_VIPS =8.17.3
2625VERSION_WEBP =1.6.0
You can’t perform that action at this time.
0 commit comments