1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: libopengl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-mesa-dev | libglu-dev, libx11-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>, Gunnar Wolf <gwolf@debian.org>, Niko Tyni <ntyni@iki.fi>, Alexis Sukrieh <sukria@debian.org>
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libopengl-perl/trunk/
Package: libopengl-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
Some amount of GLU is supported and GLUT should be completely supported up to
API version 3. A small portion of GLX and X11 is supported, as an alternative
to GLUT.
|