[packages/kf6-kimageformats] - updated to 6.14.0

witekfl witekfl at pld-linux.org
Sat May 10 10:31:05 CEST 2025


commit a7206348911efe63a91090a0fefcdfa4f951b2cd
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat May 10 09:16:20 2025 +0200

    - updated to 6.14.0

 kf6-kimageformats.spec  |  9 ++++-----
 kimageformats-jxr.patch | 11 -----------
 2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/kf6-kimageformats.spec b/kf6-kimageformats.spec
index 153790b..d610bef 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.13
+%define		kdeframever	6.14
 %define		kf_ver		6.11.0
 %define		qt_ver		6.6.0
 %define		kfname		kimageformats
@@ -12,14 +12,14 @@
 Summary:	Image format plugins for Qt
 Summary(pl.UTF-8):	Wtyczki formatów obrazów dla Qt
 Name:		kf6-%{kfname}
-Version:	6.13.0
+Version:	6.14.0
 Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	ba7a2ca96b4df6025619bd58f452b4e6
-Patch0:		kimageformats-jxr.patch
+# Source0-md5:	00f8aeb62b6ca6c7011e56cf136aa668
 URL:		https://kde.org/
+BuildRequires:	Imath-devel
 BuildRequires:	OpenEXR-devel >= 3.0
 BuildRequires:	Qt6Core-devel >= %{qt_ver}
 BuildRequires:	Qt6Gui-devel >= %{qt_ver}
@@ -101,7 +101,6 @@ Następujące formaty obrazów mają obsługę odczytu i zapisu:
 
 %prep
 %setup -q -n %{kfname}-%{version}
-%patch -P0 -p1
 
 %build
 %cmake -B build \
diff --git a/kimageformats-jxr.patch b/kimageformats-jxr.patch
deleted file mode 100644
index 9181765..0000000
--- a/kimageformats-jxr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kimageformats-6.11.0/src/imageformats/jxr.cpp.orig	2025-02-07 15:01:34.000000000 +0100
-+++ kimageformats-6.11.0/src/imageformats/jxr.cpp	2025-03-09 12:07:48.137425052 +0100
-@@ -859,7 +859,7 @@ bool JXRHandler::read(QImage *outImage)
-                 return false;
-             }
-             for (qint32 y = 0, h = img.height(); y < h; ++y) {
--                std::memcpy(img.scanLine(y), ba.data() + convStrideSize * y, (std::min)(convStrideSize, img.bytesPerLine()));
-+                std::memcpy(img.scanLine(y), ba.data() + convStrideSize * y, (std::min<qint64>)(convStrideSize, img.bytesPerLine()));
-             }
-         }
-         PKFormatConverter_Release(&pConverter);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf6-kimageformats.git/commitdiff/a7206348911efe63a91090a0fefcdfa4f951b2cd



More information about the pld-cvs-commit mailing list