Update to version 0.9.0

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 4 years ago
parent 6f1a12d20d
commit 309d41c007

@ -1,14 +1,13 @@
# Force out of source build # Build with aom
%undefine __cmake_in_source_build
%bcond_without aom %bcond_without aom
# Build SVT-AV1
%ifarch x86_64 %ifarch x86_64
%bcond_without svt %bcond_without svt
%endif %endif
Name: libavif Name: libavif
Version: 0.9.0 Version: 0.9.0
Release: 0%{?dist} Release: 1%{?dist}
Summary: Library for encoding and decoding .avif files Summary: Library for encoding and decoding .avif files
License: BSD License: BSD
@ -79,7 +78,8 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
%files %files
%license LICENSE %license LICENSE
%{_libdir}/libavif.so.* # Do not glob the soname
%{_libdir}/libavif.so.10*
%files devel %files devel
%{_libdir}/libavif.so %{_libdir}/libavif.so
@ -116,7 +116,7 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
* Wed Dec 09 05:52:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-1 * Wed Dec 09 05:52:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-1
- Update to version 0.8.4 - Update to version 0.8.4
* Mon Oct 19 2020 Andreas Schneider <asn@redhat.com> - 0.8.2-1 * Mon Oct 19 2020 Andreas Schneider <asn@redhat.com> - 0.8.2-1
- Update to version 0.8.2 - Update to version 0.8.2
https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md

Loading…
Cancel
Save