From 4800d87aa573f74d58be5d2285fb9ceeccad8b8d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:50:18 +0100 Subject: [PATCH] rebuilt with libsvt-av1 1.0.0 [release 0.9.3-4mamba;Sat Apr 30 2022] --- libavif.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavif.spec b/libavif.spec index 70034e6..1aa9be4 100644 --- a/libavif.spec +++ b/libavif.spec @@ -1,6 +1,6 @@ Name: libavif Version: 0.9.3 -Release: 3mamba +Release: 4mamba Summary: Library for encoding and decoding .avif files Group: System/Libraries Vendor: openmamba @@ -18,15 +18,16 @@ BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel -%ifnarch %ix86 BuildRequires: libsvt-av1-devel -%endif %ifnarch aarch64 BuildRequires: libyuv-devel %endif BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: cmake +%ifnarch %ix86 +BuildRequires: libsvt-av1-devel >= 1.0.0 +%endif %description Library for encoding and decoding .avif files . @@ -57,9 +58,7 @@ This package contains utility applications for %{name}. %build %cmake -d build \ \ -%ifnarch %ix86 -DAVIF_CODEC_SVT=ON \ -%endif -DAVIF_CODEC_AOM=ON \ -DAVIF_CODEC_DAV1D=ON \ -DAVIF_BUILD_APPS=ON \ @@ -102,6 +101,9 @@ This package contains utility applications for %{name}. %{_bindir}/avifenc %changelog +* Sat Apr 30 2022 Silvan Calarco 0.9.3-4mamba +- rebuilt with libsvt-av1 1.0.0 + * Thu Mar 24 2022 Silvan Calarco 0.9.3-3mamba - rebuilt with libdav1d and libaom