libva-vdpau-video-vl.spec 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. %global backend vdpau-video
  2. %define pre .pre5
  3. Summary: A VDPAU-based backend for VA API
  4. Summary(ja): VA-API の VDPAU バックエンド
  5. Name: libva-%{backend}
  6. Version: 0.7.3
  7. Release: 1%{?pre}%{?_dist_release}
  8. License: MIT
  9. Url: http://www.splitted-desktop.com/~gbeauchesne/
  10. Group: System Environment/Libraries
  11. Source: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/%{backend}-%{version}%{?pre}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: autoconf, automake, libtool, gettext
  14. BuildRequires: pkgconfig
  15. BuildRequires: libva-devel >= 1.0.7
  16. BuildRequires: libvdpau-devel >= 0.4
  17. BuildRequires: libXext-devel
  18. Obsoletes: vdpau-video < 0.7.2
  19. %description
  20. VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
  21. %prep
  22. %setup -q -n %{backend}-%{version}%{?pre}
  23. %build
  24. autoreconf -v --install
  25. %configure
  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/nvidia_drv_video.so
  37. %{_libdir}/dri/s3g_drv_video.so
  38. %{_libdir}/dri/vdpau_drv_video.so
  39. %changelog
  40. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1.pre5
  41. - initial build for Vine Linux
  42. * Wed Jul 21 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.6.10-1
  43. - Adapted spec for Fedora.
  44. * Sat Jun 12 2010 dominique-vlc.suse@leuenberger.net
  45. - Initial package of nvidia vdpau driver for nvidia.