From dde18a82cc8520925316701dd6ada8caf660924c5ca4a8ff972ed14279cb51d9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 13 Sep 2024 14:05:29 +0200 Subject: [PATCH] libjxl 0.11 --- baselibs.conf | 2 +- libjxl.changes | 13 +++++++++++++ libjxl.spec | 4 ++-- v0.10.3.tar.gz | 3 --- v0.11.0.tar.gz | 3 +++ 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 v0.10.3.tar.gz create mode 100644 v0.11.0.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 0d34773..cbe1690 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libjxl0_10 +libjxl0_11 diff --git a/libjxl.changes b/libjxl.changes index 4a3551a..e1c071e 100644 --- a/libjxl.changes +++ b/libjxl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 13 11:48:46 UTC 2024 - Jan Engelhardt + +- Update to release 0.11.0 + * Added Gain Map API: ``JxlGainMapBundle`` struct and API + functions to read and write gain map + ``bundlesJxlGainMapWriteBundle`` and ``JxlGainMapReadBundle`` + as well as handling compressed ICC profiles: + ``JxlICCProfileEncode`` and ``JxlICCProfileDecode``. + * Decoder API: added ``JXL_DEC_BOX_COMPLETE`` event to signal + that the output buffer for the current box has received all + contents. + ------------------------------------------------------------------- Fri Aug 30 11:16:35 UTC 2024 - Cliff Zhao diff --git a/libjxl.spec b/libjxl.spec index 8791b26..2a3cc5e 100644 --- a/libjxl.spec +++ b/libjxl.spec @@ -16,7 +16,7 @@ # -%define lname libjxl0_10 +%define lname libjxl0_11 %if "@BUILD_FLAVOR@" == "gtk" Name: libjxl-gtk %bcond_without gtk @@ -24,7 +24,7 @@ Name: libjxl-gtk Name: libjxl %bcond_with gtk %endif -Version: 0.10.3 +Version: 0.11.0 Release: 0 Summary: JPEG XL reference implementation License: BSD-3-Clause diff --git a/v0.10.3.tar.gz b/v0.10.3.tar.gz deleted file mode 100644 index 70f6158..0000000 --- a/v0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6 -size 1912351 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz new file mode 100644 index 0000000..d7469ee --- /dev/null +++ b/v0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce4ec8bb37a435a73ac18c4c9ff56c2dc6c98892bf3f53a328e3eca42efb9cf +size 1873614