KDE Frameworks 6.8.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kimageformats?expand=0&rev=19
This commit is contained in:
parent
c9abcf57f2
commit
2a51f88f6e
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:18:09 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* Update dependency version to 6.8.0
|
||||
* TGA: Fixed GrayA image loading error
|
||||
* exr: Fix read/write with openexr 3.3 (kde#494571)
|
||||
* JXL improvements
|
||||
* Update version to 6.8.0
|
||||
* JXR: Fixed image reading on sequential devices
|
||||
* Simplified read/verify header process
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 10:00:03 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -24,13 +24,13 @@
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define with_exr 1
|
||||
%endif
|
||||
# Full KF6 version (e.g. 6.7.0)
|
||||
# Full KF6 version (e.g. 6.8.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kimageformats
|
||||
Version: 6.7.0
|
||||
Version: 6.8.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
@ -55,9 +55,8 @@ BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
||||
BuildRequires: pkgconfig(libjxl_threads) >= 0.7.0
|
||||
BuildRequires: pkgconfig(libraw) >= 0.20.2
|
||||
BuildRequires: pkgconfig(libraw_r) >= 0.20.2
|
||||
%requires_eq libQt6Gui6
|
||||
%requires_eq libQt6PrintSupport6
|
||||
Recommends: qt6-qtimageformats >= %{qt6_version}
|
||||
# Also install the Qt image plugins
|
||||
Requires: qt6-imageformats >= %{qt6_version}
|
||||
|
||||
%description
|
||||
This framework provides additional image format plugins for QtGui. As
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:722850648ac167e4c0ee631571fde49e9fd15d004a127dd804a14f9f579b731f
|
||||
size 18385220
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAExgAKCRAsjfWHptSq
|
||||
wWP5AP9d0zw6dQ5xdMUOy8k7mTiQahT4x5UVC50968Wnbz8CZgD+KJv6ZG9kcJOJ
|
||||
XfSFTiloWUkOA0njdxfrovaQ13e1wwc=
|
||||
=tFol
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-6.8.0.tar.xz
Normal file
3
kimageformats-6.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9f262641cc47e5f2dd1bdd56ee92e379ab4cb34d460dfc884fd991250d7b417
|
||||
size 18478000
|
7
kimageformats-6.8.0.tar.xz.sig
Normal file
7
kimageformats-6.8.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJlAAKCRAsjfWHptSq
|
||||
wWYZAQDU/n17UZAEk3Bnm4I2FBPXCWiMbxVkzC+s5GdqmEn1ZgEAgrVbUjgDzzVf
|
||||
DIgMuYd/iA1gqRb6bbNidwgAHayqQAY=
|
||||
=ZiN6
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user