packages: Mesa/Mesa.spec - rel 2; use classic driver instead of gallium for...

arekm arekm at pld-linux.org
Tue Oct 12 20:37:45 CEST 2010


Author: arekm                        Date: Tue Oct 12 18:37:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; use classic driver instead of gallium for radeon

---- Files affected:
packages/Mesa:
   Mesa.spec (1.255 -> 1.256) 

---- Diffs:

================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.255 packages/Mesa/Mesa.spec:1.256
--- packages/Mesa/Mesa.spec:1.255	Tue Oct  5 08:45:34 2010
+++ packages/Mesa/Mesa.spec	Tue Oct 12 20:37:40 2010
@@ -8,6 +8,7 @@
 %bcond_without	egl	# build egl
 %bcond_without	gallium	# don't build gallium
 %bcond_with	gallium_intel # gallium i915 driver (but doesn't work with AIGLX)
+%bcond_with	gallium_radeon
 %bcond_without	gallium_nouveau
 %bcond_without	motif	# build static libGLw without Motif interface
 %bcond_with	multigl	# package libGL in a way allowing concurrent install with nvidia/fglrx drivers
@@ -29,7 +30,7 @@
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
 Name:		Mesa
 Version:	7.9
-Release:	1%{?with_multigl:.mgl}
+Release:	2%{?with_multigl:.mgl}
 License:	MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:		X11/Libraries
 Source0:	ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
@@ -64,6 +65,7 @@
 
 %if %{without gallium}
 %undefine	with_gallium_intel
+%undefine	with_gallium_radeon
 %endif
 
 %description
@@ -667,7 +669,11 @@
 %{__aclocal}
 %{__autoconf}
 
-dri_drivers="i810 i965 mach64 mga r128 r200 r300 r600 radeon savage \
+dri_drivers="i810 i965 mach64 mga r128 \
+%if %{without gallium_radeon}
+r200 r300 r600 radeon \
+%endif
+savage \
 %if %{without gallium_intel}
 i915 \
 %endif
@@ -720,6 +726,7 @@
 %if %{with gallium}
 	--enable-gallium \
 	--%{?with_gallium_intel:en}%{!?with_gallium_intel:dis}able-gallium-intel \
+	--%{?with_gallium_radeon:en}%{!?with_gallium_radeon:dis}able-gallium-radeon \
 	--enable-gallium-svga \
 %{?with_gallium_nouveau:--enable-gallium-nouveau} \
 	--with-state-trackers=dri,glx \
@@ -1000,6 +1007,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.256  2010/10/12 18:37:40  arekm
+- rel 2; use classic driver instead of gallium for radeon
+
 Revision 1.255  2010/10/05 06:45:34  arekm
 - move 7.9 from DEVEL; 7.8 on MESA_7_8 tag
 
================================================================

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



More information about the pld-cvs-commit mailing list