libva-vdpau-driver-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. %global backend vdpau-driver
  2. Summary: A VDPAU backend for VA API
  3. Summary(ja): VA-API の VDPAU バックエンド
  4. Name: libva-%{backend}
  5. Version: 0.7.3
  6. Release: 2%{?_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: libvdpau-devel >= 0.4
  16. BuildRequires: libXext-devel
  17. Obsoletes: vdpau-video < 0.7.2
  18. Obsoletes: libva-vdpau-video < 0.7.3
  19. %description
  20. VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
  21. %prep
  22. %setup -q -n %{backend}-%{version}
  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. * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-2
  41. - new upstram release
  42. - new upstream
  43. - rename to libva-vdpau-driver
  44. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1.pre5
  45. - initial build for Vine Linux
  46. * Wed Jul 21 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.6.10-1
  47. - Adapted spec for Fedora.
  48. * Sat Jun 12 2010 dominique-vlc.suse@leuenberger.net
  49. - Initial package of nvidia vdpau driver for nvidia.