- Update to version 0.8.1
- Enabled AOM support (default) OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=21
This commit is contained in:
parent
887b9a357a
commit
2dbd7eb5e1
@ -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
3
libavif-0.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27d39b69151fd090f26e10779ec79876af44876d180edda77beafa8e7e7aca26
|
||||||
|
size 2915941
|
@ -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>
|
Tue Jul 21 06:05:19 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with aom
|
%bcond_without aom
|
||||||
|
|
||||||
%define lib_name libavif5
|
%define lib_name libavif6
|
||||||
|
|
||||||
Name: libavif
|
Name: libavif
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for encoding and decoding .avif files
|
Summary: Library for encoding and decoding .avif files
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libpng)
|
|||||||
BuildRequires: pkgconfig(rav1e)
|
BuildRequires: pkgconfig(rav1e)
|
||||||
|
|
||||||
%if %{with aom}
|
%if %{with aom}
|
||||||
BuildRequires: pkgconfig(aom) >= 1.1.0
|
BuildRequires: pkgconfig(aom) >= 2.0.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user