libva-intel-driver-vl.spec 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: 1.0.18
  6. Release: 1%{?_dist_release}
  7. License: MIT
  8. Url: http://cgit.freedesktop.org/vaapi/%{backend}/
  9. Group: System Environment/Libraries
  10. Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.gz
  11. Patch1: intel-driver-1.0.18-git20121030.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: autoconf, automake, libtool, gettext
  14. BuildRequires: pkgconfig
  15. BuildRequires: libva-devel >= 1.1.0
  16. BuildRequires: libXext-devel
  17. Obsoletes: libva < 1.1.0
  18. %description
  19. HW video decode support for Intel integrated graphics.
  20. %prep
  21. %setup -q -n %{backend}-%{version}
  22. %patch1 -p1
  23. %build
  24. autoreconf -v --install
  25. %configure --enable-drm --enable-x11-
  26. make
  27. %install
  28. rm -rf %{buildroot}
  29. make DESTDIR=%{buildroot} install
  30. find %{buildroot} -name '*.la' -delete -print
  31. %clean
  32. rm -rf %{buildroot}
  33. %files
  34. %defattr(-, root, root)
  35. %doc AUTHORS COPYING NEWS README
  36. %{_libdir}/dri/i965_drv_video.so
  37. %changelog
  38. * Tue Oct 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.18-1
  39. - update to upstream git master
  40. * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
  41. - initial build for Vine Linux
  42. - splitted from libva