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: geomview
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper (>= 9),
dh-exec,
bison,
flex,
zlib1g-dev,
libmotif-dev,
libgl1-mesa-dev,
freeglut3-dev,
texlive-latex-base,
texi2html,
xutils-dev,
texinfo,
texlive-plain-generic,
texlive-fonts-recommended,
texlive-font-utils
Build-Conflicts: libutahglx-dev
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/geomview.git
Vcs-Git: https://salsa.debian.org/science-team/geomview.git
Homepage: http://www.geomview.org/
Package: geomview
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
install-info
Recommends: evince | pdf-viewer
Description: interactive geometry viewing program
Geomview is interactive geometry software which is
particularly appropriate for mathematics research and education.
In particular, geomview can display things in hyperbolic and
spherical space as well as Euclidean space.
.
Geomview allows multiple independently controllable objects and
cameras. It provides interactive control for motion, appearances
(including lighting, shading, and materials), picking on an
object, edge or vertex level, snapshots in SGI image file or
Renderman RIB format, and adding or deleting objects is provided
through direct mouse manipulation, control panels, and keyboard
shortcuts. External programs can drive desired aspects of the
viewer (such as continually loading changing geometry or
controlling the motion of certain objects) while allowing
interactive control of everything else.
Package: libgeomview-1.9.5
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: geomview library runtime
Geomview is interactive geometry software which is
particularly appropriate for mathematics research and education.
.
OOGL is the Object Oriented Graphics Library, upon which Geomview is
built. This package provides the run-time OOGL library for geomview
and its modules.
Package: libgeomview-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgeomview-1.9.5 (= ${binary:Version})
Description: geomview library development package
Geomview is interactive geometry software which is
particularly appropriate for mathematics research and education.
.
OOGL is the Object Oriented Graphics Library, upon which Geomview is
built. This package provides the development package for OOGL,
required to build Geomview modules.
|