Update to version 0.10.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=38
This commit is contained in:
parent
15e3a1014d
commit
1b2dea19a1
@ -1 +1 @@
|
|||||||
libavif13
|
libavif14
|
||||||
|
3
libavif-0.10.0.tar.gz
Normal file
3
libavif-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d289e5029cb3853630ca85716b25b5fb9cdec51f8bd537b05f43b3325b480ab0
|
||||||
|
size 2085624
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcd9a1f57f982a9615eb7e2faf87236dc88eb1d0c886f3471c7440ead605060d
|
|
||||||
size 2000521
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 8 15:49:30 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Update to version 0.10.0
|
||||||
|
* See https://github.com/AOMediaCodec/libavif/blob/v0.10.0/CHANGELOG.md
|
||||||
|
for a complete changelog or check the CHANGELOG.md in the doc directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 25 10:23:55 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
Sat Dec 25 10:23:55 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
12
libavif.spec
12
libavif.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libavif
|
# spec file for package libavif
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%bcond_without aom
|
%bcond_without aom
|
||||||
%else
|
%else
|
||||||
@ -22,10 +23,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Also update baselibs.conf if you bump the version
|
# Also update baselibs.conf if you bump the version
|
||||||
%define lib_name libavif13
|
%global lib_soversion 14
|
||||||
|
%global lib_name libavif%{lib_soversion}
|
||||||
|
|
||||||
Name: libavif
|
Name: libavif
|
||||||
Version: 0.9.3
|
Version: 0.10.0
|
||||||
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
|
||||||
@ -126,8 +128,8 @@ This package holds the development files for libavif.
|
|||||||
|
|
||||||
%files -n %{lib_name}
|
%files -n %{lib_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libavif.so.13
|
%{_libdir}/libavif.so.%{lib_soversion}
|
||||||
%{_libdir}/libavif.so.13.0.0
|
%{_libdir}/libavif.so.%{lib_soversion}.0.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user