File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -369,10 +369,6 @@ cd ${DEPS}/vips
369
369
$CURL https://gist.githubusercontent.com/lovell/313a6901e9db1bf285f2a1f1180499e4/raw/3988223c7dfa4d22745d9392034b0117abef1446/libvips-cpp-soversion.patch | patch -p1
370
370
# Disable HBR support in heifsave
371
371
$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
376
372
# Link libvips.so statically into libvips-cpp.so
377
373
sed -i' .bak' " s/library('vips'/static_&/" libvips/meson.build
378
374
sed -i' .bak' " /version: library_version/{N;d;}" libvips/meson.build
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ VERSION_PROXY_LIBINTL=0.4
22
22
VERSION_RSVG =2.60.0
23
23
VERSION_SPNG =0.7.4
24
24
VERSION_TIFF =4.7.0
25
- VERSION_VIPS =8.17.0
25
+ VERSION_VIPS =8.17.1
26
26
VERSION_WEBP =1.5.0
27
27
VERSION_XML2 =2.14.4
28
28
VERSION_ZLIB_NG =2.2.4
You can’t perform that action at this time.
0 commit comments