From 79ec2aa15f27824ce2c1a65c69d848a0eb914302 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 10 Jul 2023 08:53:20 +0200 Subject: [PATCH] Enable HEIF support --- kf5-kimageformats.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kf5-kimageformats.spec b/kf5-kimageformats.spec index 59785dd..77b845b 100644 --- a/kf5-kimageformats.spec +++ b/kf5-kimageformats.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.108.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with additional image plugins for QtGui License: LGPLv2+ @@ -37,6 +37,7 @@ BuildRequires: cmake(Imath) BuildRequires: pkgconfig(OpenEXR) %endif BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(libheif) BuildRequires: pkgconfig(zlib) BuildRequires: qt5-qtbase-devel @@ -54,7 +55,7 @@ image formats. %build -%{cmake_kf5} +%{cmake_kf5} -DKIMAGEFORMATS_HEIF=ON %cmake_build @@ -73,6 +74,9 @@ image formats. %changelog +* Mon Jul 10 2023 Marian Koncek - 5.108.0-2 +- Enable HEIF support + * Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 - 5.108.0