[info=37c7554d87456e87445abf3614eba90b3c23438c1c839148f13bff1596f1e870]
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=61
This commit is contained in:
parent
6f41353f31
commit
afe3ff4c82
@ -1,4 +1,4 @@
|
|||||||
mtime: 1737561946
|
mtime: 1737578039
|
||||||
commit: b3528c006f925aa4099c7d6393e7381e209a127aeccf51095d0f6ceca42d225d
|
commit: 37c7554d87456e87445abf3614eba90b3c23438c1c839148f13bff1596f1e870
|
||||||
url: https://src.opensuse.org/jengelh/libjxl
|
url: https://src.opensuse.org/jengelh/libjxl
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:978b49cf51163288409984f4ea8a1d5eb46d3bd7b2e3a44f7d20d419ea87331d
|
oid sha256:afc8a9ac2bad75b7e60d7dc6fb600c34a072fe0e8efc3277f2778376b019aca2
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Jan 22 15:56:09 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
21
libjxl.spec
21
libjxl.spec
@ -17,11 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libjxl0_11
|
%define lname libjxl0_11
|
||||||
%if "@BUILD_FLAVOR@" == "gtk" && 0%{?is_opensuse}
|
|
||||||
%bcond_without gimp
|
|
||||||
%else
|
|
||||||
%bcond_with gimp
|
|
||||||
%endif
|
|
||||||
%if "@BUILD_FLAVOR@" == "gtk"
|
%if "@BUILD_FLAVOR@" == "gtk"
|
||||||
Name: libjxl-gtk
|
Name: libjxl-gtk
|
||||||
%bcond_without gtk
|
%bcond_without gtk
|
||||||
@ -46,10 +41,6 @@ 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(lcms2) >= 2.12
|
||||||
%if %{with gimp}
|
|
||||||
BuildRequires: pkgconfig(gimp-2.0) >= 2.10
|
|
||||||
BuildRequires: pkgconfig(gimpui-2.0) >= 2.10
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: giflib-devel >= 5.1
|
BuildRequires: giflib-devel >= 5.1
|
||||||
BuildRequires: pkgconfig(OpenEXR)
|
BuildRequires: pkgconfig(OpenEXR)
|
||||||
@ -111,13 +102,6 @@ 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
|
||||||
@ -183,11 +167,6 @@ 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
|
||||||
|
|
||||||
%if %{with gimp}
|
|
||||||
%files -n gimp-plugin-jxl
|
|
||||||
%_libdir/gimp/2.0/plug-ins/file-jxl/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n jxl-thumbnailer
|
%files -n jxl-thumbnailer
|
||||||
%dir %_datadir/thumbnailers
|
%dir %_datadir/thumbnailers
|
||||||
%_datadir/thumbnailers/*.thumbnailer
|
%_datadir/thumbnailers/*.thumbnailer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user