rpms/vdpau-video-freeworld/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdpau-video-freeworld.spec, 1.1, 1.2

Nicolas Chauvet kwizart at rpmfusion.org
Fri Mar 4 12:51:57 CET 2011


Author: kwizart

Update of /cvs/free/rpms/vdpau-video-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2975/devel

Modified Files:
	.cvsignore sources vdpau-video-freeworld.spec 
Log Message:
Update to lastest version 
Switch to libva



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Jan 2011 13:05:52 -0000	1.2
+++ .cvsignore	4 Mar 2011 11:51:54 -0000	1.3
@@ -1 +1 @@
-vdpau-video-0.7.3.pre4.tar.gz
+vdpau-video-0.7.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Jan 2011 13:05:52 -0000	1.2
+++ sources	4 Mar 2011 11:51:55 -0000	1.3
@@ -1 +1 @@
-704421ffd5b2ba33b1e1260fb7af9d4a  vdpau-video-0.7.3.pre4.tar.gz
+18870e007ecdc50a528861fa55556364  vdpau-video-0.7.3.tar.gz


Index: vdpau-video-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/vdpau-video-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdpau-video-freeworld.spec	18 Jan 2011 13:05:52 -0000	1.1
+++ vdpau-video-freeworld.spec	4 Mar 2011 11:51:55 -0000	1.2
@@ -1,8 +1,8 @@
-%global preversion .pre4
+#global preversion .pre6
 
 Name:		vdpau-video-freeworld
 Version:	0.7.3
-Release:	0.2%{?preversion}%{?dist}
+Release:	1%{?preversion}%{?dist}
 Summary:	VDPAU backend for Video Acceleration (VA) API
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -10,7 +10,7 @@
 Source0:	http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{version}%{?preversion}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libtool
-BuildRequires:	libva-freeworld-devel
+BuildRequires:	libva-devel >= 1.0.10
 BuildRequires:	libvdpau-devel
 BuildRequires:	mesa-libGL-devel
 
@@ -25,11 +25,13 @@
 
 %build
 %configure --enable-glx
+
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %clean
 rm -rf %{buildroot}
@@ -37,9 +39,15 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
-%{_libdir}/va/drivers
+%{_libdir}/dri/*.so
 
 %changelog
+* Fri Mar 04 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.7.3-1
+- Update to 0.7.3
+
+* Mon Feb 21 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.7.3-0.3.pre6
+- Update to 0.7.3-pre6
+
 * Sun Jan 09 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.7.3-0.2.pre4
 - Update to 0.7.3 pre4
 



More information about the rpmfusion-commits mailing list