packages (DEVEL): Mesa/Mesa.spec - current snap - libXvMC* need packaging -...

patrys patrys at pld-linux.org
Wed Sep 7 19:45:47 CEST 2011


Author: patrys                       Date: Wed Sep  7 17:45:47 2011 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- current snap
- libXvMC* need packaging
- not sure if gbm is packaged in the right subpackage

---- Files affected:
packages/Mesa:
   Mesa.spec (1.263.2.33 -> 1.263.2.34) 

---- Diffs:

================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.263.2.33 packages/Mesa/Mesa.spec:1.263.2.34
--- packages/Mesa/Mesa.spec:1.263.2.33	Thu Sep  1 21:56:53 2011
+++ packages/Mesa/Mesa.spec	Wed Sep  7 19:45:42 2011
@@ -27,7 +27,7 @@
 %define		dri2proto_ver	2.6
 %define		glproto_ver	1.4.11
 #
-%define		snap		20110901
+%define		snap		20110907
 #
 Summary:	Free OpenGL implementation
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
@@ -37,7 +37,7 @@
 License:	MIT (core), SGI (GLU) and others - see license.html file
 Group:		X11/Libraries
 Source0:	%{name}Lib-%{snap}.tar.bz2
-# Source0-md5:	2b4e889af7e86cbd0f8718263d5b1a11
+# Source0-md5:	cd699279249570dbd8ba9888539631b8
 Patch0:		%{name}-realclean.patch
 Patch2:		%{name}-selinux.patch
 URL:		http://www.mesa3d.org/
@@ -65,6 +65,7 @@
 BuildRequires:	xorg-lib-libXdamage-devel
 BuildRequires:	xorg-lib-libXext-devel >= 1.0.5
 BuildRequires:	xorg-lib-libXt-devel
+BuildRequires:	xorg-lib-libXvMC-devel
 BuildRequires:	xorg-lib-libXxf86vm-devel
 BuildRequires:	xorg-proto-dri2proto-devel >= %{dri2proto_ver}
 BuildRequires:	xorg-proto-glproto-devel >= %{glproto_ver}
@@ -90,7 +91,7 @@
 %endif
 
 # _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
-%define		skip_post_check_so	libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.*
+%define		skip_post_check_so	libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libXvMCnouveau.so.1.* libXvMCr300.so.1.*  libXvMCr600.so.1.* libXvMCsoftpipe.so.1.*
 
 %description
 Mesa is a 3-D graphics library with an API which is very similar to
@@ -656,6 +657,7 @@
 	%{__enable egl gallium-egl} \
 	%{__enable gbm gallium-gbm} \
 	--enable-vdpau \
+	--enable-xvmc \
 	--with-gallium-drivers=${gallium_drivers} \
 %else
 	--disable-gallium \
@@ -684,7 +686,7 @@
 # strip out undesirable headers
 olddir=$(pwd)
 cd $RPM_BUILD_ROOT%{_includedir}/GL
-rm [a-fh-np-wyz]*.h glf*.h
+rm [a-fh-np-wyz]*.h
 cd $RPM_BUILD_ROOT%{_libdir}
 cd $olddir
 
@@ -724,6 +726,7 @@
 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
 %if %{with gbm}
+%dir %{_libdir}/gbm
 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
 %endif
@@ -736,6 +739,8 @@
 %attr(755,root,root) %{_libdir}/gbm/pipe_vmwgfx.so
 %if %{with gallium_nouveau}
 %attr(755,root,root) %{_libdir}/gbm/pipe_nouveau.so
+%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.*.*
+%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1
 %endif
 %if %{with gallium_radeon}
 %attr(755,root,root) %{_libdir}/gbm/pipe_r300.so
@@ -773,7 +778,7 @@
 
 %files libGL
 %defattr(644,root,root,755)
-%doc docs/{*.html,README.{3DFX,GGI,MITS,QUAKE,THREADS},RELNOTES*}
+%doc docs/{*.html,README.{MITS,QUAKE,THREADS},RELNOTES*}
 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
 %if %{with multigl}
@@ -953,6 +958,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.263.2.34  2011/09/07 17:45:42  patrys
+- current snap
+- libXvMC* need packaging
+- not sure if gbm is packaged in the right subpackage
+
 Revision 1.263.2.33  2011/09/01 19:56:53  wiget
 - merged some changes from HEAD
 - fix building gallium for radeon and intel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.263.2.33&r2=1.263.2.34&f=u



More information about the pld-cvs-commit mailing list