rpms/libva-vdpau-driver/devel libva-vdpau-driver.spec,1.3,1.4

Nicolas Chauvet kwizart at rpmfusion.org
Fri Jan 11 21:26:12 CET 2013


Author: kwizart

Update of /cvs/free/rpms/libva-vdpau-driver/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7735/devel

Modified Files:
	libva-vdpau-driver.spec 
Log Message:
Fix build with recent mesa



Index: libva-vdpau-driver.spec
===================================================================
RCS file: /cvs/free/rpms/libva-vdpau-driver/devel/libva-vdpau-driver.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libva-vdpau-driver.spec	2 Jan 2013 15:55:54 -0000	1.3
+++ libva-vdpau-driver.spec	11 Jan 2013 20:25:42 -0000	1.4
@@ -2,12 +2,13 @@
 
 Name:		libva-vdpau-driver
 Version:	0.7.4
-Release:	1%{?preversion}%{?dist}
+Release:	2%{?preversion}%{?dist}
 Summary:	HW video decode support for VDPAU platforms
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://cgit.freedesktop.org/vaapi/vdpau-driver
 Source0:	http://www.freedesktop.org/software/vaapi/releases/%{name}/%{name}-%{version}%{?preversion}.tar.bz2
+Patch0:         0001-Fix-libva-vdpau-driver-with-GL_GLEXT_VERSION-85.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #BuildRequires:	libtool
 BuildRequires:	libva-devel
@@ -24,6 +25,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{?preversion}
+%patch0 -p1
 
 %build
 %configure --enable-glx
@@ -43,6 +45,9 @@
 %{_libdir}/dri/*.so
 
 %changelog
+* Fri Jan 11 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.7.4-2
+- Fix build with recent mesa
+
 * Sun Oct 07 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.7.4-1
 - Update to 0.7.4
 


More information about the rpmfusion-commits mailing list