]> git.pld-linux.org Git - packages/libva-driver-vdpau.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 20 Nov 2009 14:37:46 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libva-driver-vdpau.spec -> 1.1

libva-driver-vdpau.spec [new file with mode: 0644]

diff --git a/libva-driver-vdpau.spec b/libva-driver-vdpau.spec
new file mode 100644 (file)
index 0000000..d0df9f5
--- /dev/null
@@ -0,0 +1,38 @@
+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
This page took 0.043104 seconds and 4 git commands to generate.