|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: dav1d
|
|
|
|
|
Version: 0.5.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: AV1 cross-platform Decoder
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -36,7 +36,7 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
%meson --buildtype=release
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
%meson_build doc/html
|
|
|
|
|
%meson_build doc
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
@ -60,6 +60,9 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-2
|
|
|
|
|
- Fix building docs with newer versions of meson.
|
|
|
|
|
|
|
|
|
|
* Thu Dec 05 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.2-1
|
|
|
|
|
- Release 0.5.2 (#1779827)
|
|
|
|
|
|
|
|
|
|