SPECS: xorg-xserver-xgl.spec - new snapshot (works with beryl) - l...

patrys patrys at pld-linux.org
Fri Dec 1 16:40:46 CET 2006


Author: patrys                       Date: Fri Dec  1 15:40:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new snapshot (works with beryl)
- libGL off by default (does not build here and probably no longer needed)

---- Files affected:
SPECS:
   xorg-xserver-xgl.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/xorg-xserver-xgl.spec
diff -u SPECS/xorg-xserver-xgl.spec:1.27 SPECS/xorg-xserver-xgl.spec:1.28
--- SPECS/xorg-xserver-xgl.spec:1.27	Tue Jul 18 11:46:07 2006
+++ SPECS/xorg-xserver-xgl.spec	Fri Dec  1 16:40:41 2006
@@ -1,21 +1,21 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	libGL		# don't build mesa's libGL
+%bcond_with	libGL		# build mesa's libGL
 #
 Summary:	Xgl X server
 Summary(pl):	Serwer X Xgl
 Name:		xorg-xserver-xgl
-%define		_mesasnap	20060711
-%define		_snap		20060711
+%define		_mesasnap	20061103
+%define		_snap		20061108
 Version:	0.0.%{_snap}
-Release:	3
+Release:	1
 License:	MIT
 Group:		X11/Servers
-Source0:	xserver-%{_snap}.tar.bz2
-# Source0-md5:	9b6322d34993f2928bf326877246f680
+Source0:	xgl-%{_snap}.tar.bz2
+# Source0-md5:	c1790723d80c8c6510dc93c8e804f65a
 Source1:	Mesa-%{_mesasnap}.tar.gz
-# Source1-md5:	dc3603c48142a3245d0cb2cabb6a1236
+# Source1-md5:	1ef25af748d4c2a808ee4521a75c2579
 Patch0:		%{name}-arrayobj.patch
 URL:		http://www.freedesktop.org/wiki/Software/Xgl
 # for glx headers
@@ -112,13 +112,12 @@
 w dalszym ciągu potrzebna by uruchomić Xgl.
 
 %prep
-%setup -q -a1 -n xserver-%{_snap}
-%patch0 -p1
+%setup -q -a1 -n xgl
+#%%patch0 -p2
 
 #cd Mesa-%{_mesasnap}
 
 %build
-cd xorg
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -130,19 +129,20 @@
 	--enable-xkb \
 	--enable-xgl \
 	--enable-xglx \
+	--disable-aiglx \
 	--disable-xorg \
 	--disable-xprint \
 	--disable-dmx \
 	--disable-xvfb \
 	--disable-xnest \
 	--with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/CID,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
-	--with-mesa-source="`pwd`/../Mesa-%{_mesasnap}"
+	--with-mesa-source="`pwd`/Mesa"
 
 %{__make}
 
 # build libGL from mesa snap
 %if %{with libGL}
-cd ../Mesa-%{_mesasnap}
+cd Mesa
 
 %ifarch %{ix86}
 targ=-x86
@@ -163,7 +163,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-cd xorg
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -172,7 +171,7 @@
 %if %{with libGL}
 install -d $RPM_BUILD_ROOT%{_libdir}/xgl
 
-cd ../Mesa-%{_mesasnap}/lib
+cd Mesa/lib
 
 install libGL.so.1.2 $RPM_BUILD_ROOT%{_libdir}/xgl
 ln -s libGL.so.1.2 $RPM_BUILD_ROOT%{_libdir}/xgl/libGL.so.1
@@ -200,6 +199,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/12/01 15:40:41  patrys
+- new snapshot (works with beryl)
+- libGL off by default (does not build here and probably no longer needed)
+
 Revision 1.27  2006/07/18 09:46:07  wolf
 - proper fix for arrayobj
 - rel 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-xserver-xgl.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list