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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: togl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Trophime <christophe.trophime@grenoble.cnrs.fr>
Section: libs
Priority: optional
Build-Depends: cdbs,
debhelper (>= 10~),
autotools-dev,
autoconf,
automake,
tcl-dev,
tk-dev,
libgl-dev, libglvnd-dev | nvidia-glx-dev,
libglu1-mesa-dev,
libxmu-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/togl
Vcs-Git: https://salsa.debian.org/science-team/togl.git
Homepage: https://togl.sourceforge.net/
Rules-Requires-Root: no
Package: libtogl-dev
Architecture: all
Section: libdevel
Depends: libtogl2 (>= ${source:Upstream-Version}),
libtogl2(<< ${source:Upstream-Version}+1~),
${shlibs:Depends},
${misc:Depends}
Description: 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: libtogl2
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: 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: doc
Depends: libtogl2 (>= ${source:Upstream-Version}),
libtogl2(<< ${source:Upstream-Version}+1~),
${misc:Depends}
Description: Tk OpenGL widget - demo 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.
|