forked from pool/libjxl
Remove the gimp plugin
This commit is contained in:
parent
b3528c006f
commit
37c7554d87
@ -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…
Reference in New Issue
Block a user