libva-intel-driver-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. %global backend intel-driver
  2. Summary: Intel graphics backend for VA API
  3. Summary(ja): VA-API の Intel グラフィックスバックエンド
  4. Name: libva-%{backend}
  5. Version: 2.4.1
  6. Release: 1%{?_dist_release}
  7. Group: System Environment/Libraries
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: MIT
  11. Url: https://github.com/intel/intel-vaapi-driver
  12. Source: https://github.com/intel/intel-vaapi-driver/releases/download/%{version}/intel-vaapi-driver-%{version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: autoconf, automake, libtool, gettext
  15. BuildRequires: pkgconfig
  16. BuildRequires: libva-devel >= 1.1.0
  17. BuildRequires: libXext-devel
  18. Obsoletes: libva < 1.1.0
  19. %description
  20. HW video decode support for Intel integrated graphics.
  21. %prep
  22. %setup -q -n intel-vaapi-driver-%{version}
  23. %build
  24. autoreconf -vif
  25. %configure \
  26. --enable-drm \
  27. --enable-x11 \
  28. --enable-wayland=no
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf %{buildroot}
  32. make DESTDIR=%{buildroot} install
  33. find %{buildroot} -name '*.la' -delete -print
  34. %clean
  35. rm -rf %{buildroot}
  36. %files
  37. %defattr(-, root, root)
  38. %license COPYING
  39. %doc AUTHORS NEWS README
  40. %{_libdir}/dri/i965_drv_video.so
  41. %changelog
  42. * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.1-1
  43. - new upstream release.
  44. - dropped Patch1.
  45. * Tue Oct 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.18-1
  46. - update to upstream git master
  47. * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
  48. - initial build for Vine Linux
  49. - splitted from libva