1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: pyopengl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends-Indep: python-setuptools (>= 0.6b3), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, libgle3
Build-Depends: @cdbs@, python-all-dev (>= 2.3.5-11)
Standards-Version: 3.8.0
Homepage: http://pyopengl.sourceforge.net
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopengl/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyopengl/trunk/
Package: python-opengl
Architecture: all
Depends: ${python:Depends}, python-ctypes | python (>= 2.5), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, python-pkg-resources
Suggests: python-tk, python-numpy, libgle3
XB-Python-Version: ${python:Versions}
Description: Python bindings to OpenGL
PyOpenGL is a cross-platform open source Python binding to the standard
OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the
GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter,
wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
windowing library which can provide an OpenGL context).
Package: python-opengl-doc
Architecture: all
Section: doc
Description: Documentation for PyOpenGL
PyOpenGL is a cross-platform open source Python binding to the standard
OpenGL API providing 2D and 3D graphic drawing.
.
This package contains documentation for developers using PyOpenGL.
|