Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -1,4 +1,4 @@
|
|||||||
mtime: 1737578039
|
mtime: 1725435714
|
||||||
commit: 37c7554d87456e87445abf3614eba90b3c23438c1c839148f13bff1596f1e870
|
commit: 805ed64ff6380a7813ecab1474879bc2f84a519eeda6b4974e69ec85e36d5751
|
||||||
url: https://src.opensuse.org/jengelh/libjxl
|
url: https://src.opensuse.org/jengelh/libjxl
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1 +1 @@
|
|||||||
libjxl0_11
|
libjxl0_10
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:afc8a9ac2bad75b7e60d7dc6fb600c34a072fe0e8efc3277f2778376b019aca2
|
oid sha256:81712f13ede9f7fdfdca8dad21a2ce21dfc01134b2db43c6013e312bee234094
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,43 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 22 17:29:34 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
|
||||||
|
|
||||||
- Remove the gimp plugin. It is for 2.10, and factory now has gimp
|
|
||||||
3.0.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 22 15:56:09 UTC 2025 - Michael Gorse <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 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>
|
Fri Aug 30 11:16:35 UTC 2024 - Cliff Zhao <qzhao@suse.com>
|
||||||
|
|
||||||
|
20
libjxl.spec
20
libjxl.spec
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libjxl0_11
|
%define lname libjxl0_10
|
||||||
%if "@BUILD_FLAVOR@" == "gtk"
|
%if "@BUILD_FLAVOR@" == "gtk"
|
||||||
Name: libjxl-gtk
|
Name: libjxl-gtk
|
||||||
%bcond_without gtk
|
%bcond_without gtk
|
||||||
@ -24,7 +24,7 @@ Name: libjxl-gtk
|
|||||||
Name: libjxl
|
Name: libjxl
|
||||||
%bcond_with gtk
|
%bcond_with gtk
|
||||||
%endif
|
%endif
|
||||||
Version: 0.11.1
|
Version: 0.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JPEG XL reference implementation
|
Summary: JPEG XL reference implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -40,13 +40,11 @@ BuildRequires: cmake
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.12
|
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
|
||||||
|
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: giflib-devel >= 5.1
|
BuildRequires: giflib-devel >= 5.1
|
||||||
BuildRequires: pkgconfig(OpenEXR)
|
BuildRequires: pkgconfig(OpenEXR)
|
||||||
%ifarch s390x
|
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.12
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libavif)
|
BuildRequires: pkgconfig(libavif)
|
||||||
BuildRequires: pkgconfig(libbrotlicommon)
|
BuildRequires: pkgconfig(libbrotlicommon)
|
||||||
BuildRequires: pkgconfig(libbrotlidec)
|
BuildRequires: pkgconfig(libbrotlidec)
|
||||||
@ -102,6 +100,13 @@ Supplements: (%lname and gdk-pixbuf)
|
|||||||
%description -n gdk-pixbuf-loader-jxl
|
%description -n gdk-pixbuf-loader-jxl
|
||||||
This package provides a libjxl-based gdk-pixbuf loader for JPEG XL files.
|
This package provides a libjxl-based gdk-pixbuf loader for JPEG XL files.
|
||||||
|
|
||||||
|
%package -n gimp-plugin-jxl
|
||||||
|
Summary: Plugin for GIMP to enable working with JPEG XL files
|
||||||
|
Supplements: (%lname and gimp)
|
||||||
|
|
||||||
|
%description -n gimp-plugin-jxl
|
||||||
|
This package provides a plugin for GIMP 2.0 to enable it to work with JPEG XL files.
|
||||||
|
|
||||||
%package -n jxl-thumbnailer
|
%package -n jxl-thumbnailer
|
||||||
Summary: Generate thumbnails for JPEG XL files
|
Summary: Generate thumbnails for JPEG XL files
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -167,6 +172,9 @@ rm -Rf "$b/%_libdir"/libjxl* "$b/%_bindir" "$b/%_includedir" "$b/%_libdir/pkgcon
|
|||||||
%_datadir/mime/packages/*
|
%_datadir/mime/packages/*
|
||||||
%_libdir/gdk-pixbuf-2.0/*/loaders/libpixbufloader-jxl.so
|
%_libdir/gdk-pixbuf-2.0/*/loaders/libpixbufloader-jxl.so
|
||||||
|
|
||||||
|
%files -n gimp-plugin-jxl
|
||||||
|
%_libdir/gimp/2.0/plug-ins/file-jxl/
|
||||||
|
|
||||||
%files -n jxl-thumbnailer
|
%files -n jxl-thumbnailer
|
||||||
%dir %_datadir/thumbnailers
|
%dir %_datadir/thumbnailers
|
||||||
%_datadir/thumbnailers/*.thumbnailer
|
%_datadir/thumbnailers/*.thumbnailer
|
||||||
|
BIN
v0.10.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v0.10.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
v0.11.1.tar.gz
(Stored with Git LFS)
BIN
v0.11.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user