[packages/kf6-kimageformats] - updated to 6.15.0
witekfl
witekfl at pld-linux.org
Fri Jun 13 21:02:05 CEST 2025
commit 2ca1f7b129455de3091d76db35a14c62ca6bdf49
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Fri Jun 13 20:52:09 2025 +0200
- updated to 6.15.0
kf6-kimageformats.spec | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/kf6-kimageformats.spec b/kf6-kimageformats.spec
index d610bef..c072cb9 100644
--- a/kf6-kimageformats.spec
+++ b/kf6-kimageformats.spec
@@ -4,7 +4,7 @@
%bcond_without heif # HEIF image plugin
%bcond_without jxr # JXR image plugin
-%define kdeframever 6.14
+%define kdeframever 6.15
%define kf_ver 6.11.0
%define qt_ver 6.6.0
%define kfname kimageformats
@@ -12,12 +12,12 @@
Summary: Image format plugins for Qt
Summary(pl.UTF-8): Wtyczki formatów obrazów dla Qt
Name: kf6-%{kfname}
-Version: 6.14.0
+Version: 6.15.0
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 00f8aeb62b6ca6c7011e56cf136aa668
+# Source0-md5: e5db1c0f98c5766415b7554eea1025b7
URL: https://kde.org/
BuildRequires: Imath-devel
BuildRequires: OpenEXR-devel >= 3.0
@@ -99,6 +99,19 @@ Następujące formaty obrazów mają obsługę odczytu i zapisu:
- Targa (tga): więcej formatów, niż jest obsługiwanych w wersji Qt
- XView (xv)
+%package devel
+Summary: Header files for %{kfname} development
+Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kfname}
+Group: X11/Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: cmake >= 3.16
+
+%description devel
+Header files for %{kfname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kfname}.
+
%prep
%setup -q -n %{kfname}-%{version}
@@ -155,3 +168,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{qt6dir}/plugins/imageformats/kimg_sct.so
%attr(755,root,root) %{qt6dir}/plugins/imageformats/kimg_tga.so
%attr(755,root,root) %{qt6dir}/plugins/imageformats/kimg_xcf.so
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/cmake/KF6ImageFormats
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf6-kimageformats.git/commitdiff/2ca1f7b129455de3091d76db35a14c62ca6bdf49
More information about the pld-cvs-commit
mailing list