Skip to content

Commit 7e54b63

Browse files
authored
Upgrade to libvips v8.17.1 (#281)
1 parent 3013c36 commit 7e54b63

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build/posix.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ cd ${DEPS}/vips
369369
$CURL https://gist.githubusercontent.com/lovell/313a6901e9db1bf285f2a1f1180499e4/raw/3988223c7dfa4d22745d9392034b0117abef1446/libvips-cpp-soversion.patch | patch -p1
370370
# Disable HBR support in heifsave
371371
$CURL https://github.com/libvips/build-win64-mxe/raw/v${VERSION_VIPS}/build/patches/vips-8-heifsave-disable-hbr-support.patch | patch -p1
372-
# [PATCH] Meson: improve reliability of function checks
373-
$CURL https://gist.github.com/kleisauke/85912d7fd8b779f2b60690de9b7c565a/raw/88ae86382f24b1aa8c7b8908edafa44d1e503b2b/libvips-improve-reliability-of-function-checks.patch | patch -p1
374-
# [PATCH] text: prevent use of rgba subpixel anti-aliasing
375-
$CURL https://gist.githubusercontent.com/lovell/97ac1fc68aa25dd7c11b6c148847d480/raw/05b97d1bf16902b7fa9575df72457ed65be71916/gistfile1.txt | patch -p1
376372
# Link libvips.so statically into libvips-cpp.so
377373
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build
378374
sed -i'.bak' "/version: library_version/{N;d;}" libvips/meson.build

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VERSION_PROXY_LIBINTL=0.4
2222
VERSION_RSVG=2.60.0
2323
VERSION_SPNG=0.7.4
2424
VERSION_TIFF=4.7.0
25-
VERSION_VIPS=8.17.0
25+
VERSION_VIPS=8.17.1
2626
VERSION_WEBP=1.5.0
2727
VERSION_XML2=2.14.4
2828
VERSION_ZLIB_NG=2.2.4

0 commit comments

Comments
 (0)