1
0
forked from pool/kimageformats
Christophe Marin
2024-01-14 15:36:50 +00:00
committed by Git OBS Bridge
parent 1db2992f5b
commit 70fd84d60c
6 changed files with 35 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84b0082faa125b6602671fe6e77b0c257d6248c64ca9e8073c72bdaff440da3f
size 15651880

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAqcACgkQWNDuZIpI
s7sOywf+J09983lLxjmZhiEY5ZcYalycXW1LrwaNWtpuS13kY8j4ExfzQp1OW8b6
A0CTRNhXjQAMSL4yV/5RolJyhGoBb4UvqmyZF/bBSJ/NYHGgzZBZ2jxZ2EK5hFUw
cA6zcK+SsTZh4CI5F4JbyXZtjoxg8cy1gDtHLr7DWL1JPQmEj9hPFxcmStFbcPhK
5visjO+Z64NdBWq/z2aXJ9rguKnTWWnRaERdvPzrMrimvTfEAtDbbEdoDpLBV3Tf
ucz35WBnmS61yDSMCVB7zjrR0mcvV0mFXnU/o2OV2CW1+4+w/6bbg5dLMN3Dofxw
LXTabGDIXJ24A4xspzHaGEPKIOGfbg==
=FUpQ
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cd8b9b76f191626493b4001700b8a673b2a93098ab3747feaccf295edbbdfd9
size 15758044

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJyoACgkQWNDuZIpI
s7tfAQf+ISMXia21BN3Y/vmKKlMflEPcvnWCWLF4jMbqvlWPAPPiEiuQSPxFPuIH
sGudtkCe99dnmgQ++cQZ/RQZqsaRimVT1bVzJoDIfaPl6/G8/0BrkOo5hYyCCY42
Gg5p5k+Vt9K+r57Z6zK2CRVp6XMZChLD7Z9N/xHwLUN7fJPt30dB5EKmypV9QLmE
jd0xOzQLZaBpUNEzdjA/AuuHm4YKQUhx84arytjGVVRJ5B4++m5jKTb9S1eU6UBM
NtGEPXUAhLFqDy/8ANd5NNj8wjntYmBgtgXq+E9RY+yzW5DmPv4IA8asSPlssyD4
f59/R5lMtpeKlRImUOkLL1qOwuOcjA==
=/qIl
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:42 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- Changes since 5.113.0:
* avif: new quality settings
* Update CI template
* HEIF plug-in extended to support HEJ2 format
-------------------------------------------------------------------
Tue Dec 5 11:17:45 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@@ -25,14 +25,15 @@
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} > 150400)
%define with_jxl 1
%endif
%define _tar_path 5.103
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%define qt5_version 5.15.2
# Only needed for the package signature condition
%bcond_without released
Name: kimageformats
Version: 5.113.0
Version: 5.114.0
Release: 0
Summary: Image format plugins for Qt
License: LGPL-2.1-or-later
@@ -42,13 +43,14 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: openexr-devel
BuildRequires: cmake(KF5Archive) >= %{_kf5_version}
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Gui) >= 5.15.2
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.2
BuildRequires: cmake(Qt5Test) >= 5.15.2
%if 0%{?with_avif}
BuildRequires: cmake(libavif) >= 0.8.2
%endif