Package Release Info

libjxl-gtk-0.11.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gdk-pixbuf-loader-jxl
jxl-thumbnailer

Change Logs

* Wed Jan 22 2025 mgorse@suse.com
- Remove the gimp plugin. It is for 2.10, and factory now has gimp
  3.0.
* Wed Jan 22 2025 mgorse@suse.com
- Always require lcms2 for the gtk build. It is needed when
  building plugins, and, if gimp is disabled, it needs to be
  specified explicitly.
* Fri Jan 10 2025 mgorse@suse.com
- Disable gimp plugin on SLFO. Gimp is currently unavailable there.
- Re-add lcms2 dependency for s390x. It is used instead of skcms
  on big-endian architectures.
* Tue Nov 26 2024 jengelh@inai.de
- Update to release 0.11.1 (boo#1233763 boo#1233785)
  * Huffman lookup table size fix [CVE-2024-11403]
  * Check height limit in modular trees [CVE-2024-11498]
* Fri Sep 13 2024 jengelh@inai.de
- 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 2024 qzhao@suse.com
- Update libjxl.spec:
  Add compiler condition to fix SLE-15-SP7 ppc64le build env.
  (bsc#1229831)
* Sat Jun 29 2024 jengelh@inai.de
- Update to release 0.10.3
  * fix bug in huffman-rle-gradient (e1) specialized decode path
* Thu Jun 20 2024 jengelh@inai.de
- Enable cjpegli, djpegli tools
- Add system-jpeg.diff
* Fri Mar 08 2024 jengelh@inai.de
- Update to release 0.10.2
  * Fix unspecified bugs in (lossless) encoding and streaming mode
* Wed Feb 28 2024 jengelh@inai.de
- Update to release 0.10.1
  * reduce allocations and fixing speed regressions since 0.9.0
  * resolve some bug in streaming encoding