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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Source: tulip
Section: graphics
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: debhelper (>= 9), cmake, libqt4-dev, qt4-dev-tools, freeglut3-dev, docbook-to-man, libgl1-mesa-dev | libgl-dev, dh-buildinfo, libfreetype6-dev, libxml2-dev, libgle3-dev, libxml2-utils, graphviz, libjpeg-dev, libpng-dev, libftgl-dev, libglew1.5-dev, libqt4-opengl-dev, binutils-dev [any-i386 any-amd64]
Build-Depends-Indep: default-jre-headless, libsaxon-java, libxml-commons-resolver1.1-java, docbook-xsl, doxygen
Homepage: http://tulip-software.org/
Standards-Version: 3.9.3
Vcs-git: git://git.debian.org/git/collab-maint/tulip.git
Vcs-browser: http://git.debian.org/?p=collab-maint/tulip.git;a=summary
Package: tulip
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core
Recommends: tulip-help
Suggests: tulip-doc
Description: System dedicated to the visualization of huge graphs
Tulip is capable of managing graphs with up to 500,000 nodes and edges
on relatively modest hardware (eg. 600MHz Pentium III, 256MB RAM).
It includes the following features:
.
* 3D visualizations
* 3D modifications
* Plug-in support for easy evolution
* Building of clusters and navigation into them
* Automatic drawing of graphs
* Automatic clustering of graphs
* Automatic selection of elements
* Automatic metric coloration of graphs
Package: tulip-help
Architecture: all
Depends: ${misc:Depends}
Suggests: tulip
Section: doc
Description: Online documentation for the Tulip graph-visualization system
This package includes the online help browsable from the "Help" menu.
Package: tulip-doc
Architecture: all
Depends: ${misc:Depends}
Suggests: tulip
Section: doc
Description: Documentation for the Tulip graph-visualization system
This package includes the Tulip User Handbook and the Tulip Developer
Handbook in HTML format, as well as the manpages for the tulip libraries.
Package: libtulip-3.7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tulip graph library - core runtime
Runtime for tulip, a system dedicated to the visualization of huge graphs.
.
This is the core of the system, excluding the OpenGL rendering capabilities.
Package: libtulip-dev
Section: libdevel
Architecture: any
Depends: libtulip-3.7 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Conflicts: libtulip-dev
Replaces: tulip (<= 2), libtulip-ogl-dev, libtulip-qt4-dev
Suggests: automaken, tulip-doc
Description: Tulip graph library - core development files
Headers and static libraries for tulip, a system dedicated to the
visualization of huge graphs.
.
This is the core of the system, excluding the OpenGL rendering capabilities.
Package: libtulip-ogl-3.7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tulip graph library - OpenGL runtime
Runtime for tulip, a system dedicated to the visualization of huge graphs.
.
This library contains the OpenGL rendering capabilities of the engine.
Package: libtulip-qt4-3.7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tulip graph library - Qt/OpenGL GUI runtime
Runtime for tulip, a system dedicated to the visualization of huge graphs.
.
This library contains the Qt/OpenGL GUI support.
Package: libtulip-ogdf-3.7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tulip graph library - OGDF runtime
Runtime for tulip, a system dedicated to the visualization of huge graphs.
.
This library contains the Open Graph Drawing Framework support.
Package: libogdf-tulip-3.7.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Open Graph Drawing Framework shared library, built for Tulip
This is the Open Graph Drawing Framework library, built as a shared
lib as required by Tulip.
Package: libgzstream-tulip-3.7.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: gzstream shared library, built for Tulip
C++ iostream classes wrapping the zlib compression library.
.
This is the gzstream library, built as a shared lib as required by
Tulip.
|