libva-intel-driver-vl.spec 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.15
  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.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: autoconf, automake, libtool, gettext
  13. BuildRequires: pkgconfig
  14. BuildRequires: libva-devel >= 1.0.15
  15. BuildRequires: libXext-devel
  16. Obsoletes: libva < 1.0.15
  17. %description
  18. HW video decode support for Intel integrated graphics.
  19. %prep
  20. %setup -q -n %{backend}-%{version}
  21. %build
  22. autoreconf -v --install
  23. %configure
  24. make
  25. %install
  26. rm -rf %{buildroot}
  27. make DESTDIR=%{buildroot} install
  28. find %{buildroot} -name '*.la' -delete -print
  29. %clean
  30. rm -rf %{buildroot}
  31. %files
  32. %defattr(-, root, root)
  33. %doc AUTHORS COPYING NEWS README
  34. %{_libdir}/dri/i965_drv_video.so
  35. %changelog
  36. * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
  37. - initial build for Vine Linux
  38. - splitted from libva