Skip to content

Commit cb57c8e

Browse files
authored
Upgrade to libvips v8.15.3 (#245)
1 parent e2d8465 commit cb57c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LIBVIPS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.2
1+
8.15.3

build/lin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ mkdir ${DEPS}/vips
448448
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
449449
cd ${DEPS}/vips
450450
# Disable HBR support in heifsave
451-
$CURL https://github.com/kleisauke/libvips/commit/ad921cf9396dc5a224e93c71b601e87bd3a8a521.patch | patch -p1
451+
$CURL https://github.com/libvips/build-win64-mxe/raw/v${VERSION_VIPS}/build/patches/vips-8-heifsave-disable-hbr-support.patch | patch -p1
452452
# Link libvips.so.42 statically into libvips-cpp.so.42
453453
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build
454454
sed -i'.bak' "/version: library_version/{N;d;}" libvips/meson.build

0 commit comments

Comments
 (0)