File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ v0.0.11] - TBD
8
8
9
- Uses libvips v8.15.3 , compiled with Emscripten v3.1.68.
9
+ Uses libvips v8.15.5-rc1 , compiled with Emscripten v3.1.68.
10
10
11
11
### Changed
12
12
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ VERSION_TIFF=4.7.0 # https://gitlab.com/libtiff/libtiff
180
180
VERSION_RESVG=0.44.0 # https://github.com/RazrFalcon/resvg
181
181
VERSION_AOM=3.10.0 # https://aomedia.googlesource.com/aom
182
182
VERSION_HEIF=1.18.2 # https://github.com/strukturag/libheif
183
- VERSION_VIPS=8.15.3 # https://github.com/libvips/libvips
183
+ VERSION_VIPS=8.15.5-rc1 # https://github.com/libvips/libvips
184
184
185
185
VERSION_EMSCRIPTEN=" $( emcc -dumpversion) "
186
186
@@ -485,12 +485,10 @@ EOL
485
485
[ -f " $TARGET /lib/pkgconfig/vips.pc" ] || (
486
486
stage " Compiling vips"
487
487
mkdir $DEPS /vips
488
- curl -Ls https://github.com/libvips/libvips/releases/download/v$VERSION_VIPS /vips-$( without_prerelease $ VERSION_VIPS) .tar.xz | tar xJC $DEPS /vips --strip-components=1
488
+ curl -Ls https://github.com/libvips/libvips/releases/download/v$VERSION_VIPS /vips-$VERSION_VIPS .tar.xz | tar xJC $DEPS /vips --strip-components=1
489
489
cd $DEPS /vips
490
490
# Emscripten specific patches
491
- curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS ...kleisauke:wasm-vips-8.15.patch | patch -p1
492
- # Disable HBR support in heifsave
493
- curl -Ls https://github.com/libvips/build-win64-mxe/raw/v$VERSION_VIPS /build/patches/vips-8-heifsave-disable-hbr-support.patch | patch -p1
491
+ curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS ...kleisauke:wasm-vips-$VERSION_VIPS .patch | patch -p1
494
492
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
495
493
sed -i " /subdir('man')/{N;N;N;N;d;}" meson.build
496
494
meson setup _build --prefix=$TARGET --cross-file=$MESON_CROSS --default-library=static --buildtype=release \
You can’t perform that action at this time.
0 commit comments