rebuilt with libsvt-av1 1.0.0 [release 0.9.3-4mamba;Sat Apr 30 2022]
This commit is contained in:
parent
c0af7880f8
commit
4800d87aa5
12
libavif.spec
12
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 <silvan.calarco@mambasoft.it> 0.9.3-4mamba
|
||||
- rebuilt with libsvt-av1 1.0.0
|
||||
|
||||
* Thu Mar 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-3mamba
|
||||
- rebuilt with libdav1d and libaom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user