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
|
Name: libavif
|
||||||
Version: 0.9.3
|
Version: 0.9.3
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Library for encoding and decoding .avif files
|
Summary: Library for encoding and decoding .avif files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,15 +18,16 @@ BuildRequires: libgdk-pixbuf-devel
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
%ifnarch %ix86
|
|
||||||
BuildRequires: libsvt-av1-devel
|
BuildRequires: libsvt-av1-devel
|
||||||
%endif
|
|
||||||
%ifnarch aarch64
|
%ifnarch aarch64
|
||||||
BuildRequires: libyuv-devel
|
BuildRequires: libyuv-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
%ifnarch %ix86
|
||||||
|
BuildRequires: libsvt-av1-devel >= 1.0.0
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library for encoding and decoding .avif files .
|
Library for encoding and decoding .avif files .
|
||||||
@ -57,9 +58,7 @@ This package contains utility applications for %{name}.
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
\
|
\
|
||||||
%ifnarch %ix86
|
|
||||||
-DAVIF_CODEC_SVT=ON \
|
-DAVIF_CODEC_SVT=ON \
|
||||||
%endif
|
|
||||||
-DAVIF_CODEC_AOM=ON \
|
-DAVIF_CODEC_AOM=ON \
|
||||||
-DAVIF_CODEC_DAV1D=ON \
|
-DAVIF_CODEC_DAV1D=ON \
|
||||||
-DAVIF_BUILD_APPS=ON \
|
-DAVIF_BUILD_APPS=ON \
|
||||||
@ -102,6 +101,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/avifenc
|
%{_bindir}/avifenc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-3mamba
|
||||||
- rebuilt with libdav1d and libaom
|
- rebuilt with libdav1d and libaom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user