Accepting request 827354 from multimedia:libs

- Update to version 0.8.1
  * See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
    for a complete changelog.
- Enabled AOM support (default)

OBS-URL: https://build.opensuse.org/request/show/827354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-08-18 10:00:21 +00:00 committed by Git OBS Bridge
commit 069da9e308
4 changed files with 15 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 17 13:35:27 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 0.8.1
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
- Enabled AOM support (default)
-------------------------------------------------------------------
Tue Jul 21 06:05:19 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -16,12 +16,12 @@
#
%bcond_with aom
%bcond_without aom
%define lib_name libavif5
%define lib_name libavif6
Name: libavif
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Library for encoding and decoding .avif files
License: BSD-2-Clause
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(rav1e)
%if %{with aom}
BuildRequires: pkgconfig(aom) >= 1.1.0
BuildRequires: pkgconfig(aom) >= 2.0.0
%endif
%description