Skip to content

Commit 19d4734

Browse files
committed
Update deps
1 parent c972792 commit 19d4734

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
- Add brotli 1.1.0.
66
- Add libjxl 0.11.1.
77

8+
### Changed
9+
- Update Go to 1.23.4.
10+
- Update GLib to 2.83.0.
11+
- Update libexpat to 2.6.4.
12+
- Update libxml2 to 2.13.5.
13+
- Update aom to 3.11.0.
14+
- Update libheif to 1.19.5.
15+
- Update harfbuzz to 10.1.0.
16+
- Update pixman to 0.44.2.
17+
- Update pango to 1.55.0.
18+
- Update librsvg to 2.59.2.
19+
- Update vips to 8.16.0.
20+
821
## [3.12.0] - 2024-10-24
922
### Changed
1023
- Update Go to 1.23.2.

build-deps.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ ninja install/strip
329329
print_build_stage libheif $LIBHEIF_VERSION
330330
cd $DEPS_SRC/libheif
331331
# libyuv support
332-
curl -Ls https://github.com/DarthSim/libheif/commit/d435ac9d94507e9dc020e97e41d7a74c0bb0c7ba.patch | git apply
332+
curl -Ls https://github.com/DarthSim/libheif/commit/668ef49faa25d62faf02a5ee1c2fd0da426acd23.patch | git apply
333333
# Ignore alpha in Op_RGB_HDR_to_RRGGBBaa_BE if aplpha has different BPP
334-
curl -Ls https://github.com/DarthSim/libheif/commit/0585312b459597d028f2200aeb44e50a8c186e82.patch | git apply
334+
curl -Ls https://github.com/DarthSim/libheif/commit/b3e71a5bd320b5d70b9f48f0aa02efc907c9bd36.patch | git apply
335335
mkdir _build
336336
cd _build
337337
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
@@ -401,9 +401,9 @@ meson setup _build \
401401
--prefix=$TARGET_PATH \
402402
--libdir=lib \
403403
-Dlibpng=disabled \
404-
-Diwmmxt=disabled \
405404
-Dgtk=disabled \
406405
-Dopenmp=disabled \
406+
-Ddemos=disabled \
407407
-Dtests=disabled
408408
ninja -C _build
409409
ninja -C _build install
@@ -478,12 +478,6 @@ ninja -C _build install
478478

479479
print_build_stage vips $VIPS_VERSION
480480
cd $DEPS_SRC/vips
481-
# tiffload: use TIFFRGBAImage or TIFFReadRGBATile if tiff image type is not natively supported by libvips
482-
curl -Ls https://github.com/DarthSim/libvips/commit/c1887f564108106c0c84fd89109774eb90f597d9.patch | git apply
483-
# heifsave: set `threads` to vips_concurrency_get()
484-
curl -Ls https://github.com/DarthSim/libvips/commit/3f35bd9ca5274e62ebd1c4f45d273a7568bad22d.patch | git apply
485-
# Increase EXIF size limit to 8Mb
486-
curl -Ls https://github.com/DarthSim/libvips/commit/1e2413f966bf356e7dc506d2c253c67b90c35d86.patch | git apply
487481
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
488482
meson setup _build \
489483
--buildtype=release \

versions.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
export GOLANG_VERSION=1.23.2
1+
export GOLANG_VERSION=1.23.4
22
export ZLIB_VERSION=2.2.2
33
export BROTLI_VERSION=1.1.0
44
export FFI_VERSION=3.4.6
5-
export GLIB_VERSION=2.82.2
5+
export GLIB_VERSION=2.83.0
66
export HIGHWAY_VERSION=1.2.0
77
export QUANTIZR_VERSION=1.4.2
8-
export LIBEXPAT_VERSION=2.6.3
9-
export LIBXML2_VERSION=2.13.4
8+
export LIBEXPAT_VERSION=2.6.4
9+
export LIBXML2_VERSION=2.13.5
1010
export LIBEXIF_VERSION=0.6.24
1111
export LCMS2_VERSION=2.16
1212
export LIBJPEGTURBO_VERSION=3.0.4
@@ -20,15 +20,15 @@ export LIBDE265_VERSION=1.0.15
2020
export KVAZAAR_VERSION=2.3.1
2121
export DAV1D_VERSION=1.5.0
2222
# export RAV1E_VERSION=0.5.1
23-
export AOM_VERSION=3.10.0
23+
export AOM_VERSION=3.11.0
2424
export LIBYUV_SHA='a6a2ec65'
25-
export LIBHEIF_VERSION=1.18.2
25+
export LIBHEIF_VERSION=1.19.5
2626
export FREETYPE_VERSION=2.13.3
2727
export FONTCONFIG_VERSION=2.15.0
28-
export HARFBUZZ_VERSION=10.0.1
29-
export PIXMAN_VERSION=0.43.4
28+
export HARFBUZZ_VERSION=10.1.0
29+
export PIXMAN_VERSION=0.44.2
3030
export CAIRO_VERSION=1.18.2
3131
export FRIBIDI_VERSION=1.0.16
32-
export PANGO_VERSION=1.54.0
33-
export LIBRSVG_VERSION=2.59.1
34-
export VIPS_VERSION=8.15.5
32+
export PANGO_VERSION=1.55.0
33+
export LIBRSVG_VERSION=2.59.2
34+
export VIPS_VERSION=8.16.0

0 commit comments

Comments
 (0)