KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=218
This commit is contained in:
parent
fbdcfe646d
commit
c14129c56e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04bb3d02a8d967869c102da04d0c8c9e651c8e54625eb5b126156fefcb1901b0
|
||||
size 548968
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln34ACgkQWNDuZIpI
|
||||
s7v3uwf9H6qOhpLj3NRK+1KkSHQ0uVCW+Ina3DAxwKjR9lMKCJcB21zZdo2e2k7I
|
||||
QPWWLSmecNmWfLytFflsjD7tPpQqA1lV67TTandan6AXD3hZPFGaua854oH2zl1x
|
||||
6xnp/FFnxwSrPe1Rj1T5a1duPTbgykShR3aJgenyr/8U+B1+wDb1K/yR/bP1OGFn
|
||||
Ha3wuWEAHhRMhQAnQQUbb3vOGsOfqro2D8RThsLr1/NhvFvNxysrbxGClbkymtPo
|
||||
g4WgN+JAidwgZ0NUfzQ+OTkEsUFWHmVdqGnJWWOnVkpYpQDg9ruoS+XreYdjrMtX
|
||||
09SlncmMDhnBdiMLNoSLd+A/SlJAkw==
|
||||
=V7Fy
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.78.0.tar.xz
Normal file
3
kimageformats-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecd4cf4ec006998b73724776cb2cb11f636057bd5f29ae134451fec612e1623f
|
||||
size 558436
|
11
kimageformats-5.78.0.tar.xz.sig
Normal file
11
kimageformats-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weh4ACgkQWNDuZIpI
|
||||
s7uUEwf9E83P5MKkoDgWG0xAe5lFa8wr8gg9IGD5Cid5z9/wtDDkNMEfAyFrx8oS
|
||||
nkC2t6xArl6E6R1OmnsI8DXHesfMR+7lt9Ih3ahpTeOh0Eu75p8aKKnklah50fti
|
||||
Lnl8sLDCC0ij5SP/9WG3jOzssSikxszCGhYQH9aBxJSjlZktRzRTtgowKkLllWOd
|
||||
AumbWLGY74g57bv+ufwD8ZXZ6QFg+PnL4w+A4nPjM3uHMrf1NypYnJE1B7W8jZ8W
|
||||
dkMPSxIgKGAGRNvPJnv2Zoghqvszv5qmesM3mLWST02vXChluuxR3KDPHqqIAen2
|
||||
1P8J3SB5T6TPkCMs0zGRegSzZXa0uA==
|
||||
=fAPO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* Remove ifdefs, we require Qt 5.14 now
|
||||
* Add AVIF to the list of supported formats
|
||||
* Add plugin for AV1 Image File Format (AVIF)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kimageformats
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.77
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define with_avif 1
|
||||
%endif
|
||||
%define _tar_path 5.78
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -24,7 +27,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kimageformats
|
||||
Version: 5.77.0
|
||||
Version: 5.78.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,9 +45,12 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: openexr
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
%if 0%{?with_avif}
|
||||
BuildRequires: cmake(libavif) >= 0.8.2
|
||||
%endif
|
||||
%requires_ge libQt5Gui5
|
||||
%requires_ge libQt5PrintSupport5
|
||||
Recommends: libqt5-qtimageformats >= 5.12.0
|
||||
@ -59,8 +65,8 @@ image formats.
|
||||
%package eps
|
||||
Summary: EPS image format plugin for Qt
|
||||
Group: System/GUI/KDE
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
Requires: ghostscript
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
|
||||
%description eps
|
||||
This plugin provides support for the EPS document format for QtGui. As
|
||||
@ -81,6 +87,9 @@ environments.
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%dir %{_kf5_plugindir}/imageformats
|
||||
%if 0%{?with_avif}
|
||||
%{_kf5_plugindir}/imageformats/kimg_avif.so
|
||||
%endif
|
||||
%{_kf5_plugindir}/imageformats/kimg_exr.so
|
||||
%{_kf5_plugindir}/imageformats/kimg_hdr.so
|
||||
%{_kf5_plugindir}/imageformats/kimg_kra.so
|
||||
@ -93,6 +102,9 @@ environments.
|
||||
%{_kf5_plugindir}/imageformats/kimg_tga.so
|
||||
%{_kf5_plugindir}/imageformats/kimg_xcf.so
|
||||
%dir %{_kf5_servicesdir}/qimageioplugins
|
||||
%if 0%{?with_avif}
|
||||
%{_kf5_servicesdir}/qimageioplugins/avif.desktop
|
||||
%endif
|
||||
%{_kf5_servicesdir}/qimageioplugins/dds.desktop
|
||||
%{_kf5_servicesdir}/qimageioplugins/exr.desktop
|
||||
%{_kf5_servicesdir}/qimageioplugins/hdr.desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user