Skip to content

Commit 2c59160

Browse files
committed
Upgrade to libvips v8.16.1
1 parent aee0972 commit 2c59160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [v0.0.12] - TBD
88

9-
Uses libvips v8.16.0, compiled with Emscripten v4.0.5.
9+
Uses libvips v8.16.1, compiled with Emscripten v4.0.5.
1010

1111
### Fixed
1212

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ VERSION_TIFF=4.7.0 # https://gitlab.com/libtiff/libtiff
195195
VERSION_RESVG=0.45.0 # https://github.com/linebender/resvg
196196
VERSION_AOM=3.12.0 # https://aomedia.googlesource.com/aom
197197
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
199199

200200
VERSION_EMSCRIPTEN="$(emcc -dumpversion)"
201201

@@ -495,7 +495,7 @@ node --version
495495
curl -Ls https://github.com/libvips/libvips/releases/download/v$VERSION_VIPS/vips-$VERSION_VIPS.tar.xz | tar xJC $DEPS/vips --strip-components=1
496496
cd $DEPS/vips
497497
# 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
499499
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
500500
sed -i "/subdir('man')/{N;N;N;N;d;}" meson.build
501501
meson setup _build --prefix=$TARGET $MESON_ARGS --default-library=static --buildtype=release \

0 commit comments

Comments
 (0)