rebuilt with HEIF support [release 5.110.0-2mamba;Tue Sep 26 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 01:46:51 +01:00
parent 25d83e78af
commit 960732b71e

View File

@ -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 <silvan.calarco@mambasoft.it> 5.110.0-2mamba
- rebuilt with HEIF support
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 5.110.0-1mamba
- automatic version update by autodist