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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: togl
Section: libs
Priority: extra
Maintainer: Christophe Trophime <christophe.trophime@grenoble.cnrs.fr>
Build-Depends: cdbs, debhelper (>= 7), quilt, autotools-dev, autoconf (>= 2.65), automake (>= 1.11.1), tcl8.5-dev, tk8.5-dev, libgl1-mesa-dev|nvidia-glx-dev, libglu1-mesa-dev, libxmu-dev
Standards-Version: 3.8.4
Homepage: http://togl.sourceforge.net/
Package: libtogl-dev
Architecture: all
Section: libdevel
Depends: libtogl1 (>= ${source:Upstream-Version}), libtogl1(<< ${source:Upstream-Version}+1~), ${misc:Depends}
Description: a Tk OpenGL widget - development files
Togl is a Tk widget for OpenGL rendering. Togl was originally
based on OGLTK, written by Benjamin Bederson at the University
of New Mexico. Togl's main features
are:
.
* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X
Aqua support
* support for requesting stencil, accumulation, alpha buffers, etc.
* multiple OpenGL drawing windows
* simple stereo rendering support
* simple, portable font support
* color-index mode support including color allocation functions
* overlay plane support
* OpenGL extension testing from Tcl
* Tcl Extension Architecture (TEA) 3 compliant
.
This package contains development files for using optimized shared libraries.
Package: libtogl1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a Tk OpenGL widget
Togl is a Tk widget for OpenGL rendering. Togl was originally
based on OGLTK, written by Benjamin Bederson at the University
of New Mexico. Togl's main features
are:
.
* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X
Aqua support
* support for requesting stencil, accumulation, alpha buffers, etc.
* multiple OpenGL drawing windows
* simple stereo rendering support
* simple, portable font support
* color-index mode support including color allocation functions
* overlay plane support
* OpenGL extension testing from Tcl
* Tcl Extension Architecture (TEA) 3 compliant
Package: togl-demos
Architecture: all
Section: debug
Depends: libtogl1 (>= ${source:Upstream-Version}), libtogl1(<< ${source:Upstream-Version}+1~), ${misc:Depends}
Description: a Tk OpenGL widget - demos files
Togl is a Tk widget for OpenGL rendering. Togl was originally
based on OGLTK, written by Benjamin Bederson at the University
of New Mexico. Togl's main features
are:
.
* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X
Aqua support
* support for requesting stencil, accumulation, alpha buffers, etc.
* multiple OpenGL drawing windows
* simple stereo rendering support
* simple, portable font support
* color-index mode support including color allocation functions
* overlay plane support
* OpenGL extension testing from Tcl
* Tcl Extension Architecture (TEA) 3 compliant
.
This package contains demos.
|