]> git.pld-linux.org Git - packages/libva-driver-vdpau.git/blobdiff - libva-driver-vdpau.spec
- versioned libva install time dependency
[packages/libva-driver-vdpau.git] / libva-driver-vdpau.spec
index 2426905d8b19d581f1ce27b845c79f3b8d23b0fe..f5aa6d8f2b6b3c0d1b6004c42de448deb11c5c56 100644 (file)
@@ -7,14 +7,22 @@ License:      GPL v2+
 Group:         Libraries
 Source0:       http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-%{version}.tar.bz2
 # Source0-md5: 5ec6d452d2dd307434ea3d32da49c3e5
+Patch0:         %{name}-with-GL_GLEXT_VERSION-85.patch
+Patch1:         %{name}-am.patch
 URL:           http://www.freedesktop.org/wiki/Software/vaapi
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: libva-devel
+BuildRequires: libva-glx-devel >= 1.0.9
+BuildRequires: libva-x11-devel >= 1.0.3
 BuildRequires: libvdpau-devel
 BuildRequires: pkgconfig
+# more specific than libva package version
+BuildRequires: pkgconfig(libva-x11) >= 0.31.0
+BuildRequires: pkgconfig(libva-glx) >= 0.32.0
+Requires:      libva >= 1.0.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,6 +33,8 @@ Sterownik oparty na VDPAU dla VAAPI.
 
 %prep
 %setup -q -n libva-vdpau-driver-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -32,7 +42,8 @@ Sterownik oparty na VDPAU dla VAAPI.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules
 
 %{__make}
 
This page took 0.059671 seconds and 4 git commands to generate.