File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.15.1] - 2026-01-13
4+ ### Fix
5+ - Patch vips to fix saving and loading of non-8-bit JPEG XL images.
6+
37## [ 3.15.0] - 2026-01-06
48### Changed
59- Update Go to 1.25.5.
Original file line number Diff line number Diff line change @@ -465,6 +465,9 @@ ninja -C _build install
465465
466466print_build_stage vips $VIPS_VERSION
467467cd $DEPS_SRC /vips
468+ # Patch loading/saving non-8-bit JPEG XL images.
469+ # Remove when https://github.com/libvips/libvips/pull/4830 is merged and released.
470+ curl -Ls https://github.com/DarthSim/libvips/commit/dd245c7da6d14cb0199373c4b248d775758a941e.patch | git apply
468471CFLAGS=" ${CFLAGS} -O3" CXXFLAGS=" ${CXXFLAGS} -O3" \
469472meson setup _build \
470473 --buildtype=release \
You can’t perform that action at this time.
0 commit comments