|
|
|
@ -1,17 +1,19 @@
|
|
|
|
|
Name: dav1d
|
|
|
|
|
Version: 0.5.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: AV1 cross-platform Decoder
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://code.videolan.org/videolan/dav1d
|
|
|
|
|
Source0: %url/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: nasm
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: meson >= 0.47.0
|
|
|
|
|
|
|
|
|
|
Requires: libdav1d%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
|
|
|
|
|
and correctness.
|
|
|
|
@ -33,7 +35,7 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson --buildtype=release
|
|
|
|
|
%meson
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
%meson_build doc/html
|
|
|
|
@ -45,21 +47,23 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
%meson_test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING doc/PATENTS
|
|
|
|
|
%doc CONTRIBUTING.md NEWS README.md
|
|
|
|
|
%{_bindir}/dav1d
|
|
|
|
|
|
|
|
|
|
%files -n libdav1d
|
|
|
|
|
%license COPYING doc/PATENTS
|
|
|
|
|
%{_libdir}/libdav1d.so.3*
|
|
|
|
|
%{_libdir}/libdav1d.so.4*
|
|
|
|
|
|
|
|
|
|
%files -n libdav1d-devel
|
|
|
|
|
%doc %{_host_alias}/doc/html
|
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
|
%{_includedir}/dav1d/
|
|
|
|
|
%{_libdir}/libdav1d.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
%{_libdir}/pkgconfig/dav1d.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 22 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|