forked from pool/kimageformats
Accepting request 1009352 from home:iDesmI:Wayland
- Enable JPEG-XL plugin OBS-URL: https://build.opensuse.org/request/show/1009352 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=261
This commit is contained in:
parent
bbcf6da166
commit
d0ce73116e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 9 07:21:20 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||||
|
|
||||||
|
- Enable JPEG-XL plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 15:55:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Oct 1 15:55:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kimageformats
|
# spec file for package kimageformats
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,6 +22,9 @@
|
|||||||
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
|
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
|
||||||
%define with_heif 1
|
%define with_heif 1
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} > 150400)
|
||||||
|
%define with_jxl 1
|
||||||
|
%endif
|
||||||
%define _tar_path 5.99
|
%define _tar_path 5.99
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
@ -44,21 +47,24 @@ Source2: frameworks.keyring
|
|||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: openexr
|
|
||||||
BuildRequires: openexr-devel
|
BuildRequires: openexr-devel
|
||||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
BuildRequires: cmake(Qt5Gui) >= 5.15.2
|
||||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
|
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.2
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
BuildRequires: cmake(Qt5Test) >= 5.15.2
|
||||||
%if 0%{?with_avif}
|
%if 0%{?with_avif}
|
||||||
BuildRequires: cmake(libavif) >= 0.8.2
|
BuildRequires: cmake(libavif) >= 0.8.2
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_heif}
|
%if 0%{?with_heif}
|
||||||
BuildRequires: cmake(libheif) >= 1.10.0
|
BuildRequires: cmake(libheif) >= 1.10.0
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?with_jxl}
|
||||||
|
BuildRequires: pkgconfig(libjxl) >= 0.6.1
|
||||||
|
BuildRequires: pkgconfig(libjxl_threads) >= 0.6.1
|
||||||
|
%endif
|
||||||
%requires_ge libQt5Gui5
|
%requires_ge libQt5Gui5
|
||||||
%requires_ge libQt5PrintSupport5
|
%requires_ge libQt5PrintSupport5
|
||||||
Recommends: libqt5-qtimageformats >= 5.12.0
|
Recommends: libqt5-qtimageformats >= 5.15.2
|
||||||
Suggests: %{name}-eps
|
Suggests: %{name}-eps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,6 +105,9 @@ environments.
|
|||||||
%if 0%{?with_heif}
|
%if 0%{?with_heif}
|
||||||
%{_kf5_plugindir}/imageformats/kimg_heif.so
|
%{_kf5_plugindir}/imageformats/kimg_heif.so
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?with_jxl}
|
||||||
|
%{_kf5_plugindir}/imageformats/kimg_jxl.so
|
||||||
|
%endif
|
||||||
%{_kf5_plugindir}/imageformats/kimg_exr.so
|
%{_kf5_plugindir}/imageformats/kimg_exr.so
|
||||||
%{_kf5_plugindir}/imageformats/kimg_hdr.so
|
%{_kf5_plugindir}/imageformats/kimg_hdr.so
|
||||||
%{_kf5_plugindir}/imageformats/kimg_kra.so
|
%{_kf5_plugindir}/imageformats/kimg_kra.so
|
||||||
@ -118,6 +127,9 @@ environments.
|
|||||||
%if 0%{?with_heif}
|
%if 0%{?with_heif}
|
||||||
%{_kf5_servicesdir}/qimageioplugins/heif.desktop
|
%{_kf5_servicesdir}/qimageioplugins/heif.desktop
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?with_jxl}
|
||||||
|
%{_kf5_servicesdir}/qimageioplugins/jxl.desktop
|
||||||
|
%endif
|
||||||
%{_kf5_servicesdir}/qimageioplugins/dds.desktop
|
%{_kf5_servicesdir}/qimageioplugins/dds.desktop
|
||||||
%{_kf5_servicesdir}/qimageioplugins/exr.desktop
|
%{_kf5_servicesdir}/qimageioplugins/exr.desktop
|
||||||
%{_kf5_servicesdir}/qimageioplugins/hdr.desktop
|
%{_kf5_servicesdir}/qimageioplugins/hdr.desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user