Skip to content

Commit ffcaae3

Browse files
committed
Update libjxl to libjxl/libjxl@53042ec
1 parent a7d9048 commit ffcaae3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3434
| [libffi] | 3.5.2 | MIT Licence |
3535
| [libheif] | 1.20.2 | LGPLv3 |
3636
| [libimagequant] | 2.4.1[^1] | BSD 2-Clause |
37-
| [libjxl] | 0.11.1 | BSD 3-Clause |
37+
| [libjxl] | [53042ec] | BSD 3-Clause |
3838
| [libpng] | 1.6.52 | [libpng License version 2] |
3939
| [librsvg] | 2.61.3 | LGPLv3 |
4040
| [libtiff] | 4.7.1 | [libtiff License] (BSD-like) |
@@ -51,6 +51,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
5151
[^2]: libvips is built from the [`v8.18.0-alpha1`](https://github.com/libvips/libvips/tree/v8.18.0-alpha1) tag, see:
5252
https://github.com/libvips/libvips/releases/tag/v8.18.0-alpha1
5353

54+
[53042ec]: https://github.com/libjxl/libjxl/commit/53042ec537712e0df08709524f4df097d42174bc
5455
[0826579]: https://github.com/mozilla/mozjpeg/commit/08265790774cd0714832c9e675522acbe5581437
5556

5657
[aom]: https://aomedia.googlesource.com/aom/

build/libjxl.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ PKG := libjxl
22
$(PKG)_WEBSITE := https://github.com/libjxl/libjxl
33
$(PKG)_DESCR := JPEG XL image format reference implementation
44
$(PKG)_IGNORE :=
5-
$(PKG)_VERSION := 0.11.1
6-
$(PKG)_CHECKSUM := 1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9
5+
# https://github.com/libjxl/libjxl/tarball/53042ec537712e0df08709524f4df097d42174bc
6+
$(PKG)_VERSION := 53042ec
7+
$(PKG)_CHECKSUM := 8bb362724e2973f9cf57cefe4949bcfd47d6832bce706a691b29aa43d1c901e1
78
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
8-
$(PKG)_GH_CONF := libjxl/libjxl/tags,v
9+
$(PKG)_GH_CONF := libjxl/libjxl/branches/main
910
$(PKG)_DEPS := cc brotli highway lcms libpng
1011

1112
define $(PKG)_BUILD

0 commit comments

Comments
 (0)