File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- 8.15.2
1
+ 8.15.3
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ mkdir ${DEPS}/vips
448
448
$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
449
449
cd ${DEPS} /vips
450
450
# 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
452
452
# Link libvips.so.42 statically into libvips-cpp.so.42
453
453
sed -i' .bak' " s/library('vips'/static_&/" libvips/meson.build
454
454
sed -i' .bak' " /version: library_version/{N;d;}" libvips/meson.build
You can’t perform that action at this time.
0 commit comments