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 34
|
Source: glew
Priority: optional
Section: libs
Architecture: any
Maintainer: Marcelo E. Magallon <mmagallo@debian.org>
Build-Depends: debhelper (>> 4.0.0), xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, xlibs-dev
Standards-Version: 3.6.1
Package: libglew-dev
Section: devel
Architecture: any
Depends: libglew1 (= ${Source-Version}), xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
Description: The OpenGL Extension Wrangler - development environment
The OpenGL Extension Wrangler, GLEW for short, is a library that
handles initiliazation of OpenGL extensions in a portable and simple
way. Once the program initializes the library and checks the
availability of extensions, it can safely call the entry points defined
by the extension. Currently GLEW supports almost all the extesions
found in the OpenGL extension registry[1].
.
This package contains the development documentation as well as the
required header files.
.
[1] http://oss.sgi.com/projects/ogl-sample/registry/
Package: libglew1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The OpenGL Extension Wrangler - runtime environment
For more information about GLEW please refer to the description of the
libglew-dev package.
.
This package contains the runtime support files.
|