[Python-modules-commits] r18055 - in packages/soya/trunk/debian (3 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 7 08:21:25 UTC 2011


    Date: Sunday, August 7, 2011 @ 08:21:22
  Author: bernat
Revision: 18055

link soya against gl and glu which it uses directly.

Thanks to Julian Taylor for the patch.
LP: #780305. Closes: #626964.

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

Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog	2011-08-07 07:39:15 UTC (rev 18054)
+++ packages/soya/trunk/debian/changelog	2011-08-07 08:21:22 UTC (rev 18055)
@@ -1,3 +1,12 @@
+soya (0.15~rc1-4) unstable; urgency=low
+
+  * debian/patches/link-with-gl-and-glu:
+    link soya against gl and glu which it uses directly.
+    Thanks to Julian Taylor for the patch.
+    LP: #780305. Closes: #626964.
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 07 Aug 2011 10:19:32 +0200
+
 soya (0.15~rc1-3) unstable; urgency=low
 
   * Python 2.6 does not support string exceptions any more. Add a patch to

Added: packages/soya/trunk/debian/patches/link-with-gl-and-glu
===================================================================
--- packages/soya/trunk/debian/patches/link-with-gl-and-glu	                        (rev 0)
+++ packages/soya/trunk/debian/patches/link-with-gl-and-glu	2011-08-07 08:21:22 UTC (rev 18055)
@@ -0,0 +1,17 @@
+link soya against gl and glu which it uses directly.
+Thanks to Julian Taylor for the patch.
+LP: #780305. Closes: #626964.
+
+Index: soya-0.15~rc1/setup.py
+===================================================================
+--- soya-0.15~rc1.orig/setup.py	2011-05-10 13:52:20.600215205 +0200
++++ soya-0.15~rc1/setup.py	2011-05-10 13:52:34.170215200 +0200
+@@ -116,7 +116,7 @@
+ if sys.platform[:3] == "win":
+ 	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"]
+ 	FRAMEWORKS=[]
+ 
+ SOYA_PYREX_SOURCES  = ["_soya.pyx", "matrix.c", "chunk.c"]

Modified: packages/soya/trunk/debian/patches/series
===================================================================
--- packages/soya/trunk/debian/patches/series	2011-08-07 07:39:15 UTC (rev 18054)
+++ packages/soya/trunk/debian/patches/series	2011-08-07 08:21:22 UTC (rev 18055)
@@ -7,3 +7,4 @@
 # enable_pyrex
 # elementtree
 no-string-exceptions
+link-with-gl-and-glu




More information about the Python-modules-commits mailing list