123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- Name: dav1d
- Version: 1.4.3
- Release: 1%{?_dist_release}
- Summary: AV1 cross-platform Decoder
- Group: multimedia
- Vendor: Project Vine
- Distribution: Vine Linux
- License: BSD
- URL: https://code.videolan.org/videolan/dav1d
- Source0: %url/-/archive/%{version}/%{name}-%{version}.tar.bz2
- BuildRequires: gcc
- BuildRequires: nasm
- BuildRequires: doxygen
- BuildRequires: meson >= 0.47.0
- BuildRequires: xxhash-devel
- %description
- dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
- and correctness.
- %package -n libdav1d
- Summary: Library files for dav1d
- Group: system
- %description -n libdav1d
- Library files for dav1d, the AV1 cross-platform Decoder.
- %package -n libdav1d-devel
- Summary: Development files for dav1d
- Group: programming
- Requires: libdav1d%{?_isa} = %{version}-%{release}
- %description -n libdav1d-devel
- Development files for dav1d, the AV1 cross-platform Decoder.
- %debug_package
- %prep
- %autosetup -n %{name}-%{version}
- %build
- %meson --buildtype=release
- %meson_build
- %install
- %meson_install
- %check
- %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.*
- %files -n libdav1d-devel
- %{_includedir}/%{name}
- %{_libdir}/libdav1d.so
- %{_libdir}/pkgconfig/%{name}.pc
- %changelog
- * Mon Jul 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.3-1
- - new upstream release.
- * Mon May 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.0-1
- - new upstream release.
- * Thu Sep 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.4.0-2
- - initial build for Vine Linux.
- * Fri Aug 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0-1
- - Release 0.4.0 (#1708919)
- * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- * Mon Apr 29 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
- - Release 0.3.0 (#1701494)
- * Sun Apr 21 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.2-1
- - Release 0.2.2 (#1701494)
- * Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.2.1-3
- - Rebuild with Meson fix for #1699099
- * Tue Mar 26 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-2
- - Rebuild with -Db_ndebug=true
- * Tue Mar 12 2019 Robert-André Mauchin - 0.2.1-1
- - Release 0.2.1
- * Tue Mar 05 2019 Robert-André Mauchin - 0.2.0-1
- - Release 0.2.0
- * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- * Tue Dec 11 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
- - Initial build
|