[Python-modules-commits] r18068 - in packages/soya/trunk/debian (2 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 7 16:39:46 UTC 2011


    Date: Sunday, August 7, 2011 @ 16:39:44
  Author: bernat
Revision: 18068

Also link directly to libGL. Really closes: #626964.

Modified:
  packages/soya/trunk/debian/changelog
  packages/soya/trunk/debian/patches/link-with-gl-and-glu

Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog	2011-08-07 13:22:34 UTC (rev 18067)
+++ packages/soya/trunk/debian/changelog	2011-08-07 16:39:44 UTC (rev 18068)
@@ -1,3 +1,9 @@
+soya (0.15~rc1-5) unstable; urgency=low
+
+  * Also link directly to libGL. Really closes: #626964.
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 07 Aug 2011 18:36:48 +0200
+
 soya (0.15~rc1-4) unstable; urgency=low
 
   * debian/patches/link-with-gl-and-glu:

Modified: packages/soya/trunk/debian/patches/link-with-gl-and-glu
===================================================================
--- packages/soya/trunk/debian/patches/link-with-gl-and-glu	2011-08-07 13:22:34 UTC (rev 18067)
+++ packages/soya/trunk/debian/patches/link-with-gl-and-glu	2011-08-07 16:39:44 UTC (rev 18068)
@@ -11,7 +11,7 @@
  	LIBS = ["m", "glew32", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++", "ode"]
  else:
 -	LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode"]
-+	LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode", "GLU"]
++	LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode","GL","GLU"]
  	FRAMEWORKS=[]
  
  SOYA_PYREX_SOURCES  = ["_soya.pyx", "matrix.c", "chunk.c"]




More information about the Python-modules-commits mailing list