]> git.pld-linux.org Git - packages/libva-driver-vdpau.git/blob - libva-driver-vdpau.spec
- up to 0.6.9
[packages/libva-driver-vdpau.git] / libva-driver-vdpau.spec
1 Summary:        VDPAU driver for VAAPI
2 Name:           libva-driver-vdpau
3 Version:        0.6.9
4 Release:        1
5 License:        GPL
6 Group:          Libraries
7 Source0:        http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{version}.tar.gz
8 # Source0-md5:  0aa9a5d444f1c661ad4f5bde1a89dcba
9 URL:            http://www.freedesktop.org/wiki/Software/vaapi
10 BuildRequires:  libva-devel
11 BuildRequires:  libvdpau-devel
12 BuildRequires:  pkgconfig
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A VDPAU-based backend for VA API.
17
18 %prep
19 %setup -q -n vdpau-video-%{version}
20
21 %build
22 %configure \
23         --with-drivers-path=%{_libdir}/%{name}/dri
24
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc AUTHORS NEWS README
39 %attr(755,root,root) %{_libdir}/libva/dri/*.so
This page took 0.048687 seconds and 4 git commands to generate.