packages: libva-driver-vdpau/libva-driver-vdpau.spec (NEW) - initial

arekm arekm at pld-linux.org
Fri Nov 20 15:37:51 CET 2009


Author: arekm                        Date: Fri Nov 20 14:37:51 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/libva-driver-vdpau:
   libva-driver-vdpau.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libva-driver-vdpau/libva-driver-vdpau.spec
diff -u /dev/null packages/libva-driver-vdpau/libva-driver-vdpau.spec:1.1
--- /dev/null	Fri Nov 20 15:37:51 2009
+++ packages/libva-driver-vdpau/libva-driver-vdpau.spec	Fri Nov 20 15:37:46 2009
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	VDPAU driver for VAAPI
+Name:		libva-driver-vdpau
+Version:	0.5.2
+Release:	1
+License:	GPL
+Group:		Libraries
+Source0:	http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{version}.tar.gz
+# Source0-md5:	fc88b793d35c4389752a8331a9201778
+URL:		http://www.freedesktop.org/wiki/Software/vaapi
+BuildRequires:	libva-devel
+BuildRequires:	libvdpau-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A VDPAU-based backend for VA API.
+
+%prep
+%setup -q -n vdpau-video-%{version}
+
+%build
+%configure \
+	--with-drivers-path=%{_libdir}/%{name}/dri
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_libdir}/%{name}/dri/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/11/20 14:37:46  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list