File: control

package info (click to toggle)
python-opengl 1.5.7-5.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,192 kB
  • ctags: 3,971
  • sloc: ansic: 18,030; python: 8,909; tcl: 328; cpp: 211; makefile: 115; sh: 24
file content (17 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-opengl
Section: interpreters
Priority: optional
Maintainer: Enrique Zanardi <ezanard@debian.org>
Build-Depends: debhelper (>> 3.0), python-tk, tk8.3-dev, python-dev (>= 2.1), python-dev (<< 2.2), xlibmesa-dev | libgl1-dev, glutg3-dev, xvfb (>= 4.1.0-10), xbase-clients, xfonts-base
Standards-Version: 3.5.6

Package: python-opengl
Architecture: any
Depends: python (>= 2.1), python (<< 2.2), ${shlibs:Depends}
Suggests: python-tk, ${shlibs:Suggests}
Description: Python binding to OpenGL
 PyOpenGL is a cross-platform open source Python binding to the standard
 OpenGL API providing 2-D and 3-D graphic drawing. PyOpenGL supports the
 GL, GLU, 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).