forked from pool/kimageformats
KDE Frameworks 5.93.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=246
This commit is contained in:
parent
8bd5a29160
commit
f13b17f439
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce049989125a49dc9bf8d2a2f2f5a2fec79e25a6343087b024fefd0131eca369
|
|
||||||
size 1223892
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwooACgkQWNDuZIpI
|
|
||||||
s7vmGgf/RcYjdlT7A95pLrhv+fRW37vlp9hn3qJ1151853gL+6o8JIb4tbrJC8NX
|
|
||||||
T/kd3mN8ALhvxpwQRBVfFjvwR7DPrmlIV4ySKP2EDT2wUOf1RxJwCTPHCm3RXKLH
|
|
||||||
8ar6rUQLoxYNcb/GLcSAfxeZkdEoQdjUnl4yM7qc0zgxgN89vAZebGx6BVt+okO/
|
|
||||||
UColj0p2eAa4WTDSuYcB4B6jOVRBUvRDDzMYfuxnTa4nQwjFtfco+enK76leE3vU
|
|
||||||
a2Oh7mZtVFRjxhBqqXrzbjfPZSUeuY0BPEqWhW/nGzwsVtcem/AQt1TX311drHcW
|
|
||||||
biHntSXvHalqkNykp1ktAyQBP/sywg==
|
|
||||||
=mvA5
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kimageformats-5.93.0.tar.xz
Normal file
3
kimageformats-5.93.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15b0ed9de57af95979e0e40496b980f243cd81e2a400d5f64d12478e1dddc7d0
|
||||||
|
size 1228820
|
11
kimageformats-5.93.0.tar.xz.sig
Normal file
11
kimageformats-5.93.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS/0ACgkQWNDuZIpI
|
||||||
|
s7vvhQgAuW60lMsyNhyh+Q15wYreawrRi8QUVnwC5ENuLIx/QKppx27UwRvuP5eW
|
||||||
|
HWNUwp1a5dxH9rxVHklol8z8aa76x+6UItYVoubJAyvvnfkwULZZw98DkTBHuCUD
|
||||||
|
eqx5lOyCN8VAVuj9Hhol9iTJ8isL5sJ3Un+kAxerlpNvGHBGR1by1/lK0gjHQLhz
|
||||||
|
w45OEmGqXZne4MNpznwwse2ZQ59bLoeLOnCc/droYvocYpPva1MtV/DMJKxYK3fl
|
||||||
|
ZnZwlMuDUYxax8YwJHX2mMNV9nRlmthxnCFafP60rLVB8gwZP5nBi3tgpiVqEtAR
|
||||||
|
8QSrj8OzbVNROWa3bs1T58nV6Jgf4g==
|
||||||
|
=hZgC
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 3 10:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.93.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.93.0
|
||||||
|
- Changes since 5.92.0:
|
||||||
|
* Fix XCF parasites metadata in QImage and support to ICC profile
|
||||||
|
* avif: encoder speed 7->6
|
||||||
|
* avif: fix jumpToImage
|
||||||
|
* avif: warn about non-recommended libavif configuration
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%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
|
||||||
%define _tar_path 5.92
|
%define _tar_path 5.93
|
||||||
# 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}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
@ -30,7 +30,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kimageformats
|
Name: kimageformats
|
||||||
Version: 5.92.0
|
Version: 5.93.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Image format plugins for Qt
|
Summary: Image format plugins for Qt
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user