Skip to content

Commit ea3eeba

Browse files
committed
Update deps
1 parent fd55f3f commit ea3eeba

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.15.7] - 2026-04-02
4+
### Changed
5+
- Update GLib to 2.88.0.
6+
- Update libexpat to 2.7.5.
7+
- Update libjpegturbo to 3.1.4.1.
8+
- Update libpng to 1.6.56.
9+
- Update cgif to 0.5.3.
10+
- Update libde265 to 1.0.18.
11+
- Update aom to 3.13.2.
12+
- Update freetype to 2.14.3.
13+
- Update harfbuzz to 14.0.0.
14+
- Update pango to 1.57.1.
15+
- Update librsvg to 2.62.1.
16+
- Update vips to 8.18.2.
17+
318
## [3.15.6] - 2026-03-17
419
### Fixed
520
- Fix memory leak in libheif when saving HEIC/AVIF images with alpha channel.

build-deps.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ meson setup _build \
377377
-Dtests=disabled \
378378
-Dintrospection=disabled \
379379
-Ddocs=disabled \
380-
-Dbenchmark=disabled
380+
-Dbenchmark=disabled \
381+
-Dgpu=disabled \
382+
-Dgpu_demo=disabled
381383
ninja -C _build
382384
ninja -C _build install
383385
rm $TARGET_PATH/lib/libharfbuzz-subset*
@@ -468,12 +470,6 @@ ninja -C _build install
468470

469471
print_build_stage vips $VIPS_VERSION
470472
cd $DEPS_SRC/vips
471-
# Patch loading/saving non-8-bit JPEG XL images.
472-
# Remove after update to v8.18.1
473-
curl -Ls https://github.com/DarthSim/libvips/commit/dd245c7da6d14cb0199373c4b248d775758a941e.patch | git apply
474-
# Patch expensive PNG header read.
475-
# Remove after update to v8.18.1
476-
curl -Ls https://github.com/libvips/libvips/commit/0f83bf408a01043f1a68b012178b02ce1dbd9d94.patch | git apply --exclude ChangeLog
477473
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
478474
meson setup _build \
479475
--buildtype=release \

versions.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ export ZLIB_VERSION=2.3.3
33
export BROTLI_VERSION=1.2.0
44
export FFI_VERSION=3.5.2
55
export PCRE2_VERSION=10.47
6-
export GLIB_VERSION=2.87.5
6+
export GLIB_VERSION=2.88.0
77
export HIGHWAY_VERSION=1.3.0
88
export QUANTIZR_VERSION=1.4.3
9-
export LIBEXPAT_VERSION=2.7.4
9+
export LIBEXPAT_VERSION=2.7.5
1010
export LIBXML2_VERSION=2.15.2
1111
export LIBEXIF_VERSION=0.6.25
1212
export LCMS2_VERSION=2.18
13-
export LIBJPEGTURBO_VERSION=3.1.3
13+
export LIBJPEGTURBO_VERSION=3.1.4.1
1414
export LIBJXL_VERSION=0.11.2
15-
export LIBPNG_VERSION=1.6.55
15+
export LIBPNG_VERSION=1.6.56
1616
export LIBWEBP_VERSION=1.6.0
1717
export LIBTIFF_VERSION=4.7.1
18-
export CGIF_VERSION=0.5.2
19-
export LIBDE265_VERSION=1.0.16
18+
export CGIF_VERSION=0.5.3
19+
export LIBDE265_VERSION=1.0.18
2020
export KVAZAAR_VERSION=2.3.2
2121
export DAV1D_VERSION=1.5.3
2222
# export RAV1E_VERSION=0.5.1
23-
export AOM_VERSION=3.13.1
23+
export AOM_VERSION=3.13.2
2424
export LIBHEIF_VERSION=1.21.2
25-
export FREETYPE_VERSION=2.14.2
25+
export FREETYPE_VERSION=2.14.3
2626
export FONTCONFIG_VERSION=2.17.1
27-
export HARFBUZZ_VERSION=13.1.1
27+
export HARFBUZZ_VERSION=14.0.0
2828
export PIXMAN_VERSION=0.46.4
2929
export CAIRO_VERSION=1.18.4
3030
export FRIBIDI_VERSION=1.0.16
31-
export PANGO_VERSION=1.57.0
32-
export LIBRSVG_VERSION=2.62.0
33-
export VIPS_VERSION=8.18.0
31+
export PANGO_VERSION=1.57.1
32+
export LIBRSVG_VERSION=2.62.1
33+
export VIPS_VERSION=8.18.2

0 commit comments

Comments
 (0)