Browse Source

libva-vdpau-driver:
- rename from libva-vdpau-video
- update to 0.7.3


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5091 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 12 years ago
parent
commit
fef7be4ce9
1 changed files with 62 additions and 0 deletions
  1. 62 0
      lib/libv/libva-vdpau-driver/libva-vdpau-driver-vl.spec

+ 62 - 0
lib/libv/libva-vdpau-driver/libva-vdpau-driver-vl.spec

@@ -0,0 +1,62 @@
+%global backend vdpau-driver
+
+Summary:        A VDPAU backend for VA API
+Summary(ja):    VA-API の VDPAU バックエンド
+Name:           libva-%{backend}
+Version:        0.7.3
+Release:        2%{?_dist_release}
+License:        MIT
+Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
+Group:          System Environment/Libraries
+
+Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  autoconf, automake, libtool, gettext
+BuildRequires:  pkgconfig
+BuildRequires:  libva-devel >= 1.0.15
+BuildRequires:  libvdpau-devel >= 0.4
+BuildRequires:  libXext-devel
+Obsoletes:      vdpau-video < 0.7.2
+Obsoletes:      libva-vdpau-video < 0.7.3
+
+%description
+VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
+
+%prep
+%setup -q -n %{backend}-%{version}
+
+%build
+autoreconf -v --install
+%configure
+make
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+find %{buildroot} -name '*.la' -delete -print
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING NEWS README
+%{_libdir}/dri/nvidia_drv_video.so
+%{_libdir}/dri/s3g_drv_video.so
+%{_libdir}/dri/vdpau_drv_video.so
+
+%changelog
+* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-2
+- new upstram release
+- new upstream
+- rename to libva-vdpau-driver
+
+* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1.pre5
+- initial build for Vine Linux
+
+* Wed Jul 21 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.6.10-1
+- Adapted spec for Fedora.
+
+* Sat Jun 12 2010 dominique-vlc.suse@leuenberger.net
+- Initial package of nvidia vdpau driver for nvidia.