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