dav1d-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Name: dav1d
  2. Version: 1.4.3
  3. Release: 1%{?_dist_release}
  4. Summary: AV1 cross-platform Decoder
  5. Group: multimedia
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: BSD
  9. URL: https://code.videolan.org/videolan/dav1d
  10. Source0: %url/-/archive/%{version}/%{name}-%{version}.tar.bz2
  11. BuildRequires: gcc
  12. BuildRequires: nasm
  13. BuildRequires: doxygen
  14. BuildRequires: meson >= 0.47.0
  15. BuildRequires: xxhash-devel
  16. %description
  17. dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
  18. and correctness.
  19. %package -n libdav1d
  20. Summary: Library files for dav1d
  21. Group: system
  22. %description -n libdav1d
  23. Library files for dav1d, the AV1 cross-platform Decoder.
  24. %package -n libdav1d-devel
  25. Summary: Development files for dav1d
  26. Group: programming
  27. Requires: libdav1d%{?_isa} = %{version}-%{release}
  28. %description -n libdav1d-devel
  29. Development files for dav1d, the AV1 cross-platform Decoder.
  30. %debug_package
  31. %prep
  32. %autosetup -n %{name}-%{version}
  33. %build
  34. %meson --buildtype=release
  35. %meson_build
  36. %install
  37. %meson_install
  38. %check
  39. %meson_test
  40. %files
  41. %license COPYING doc/PATENTS
  42. %doc CONTRIBUTING.md NEWS README.md
  43. %{_bindir}/dav1d
  44. %files -n libdav1d
  45. %license COPYING doc/PATENTS
  46. %{_libdir}/libdav1d.so.*
  47. %files -n libdav1d-devel
  48. %{_includedir}/%{name}
  49. %{_libdir}/libdav1d.so
  50. %{_libdir}/pkgconfig/%{name}.pc
  51. %changelog
  52. * Mon Jul 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.3-1
  53. - new upstream release.
  54. * Mon May 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.0-1
  55. - new upstream release.
  56. * Thu Sep 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.4.0-2
  57. - initial build for Vine Linux.
  58. * Fri Aug 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0-1
  59. - Release 0.4.0 (#1708919)
  60. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  62. * Mon Apr 29 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
  63. - Release 0.3.0 (#1701494)
  64. * Sun Apr 21 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.2-1
  65. - Release 0.2.2 (#1701494)
  66. * Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.2.1-3
  67. - Rebuild with Meson fix for #1699099
  68. * Tue Mar 26 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-2
  69. - Rebuild with -Db_ndebug=true
  70. * Tue Mar 12 2019 Robert-André Mauchin - 0.2.1-1
  71. - Release 0.2.1
  72. * Tue Mar 05 2019 Robert-André Mauchin - 0.2.0-1
  73. - Release 0.2.0
  74. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  76. * Tue Dec 11 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
  77. - Initial build