rebuilt with avif encoder and decoder and libde265 heif decoder [release 1.12.0-2mamba;Tue Apr 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:36:09 +01:00
parent f2442caa0d
commit 66f0b432e5

View File

@ -1,6 +1,6 @@
Name: libheif Name: libheif
Version: 1.12.0 Version: 1.12.0
Release: 1mamba Release: 2mamba
Summary: An HEIF and AVIF file format decoder and encoder Summary: An HEIF and AVIF file format decoder and encoder
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,6 +11,9 @@ Source: https://github.com/strukturag/libheif.git/v%{version}/libheif-%{v
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libaom-devel
BuildRequires: libdav1d-devel
BuildRequires: libde265-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
@ -85,5 +88,8 @@ This package contains utility applications for %{name}.
%{_bindir}/heif-thumbnailer %{_bindir}/heif-thumbnailer
%changelog %changelog
* Tue Apr 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-2mamba
- rebuilt with avif encoder and decoder and libde265 heif decoder
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba * Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface