[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 236 - in branches/4.3.0/sid/debian: . patches



Author: daniel
Date: 2003-06-22 08:22:53 -0500 (Sun, 22 Jun 2003)
New Revision: 236

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/patches/063_fix_weak_deps.diff
Log:
patch #063: get rid of the remenants of the GLU stuff; update changelog


Modified: branches/4.3.0/sid/debian/changelog
==============================================================================
--- branches/4.3.0/sid/debian/changelog	2003-06-22 13:18:24 UTC (rev 235)
+++ branches/4.3.0/sid/debian/changelog	2003-06-22 13:22:53 UTC (rev 236)
@@ -44,9 +44,16 @@
     + new 'Option "ForceInit"' for forcing full initilization of consoles.
       (closes: #117454, #129216)
 
-  * fix weak deps (libGLU->libGL, many on X11/Xext in xlibs):
-    - patch #063: new. (closes: #187365, #187374)
+  * fix weak deps (many on X11/Xext in xlibs):
+    - patch #063: new. (closes: #187374)
 
+  * stop building libGLU: that can be taken care of by libglu1-mesa, or
+    whatever implementation people feel like using.
+  
+  * completely new naming scheme for the libGL packages: libgl1-xfree86,
+    libgl1-xfree86-dbg, libgl-xfree86-dev, libgl1-xfree86-dri,
+    xfree86-drm-src.
+
   * eliminate TEXTREL section from libGL, making it PIC-compliant:
     + patch #062: new. (closes: #190323)
 

Modified: branches/4.3.0/sid/debian/patches/063_fix_weak_deps.diff
==============================================================================
--- branches/4.3.0/sid/debian/patches/063_fix_weak_deps.diff	2003-06-22 13:18:24 UTC (rev 235)
+++ branches/4.3.0/sid/debian/patches/063_fix_weak_deps.diff	2003-06-22 13:22:53 UTC (rev 236)
@@ -3,11 +3,10 @@
   * libXp: libX11, libXext
   * libXmuu: libX11
   * libXrandr: libX11, libXext, libXrender
-  * libGLU: libGL
 
 --- xc/config/cf/lnxLib.tmpl.orig	2003-06-22 20:17:28.000000000 +0900
 +++ xc/config/cf/lnxLib.tmpl	2003-06-22 20:20:48.000000000 +0900
-@@ -32,6 +32,11 @@
+@@ -32,6 +32,10 @@
  #define SharedXtstReqs	  $(LDPRELIB) $(XLIB)
  #define SharedXieReqs	  $(LDPRELIB) $(XLIBONLY)
  #define SharedSMReqs	  $(LDPRELIB) $(ICELIB)
@@ -15,7 +14,6 @@
 +#define SharedXpReqs	  $(LDPRELIB) $(EXTENSIONLIB) $(XONLYLIB)
 +#define SharedXmuuReqs	  $(LDPRELIB) $(XONLYLIB)
 +#define SharedXrandrReqs  $(LDPRELIB) $(XRENDERLIB) $(EXTENSIONLIB) $(XONLYLIB)
-+#define SharedGLUReqs	  $(LDPRELIB) $(GLXLIB)
  
  #if GlxUseBuiltInDRIDriver
  #define ExtraSharedGLReqs /**/



Reply to: