Skip to content

Commit 56885ba

Browse files
committed
Upgrade to libvips v8.16.0-rc1
1 parent 4dc513a commit 56885ba

12 files changed

+502
-89
lines changed

Diff for: CHANGELOG.md

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

77
## [v0.0.11] - TBD
88

9-
Uses libvips v8.15.5-rc1, compiled with Emscripten v3.1.68.
9+
Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.68.
1010

1111
### Changed
1212

1313
- Avoid pointer arguments in `SourceCustom.onRead` and
1414
`TargetCustom.onWrite` callbacks.
1515
[#74](https://github.com/kleisauke/wasm-vips/issues/74)
16+
- Update methods/enums for libvips 8.16.
1617

1718
### Removed
1819

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ VERSION_TIFF=4.7.0 # https://gitlab.com/libtiff/libtiff
180180
VERSION_RESVG=0.44.0 # https://github.com/RazrFalcon/resvg
181181
VERSION_AOM=3.10.0 # https://aomedia.googlesource.com/aom
182182
VERSION_HEIF=1.18.2 # https://github.com/strukturag/libheif
183-
VERSION_VIPS=8.15.5-rc1 # https://github.com/libvips/libvips
183+
VERSION_VIPS=8.16.0-rc1 # https://github.com/libvips/libvips
184184

185185
VERSION_EMSCRIPTEN="$(emcc -dumpversion)"
186186

@@ -490,7 +490,7 @@ EOL
490490
curl -Ls https://github.com/libvips/libvips/releases/download/v$VERSION_VIPS/vips-$VERSION_VIPS.tar.xz | tar xJC $DEPS/vips --strip-components=1
491491
cd $DEPS/vips
492492
# Emscripten specific patches
493-
curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS...kleisauke:wasm-vips-$VERSION_VIPS.patch | patch -p1
493+
curl -Ls https://github.com/libvips/libvips/compare/v$VERSION_VIPS...kleisauke:wasm-vips-8.16.patch | patch -p1
494494
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
495495
sed -i "/subdir('man')/{N;N;N;N;d;}" meson.build
496496
meson setup _build --prefix=$TARGET --cross-file=$MESON_CROSS --default-library=static --buildtype=release \

0 commit comments

Comments
 (0)