File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 44### Changed
55- Update Go to 1.26.1.
66- Update harfbuzz to 13.0.1.
7+ - Patch vips for faster PNG load.
78
89## [ 3.15.3] - 2026-03-05
910### Changed
Original file line number Diff line number Diff line change @@ -466,8 +466,11 @@ ninja -C _build install
466466print_build_stage vips $VIPS_VERSION
467467cd $DEPS_SRC /vips
468468# Patch loading/saving non-8-bit JPEG XL images.
469- # Remove when https://github.com/libvips/libvips/pull/4830 is merged and released.
469+ # Remove after update to v8.18.1
470470curl -Ls https://github.com/DarthSim/libvips/commit/dd245c7da6d14cb0199373c4b248d775758a941e.patch | git apply
471+ # Patch expensive PNG header read.
472+ # Remove after update to v8.18.1
473+ curl -Ls https://github.com/libvips/libvips/commit/0f83bf408a01043f1a68b012178b02ce1dbd9d94.patch | git apply --exclude ChangeLog
471474CFLAGS=" ${CFLAGS} -O3" CXXFLAGS=" ${CXXFLAGS} -O3" \
472475meson setup _build \
473476 --buildtype=release \
You can’t perform that action at this time.
0 commit comments