|
|
|
@ -1,21 +1,23 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: dav1d
|
|
|
|
|
Version: 1.2.1
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: AV1 cross-platform Decoder
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
# src/ext/x86/x86inc.asm is ISC
|
|
|
|
|
# tools/compat/getopt.c is ISC
|
|
|
|
|
License: BSD-2-Clause AND ISC
|
|
|
|
|
URL: https://code.videolan.org/videolan/dav1d
|
|
|
|
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: nasm >= 2.14
|
|
|
|
@ -60,7 +62,7 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
|
|
|
|
|
%files -n libdav1d
|
|
|
|
|
%license COPYING doc/PATENTS
|
|
|
|
|
%{_libdir}/libdav1d.so.6*
|
|
|
|
|
%{_libdir}/libdav1d.so.7{,.*}
|
|
|
|
|
|
|
|
|
|
%files -n libdav1d-devel
|
|
|
|
|
%{_includedir}/dav1d/
|
|
|
|
@ -68,6 +70,37 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
%{_libdir}/pkgconfig/dav1d.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Oct 21 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-2
|
|
|
|
|
- Revert unwanted changes to .gitignore
|
|
|
|
|
|
|
|
|
|
* Sat Oct 19 2024 Peter Robinson <pbrobinson@gmail.com> - 1.5.0-1
|
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2024 Fabio Valentini <decathorpe@gmail.com> - 1.4.3-1
|
|
|
|
|
- Update to version 1.4.3; Fixes RHBZ#2269666
|
|
|
|
|
|
|
|
|
|
* Thu Feb 29 2024 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
|
|
|
|
|
- Update to version 1.4.0; Fixes RHBZ#2264274
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 28 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
|
|
|
|
|
- Update to version 1.3.0; Fixes RHBZ#2242012
|
|
|
|
|
|
|
|
|
|
* Wed Oct 11 2023 Miroslav Suchý <msuchy@redhat.com> - 1.2.1-3
|
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.2.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
@ -168,3 +201,4 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
* Tue Dec 11 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
|
|
|
|
|
- Initial build
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|