pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-OpenGL update to 3.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f71dff00ab2c
branches:  trunk
changeset: 575735:f71dff00ab2c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu May 20 11:15:17 2010 +0000

description:
update to 3.0.1
changes:
-some extensions
-dropped py-numarray support
-bugfixes

diffstat:

 graphics/py-OpenGL/Makefile         |   4 +-
 graphics/py-OpenGL/PLIST            |  11 +++++---
 graphics/py-OpenGL/distinfo         |  10 +++---
 graphics/py-OpenGL/patches/patch-ac |  48 ++++++++++++++++--------------------
 4 files changed, 36 insertions(+), 37 deletions(-)

diffs (136 lines):

diff -r 346d6f3f11b9 -r f71dff00ab2c graphics/py-OpenGL/Makefile
--- a/graphics/py-OpenGL/Makefile       Thu May 20 11:09:51 2010 +0000
+++ b/graphics/py-OpenGL/Makefile       Thu May 20 11:15:17 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/12/16 20:45:20 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2010/05/20 11:15:17 drochner Exp $
 #
 
-DISTNAME=      PyOpenGL-3.0.1b1
+DISTNAME=      PyOpenGL-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyopengl/}
diff -r 346d6f3f11b9 -r f71dff00ab2c graphics/py-OpenGL/PLIST
--- a/graphics/py-OpenGL/PLIST  Thu May 20 11:09:51 2010 +0000
+++ b/graphics/py-OpenGL/PLIST  Thu May 20 11:15:17 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/12/16 20:45:20 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/05/20 11:15:17 drochner Exp $
 ${PYSITELIB}/OpenGL/AGL/__init__.py
 ${PYSITELIB}/OpenGL/AGL/__init__.pyc
 ${PYSITELIB}/OpenGL/AGL/__init__.pyo
@@ -1178,6 +1178,9 @@
 ${PYSITELIB}/OpenGL/GL/feedback.py
 ${PYSITELIB}/OpenGL/GL/feedback.pyc
 ${PYSITELIB}/OpenGL/GL/feedback.pyo
+${PYSITELIB}/OpenGL/GL/framebufferobjects.py
+${PYSITELIB}/OpenGL/GL/framebufferobjects.pyc
+${PYSITELIB}/OpenGL/GL/framebufferobjects.pyo
 ${PYSITELIB}/OpenGL/GL/glget.py
 ${PYSITELIB}/OpenGL/GL/glget.pyc
 ${PYSITELIB}/OpenGL/GL/glget.pyo
@@ -1286,9 +1289,6 @@
 ${PYSITELIB}/OpenGL/arrays/nones.py
 ${PYSITELIB}/OpenGL/arrays/nones.pyc
 ${PYSITELIB}/OpenGL/arrays/nones.pyo
-${PYSITELIB}/OpenGL/arrays/numarrays.py
-${PYSITELIB}/OpenGL/arrays/numarrays.pyc
-${PYSITELIB}/OpenGL/arrays/numarrays.pyo
 ${PYSITELIB}/OpenGL/arrays/numbers.py
 ${PYSITELIB}/OpenGL/arrays/numbers.pyc
 ${PYSITELIB}/OpenGL/arrays/numbers.pyo
@@ -1328,6 +1328,9 @@
 ${PYSITELIB}/OpenGL/images.py
 ${PYSITELIB}/OpenGL/images.pyc
 ${PYSITELIB}/OpenGL/images.pyo
+${PYSITELIB}/OpenGL/latebind.py
+${PYSITELIB}/OpenGL/latebind.pyc
+${PYSITELIB}/OpenGL/latebind.pyo
 ${PYSITELIB}/OpenGL/lazywrapper.py
 ${PYSITELIB}/OpenGL/lazywrapper.pyc
 ${PYSITELIB}/OpenGL/lazywrapper.pyo
diff -r 346d6f3f11b9 -r f71dff00ab2c graphics/py-OpenGL/distinfo
--- a/graphics/py-OpenGL/distinfo       Thu May 20 11:09:51 2010 +0000
+++ b/graphics/py-OpenGL/distinfo       Thu May 20 11:15:17 2010 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/12/16 20:45:20 drochner Exp $
+$NetBSD: distinfo,v 1.3 2010/05/20 11:15:17 drochner Exp $
 
-SHA1 (PyOpenGL-3.0.1b1.tar.gz) = 5a05ad4d06d4f0bafc8dbbd13323fe508aaecc3b
-RMD160 (PyOpenGL-3.0.1b1.tar.gz) = 7066e7eb18c0de1f2802dbc8bc1e5a2e1c48b5bf
-Size (PyOpenGL-3.0.1b1.tar.gz) = 660642 bytes
-SHA1 (patch-ac) = 81e11b13981848e853f7c19d1a9800618032cb80
+SHA1 (PyOpenGL-3.0.1.tar.gz) = 35ca03f4c9fb452dc07788818fd1683e37f521bf
+RMD160 (PyOpenGL-3.0.1.tar.gz) = 2d733ae5a75583b6afd1cf4e6e3d01af650bf5ab
+Size (PyOpenGL-3.0.1.tar.gz) = 698420 bytes
+SHA1 (patch-ac) = 4f8f078bc5857de1c415b7d84de84a7f9c24628a
 SHA1 (patch-ae) = 49db5e58e914ea916a72745eb9a68a6a334c5c2b
diff -r 346d6f3f11b9 -r f71dff00ab2c graphics/py-OpenGL/patches/patch-ac
--- a/graphics/py-OpenGL/patches/patch-ac       Thu May 20 11:09:51 2010 +0000
+++ b/graphics/py-OpenGL/patches/patch-ac       Thu May 20 11:15:17 2010 +0000
@@ -1,23 +1,26 @@
-$NetBSD: patch-ac,v 1.2 2009/12/16 20:45:20 drochner Exp $
+$NetBSD: patch-ac,v 1.3 2010/05/20 11:15:17 drochner Exp $
 
---- OpenGL/platform/glx.py.orig        2009-08-30 02:26:10.000000000 +0000
+--- OpenGL/platform/glx.py.orig        2009-11-25 20:08:32.000000000 +0000
 +++ OpenGL/platform/glx.py
-@@ -12,12 +12,12 @@ class GLXPlatform( baseplatform.BasePlat
-     # references to GL/GLU functions).
-     GL = OpenGL = ctypesloader.loadLibrary(
-         ctypes.cdll,
--        'GL', 
-+        'libGL.so', 
-         mode=ctypes.RTLD_GLOBAL 
-     )
-     GLU = ctypesloader.loadLibrary(
-         ctypes.cdll,
--        'GLU',
-+        'libGLU.so',
-         mode=ctypes.RTLD_GLOBAL 
-     )
-     # glut shouldn't need to be global, but just in case a dependent library makes
-@@ -25,7 +25,7 @@ class GLXPlatform( baseplatform.BasePlat
+@@ -13,7 +13,7 @@ class GLXPlatform( baseplatform.BasePlat
+     try:
+         GL = OpenGL = ctypesloader.loadLibrary(
+             ctypes.cdll,
+-            'GL', 
++            'libGL.so', 
+             mode=ctypes.RTLD_GLOBAL 
+         )
+     except OSError, err:
+@@ -21,7 +21,7 @@ class GLXPlatform( baseplatform.BasePlat
+     try:
+         GLU = ctypesloader.loadLibrary(
+             ctypes.cdll,
+-            'GLU',
++            'libGLU.so',
+             mode=ctypes.RTLD_GLOBAL 
+         )
+     except OSError, err:
+@@ -31,7 +31,7 @@ class GLXPlatform( baseplatform.BasePlat
      try:
          GLUT = ctypesloader.loadLibrary(
              ctypes.cdll,
@@ -26,7 +29,7 @@
              mode=ctypes.RTLD_GLOBAL 
          )
      except OSError, err:
-@@ -38,7 +38,7 @@ class GLXPlatform( baseplatform.BasePlat
+@@ -44,7 +44,7 @@ class GLXPlatform( baseplatform.BasePlat
      try:
          GLE = ctypesloader.loadLibrary(
              ctypes.cdll,
@@ -35,10 +38,3 @@
              mode=ctypes.RTLD_GLOBAL 
          )
      except OSError, err:
-@@ -69,4 +69,4 @@ class GLXPlatform( baseplatform.BasePlat
-         pointer = ctypes.c_void_p.in_dll( self.GLUT, internal )
-         return ctypes.c_void_p(ctypes.addressof(pointer))
-     
--    safeGetError = staticmethod( OpenGL.glGetError )
-\ No newline at end of file
-+    safeGetError = staticmethod( OpenGL.glGetError )



Home | Main Index | Thread Index | Old Index