Update to version 0.8.4

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=26
This commit is contained in:
Andreas Schneider 2020-12-09 16:31:55 +00:00 committed by Git OBS Bridge
parent 5c2bc997f8
commit bbcd86b094
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b79ec439d446dfd659098d36401b4d2df77dd19d53d7d944ade7164b3ef28a2
size 2940396

3
libavif-0.8.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:116b46a9a497c6ef178c5a20b912d8ac02f888dc8c537e40b5d16700823a9b16
size 2952844

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 9 15:59:14 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 0.8.4
* See https://github.com/AOMediaCodec/libavif/blob/v0.8.4/CHANGELOG.md
for a complete changelog.
-------------------------------------------------------------------
Thu Oct 15 08:17:41 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -18,10 +18,10 @@
%bcond_without aom
%define lib_name libavif7
%define lib_name libavif9
Name: libavif
Version: 0.8.2
Version: 0.8.4
Release: 0
Summary: Library for encoding and decoding .avif files
License: BSD-2-Clause
@ -37,6 +37,7 @@ BuildRequires: nasm
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(rav1e)
BuildRequires: pkgconfig(zlib)
%if %{with aom}
BuildRequires: pkgconfig(aom) >= 2.0.0
@ -99,7 +100,7 @@ This package holds the development files for libavif.
%if %{with aom}
-DAVIF_CODEC_AOM:BOOL=ON \
%endif
-DAVIF_BUILD_APPS:BOOL=ON \
-DAVIF_BUILD_APPS:BOOL=ON \
-DAVIF_BUILD_EXAMPLES:BOOL=ON
make %{?_smp_mflags}