File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.12] - TBD
8
8
9
- Uses libvips v8.16.0 , compiled with Emscripten v4.0.5.
9
+ Uses libvips v8.16.1 , compiled with Emscripten v4.0.5.
10
10
11
11
### Fixed
12
12
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ VERSION_TIFF=4.7.0 # https://gitlab.com/libtiff/libtiff
195
195
VERSION_RESVG=0.45.0 # https://github.com/linebender/resvg
196
196
VERSION_AOM=3.12.0 # https://aomedia.googlesource.com/aom
197
197
VERSION_HEIF=1.19.7 # https://github.com/strukturag/libheif
198
- VERSION_VIPS=8.16.0 # https://github.com/libvips/libvips
198
+ VERSION_VIPS=8.16.1 # https://github.com/libvips/libvips
199
199
200
200
VERSION_EMSCRIPTEN=" $( emcc -dumpversion) "
201
201
@@ -495,7 +495,7 @@ node --version
495
495
curl -Ls https://github.com/libvips/libvips/releases/download/v$VERSION_VIPS /vips-$VERSION_VIPS .tar.xz | tar xJC $DEPS /vips --strip-components=1
496
496
cd $DEPS /vips
497
497
# Emscripten specific patches
498
- curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS ...kleisauke:wasm-vips-8.16 .patch | patch -p1
498
+ curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS ...kleisauke:wasm-vips-$VERSION_VIPS .patch | patch -p1
499
499
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
500
500
sed -i " /subdir('man')/{N;N;N;N;d;}" meson.build
501
501
meson setup _build --prefix=$TARGET $MESON_ARGS --default-library=static --buildtype=release \
You can’t perform that action at this time.
0 commit comments