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 35 36
|
Source: gtkgl2
Section: devel
Priority: optional
Maintainer: Sam Hocevar <sho@debian.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 8.0), dh-autoreconf, libgtk2.0-dev (>= 2.0.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/gtkgl2
Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/gtkgl2/
Homepage: http://www.mono-project.com/GtkGLArea
Package: libgtkgl2.0-dev
Section: libdevel
Architecture: any
Depends: libgtkgl2.0-1, libgtk2.0-dev, ${misc:Depends}
Provides: gtkgl-dev
Conflicts: gtkgl-dev
Description: OpenGL context support for GTK+ (development files)
The gtkgl library provides GtkGLArea (a GTK+ widget containing an OpenGL
context for fast 2D and 3D graphics), GdkGLPixmap (an off-screen rendering
context) and GdkGLContext (an OpenGL extension for virtually any drawable
widget).
.
This package contains the headers and static library.
Package: libgtkgl2.0-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL context support for GTK+ (shared libraries)
The gtkgl library provides GtkGLArea (a GTK+ widget containing an OpenGL
context for fast 2D and 3D graphics), GdkGLPixmap (an off-screen rendering
context) and GdkGLContext (an OpenGL extension for virtually any drawable
widget).
.
This package contains the shared library.
|