SHA256
1
0
forked from pool/libjxl

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
cf425785ec Accepting request 1237050 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/1237050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=23
2025-01-14 15:21:10 +00:00
OBS User unknown
65dacef8a4 [info=0cab574f27973c9eb4aa885d2073ff343a07b33a407ba8a92b1ba2e765a49f14]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=59
2025-01-11 14:15:47 +00:00
OBS User unknown
882026ed26 [info=a137511cd9237d286046448730b9a53b65b5881a062f57dd8a086f1bc1b30afd]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=58
2025-01-11 14:11:09 +00:00
Ana Guerrero
5c20cc34be Accepting request 1230037 from graphics
- add bugrefs

OBS-URL: https://build.opensuse.org/request/show/1230037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=22
2024-12-13 21:30:58 +00:00
OBS User unknown
1d85707ce0 [info=f8edeee22641f43b72f45d9bd91410deebf180416ee6fe78798a119d87595360]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=57
2024-12-11 09:17:32 +00:00
Ana Guerrero
03578b1080 Accepting request 1226668 from graphics
- Update to release 0.11.1

OBS-URL: https://build.opensuse.org/request/show/1226668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=21
2024-11-27 21:06:22 +00:00
OBS User unknown
ef9b82be79 [info=4e87e5ff8bf5776a0ac9f489009a5e1303ed1ee3f366eb9254ba03e8788b4940]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=56
2024-11-26 21:00:32 +00:00
Ana Guerrero
07fc47b307 Accepting request 1200883 from graphics
- Update to release 0.11.0

OBS-URL: https://build.opensuse.org/request/show/1200883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=20
2024-09-16 15:40:21 +00:00
OBS User unknown
58450ba9b7 [info=dde18a82cc8520925316701dd6ada8caf660924c5ca4a8ff972ed14279cb51d9]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=55
2024-09-13 16:31:27 +00:00
OBS User unknown
473738928e [info=0794408a855c1ae7db949d27296ec4151338fc189317846e9a1c3c0d093c98b8]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=54
2024-09-13 12:05:56 +00:00
7 changed files with 48 additions and 9 deletions

View File

@ -1,4 +1,4 @@
mtime: 1725435714
commit: 805ed64ff6380a7813ecab1474879bc2f84a519eeda6b4974e69ec85e36d5751
mtime: 1736604926
commit: 0cab574f27973c9eb4aa885d2073ff343a07b33a407ba8a92b1ba2e765a49f14
url: https://src.opensuse.org/jengelh/libjxl
revision: master

View File

@ -1 +1 @@
libjxl0_10
libjxl0_11

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81712f13ede9f7fdfdca8dad21a2ce21dfc01134b2db43c6013e312bee234094
oid sha256:ec3881ad1f1dd1df40a92c855bbb74d76f443715e3fe346586b373a193257647
size 256

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jan 10 21:34:13 UTC 2025 - Michael Gorse <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 20:55:18 UTC 2024 - Jan Engelhardt <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 11:48:46 UTC 2024 - Jan Engelhardt <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 11:16:35 UTC 2024 - Cliff Zhao <qzhao@suse.com>

View File

@ -16,7 +16,12 @@
#
%define lname libjxl0_10
%define lname libjxl0_11
%if "@BUILD_FLAVOR@" == "gtk" && 0%{?is_opensuse}
%bcond_without gimp
%else
%bcond_with gimp
%endif
%if "@BUILD_FLAVOR@" == "gtk"
Name: libjxl-gtk
%bcond_without gtk
@ -24,7 +29,7 @@ Name: libjxl-gtk
Name: libjxl
%bcond_with gtk
%endif
Version: 0.10.3
Version: 0.11.1
Release: 0
Summary: JPEG XL reference implementation
License: BSD-3-Clause
@ -40,11 +45,16 @@ BuildRequires: cmake
BuildRequires: pkg-config
%if %{with gtk}
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
%if %{with gimp}
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
%endif
%endif
BuildRequires: giflib-devel >= 5.1
BuildRequires: pkgconfig(OpenEXR)
%ifarch s390x
BuildRequires: pkgconfig(lcms2) >= 2.12
%endif
BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libbrotlicommon)
BuildRequires: pkgconfig(libbrotlidec)
@ -172,8 +182,10 @@ rm -Rf "$b/%_libdir"/libjxl* "$b/%_bindir" "$b/%_includedir" "$b/%_libdir/pkgcon
%_datadir/mime/packages/*
%_libdir/gdk-pixbuf-2.0/*/loaders/libpixbufloader-jxl.so
%if %{with gimp}
%files -n gimp-plugin-jxl
%_libdir/gimp/2.0/plug-ins/file-jxl/
%endif
%files -n jxl-thumbnailer
%dir %_datadir/thumbnailers

BIN
v0.10.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v0.11.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.