Update to 0.7.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent ff04cf2167
commit 55fcf40f4b
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -7,3 +7,4 @@
/dav1d-0.5.0.tar.gz
/dav1d-0.5.1.tar.bz2
/dav1d-0.5.2.tar.bz2
/dav1d-0.7.0.tar.bz2

@ -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

@ -1 +1 @@
SHA512 (dav1d-0.5.2.tar.bz2) = 37da9138a1dba68b9e723ba48b23eab567f839308132fc5a28727c131280f2eca3e160b074982f5265c914dcad0e4029af9ce23909b32bb9ec60f235c623e384
SHA512 (dav1d-0.7.0.tar.bz2) = 2ee1de4c29db6a5cbba0a1db669fb1143f3bae26595c4ea3f17c555fdccbaabc814b7af5caf738cf4dbffd22c690cfe869d33cd830533e24990679b7b9cb4b8b

Loading…
Cancel
Save