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
|
Source: coin3
Homepage: http://www.coin3d.org/
Section: graphics
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/coin/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/coin/
Priority: optional
Build-Depends: debhelper (>= 8), autotools-dev,
libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxpm-dev, libxt-dev, libgl1-mesa-dev,
doxygen
Standards-Version: 3.9.2
Package: libcoin60
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsimage-dev, libfreetype6, libopenal0a, zlib1g, libbz2-1.0
Description: high-level 3D graphics kit implementing the Open Inventor API
Coin is an OpenGL-based, retain-mode 3D graphics library that
implements the Open Inventor 2.1 API. It also includes support for
VRML97 and 3D audio. Installing the suggested packages will enable
extra features:
.
libsimage-dev enables loading of image files in SbImage
libfreetype6 enables use of TrueType fonts
libopenal0a enables audio support
zlib1g and libbz2 enable transparent read of compressed files
Package: libcoin60-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libcoin60 (= ${binary:Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxpm-dev, libxt-dev, libgl1-mesa-dev | libgl-dev
Suggests: libcoin60-doc (= ${binary:Version})
Conflicts: inventor-dev, libcoin20-dev, libcoin40-dev
Description: high-level 3D graphics devkit with Open Inventor and VRML97 support
Coin is an OpenGL-based, retain-mode 3D graphics library that
implements the Open Inventor 2.1 API. It also includes support for
VRML97 and 3D audio.
Package: libcoin60-runtime
Architecture: all
Section: libs
Depends: ${misc:Depends}
Suggests: libcoin60
Conflicts: libcoin20-runtime, libcoin40-runtime
Description: high-level 3D graphics kit - external data files
External data files used by the Coin library at run-time. The
dragger geometry files represent the defaults that are used if the
files are not found. This package is completely optional.
Package: libcoin60-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libcoin60-dev (= ${binary:Version})
Conflicts: inventor-dev, libcoin20-doc, libcoin40-doc
Description: high-level 3D graphics kit with Open Inventor and VRML97 support
API documentation for the Coin library (the Open Inventor API) in
manpage and HTML format.
|