From 960732b71ed21eb93be2a7762a306d077eab521c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 01:46:51 +0100 Subject: [PATCH] rebuilt with HEIF support [release 5.110.0-2mamba;Tue Sep 26 2023] --- kimageformats.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kimageformats.spec b/kimageformats.spec index a88164d..38ad267 100644 --- a/kimageformats.spec +++ b/kimageformats.spec @@ -2,7 +2,7 @@ Name: kimageformats Version: 5.110.0 -Release: 1mamba +Release: 2mamba Summary: KDE Frameworks 5 plugins to allow QImage to support extra file formats Group: System/Libraries Vendor: openmamba @@ -15,6 +15,7 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libavif-devel BuildRequires: libgcc +BuildRequires: libheif-devel BuildRequires: libimath-devel BuildRequires: libjxl-devel BuildRequires: libkarchive-devel @@ -38,7 +39,9 @@ KDE Frameworks 5 plugins to allow QImage to support extra file formats. %setup -q %build -%cmake_kde5 -d build +%cmake_kde5 -d build \ + -DKIMAGEFORMATS_HEIF=ON + %make %install @@ -57,6 +60,9 @@ KDE Frameworks 5 plugins to allow QImage to support extra file formats. %doc LICENSES %changelog +* Tue Sep 26 2023 Silvan Calarco 5.110.0-2mamba +- rebuilt with HEIF support + * Sun Sep 10 2023 Automatic Build System 5.110.0-1mamba - automatic version update by autodist