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
|
Source: vmtk
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Johannes Ring <johannr@simula.no>
Section: non-free/science
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
dh-python,
python-dev,
libvtk6-dev,
python-vtk6,
libinsighttoolkit4-dev,
libjpeg-dev,
libtiff-dev,
libfreetype6-dev,
libxext-dev,
libpng-dev,
libexpat1-dev,
uuid-dev,
libvtkgdcm2-dev,
libssl1.0-dev | libssl-dev (<< 1.1.0~),
libvtk6-qt-dev,
libvtk6-java,
libfftw3-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
Homepage: http://www.vmtk.org
X-Python-Version: >= 2.3
Package: libvmtk1.3
Architecture: any
Section: non-free/libs
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libvmtk-dev
Description: runtime libraries for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
analysis for image-based modeling of blood vessels.
.
This package contains the shared runtime libraries.
Package: python-vmtk
Architecture: any
Section: non-free/python
Depends: libvmtk1.3 (= ${binary:Version}),
${python:Depends},
python-vtk6,
${shlibs:Depends},
${misc:Depends}
Description: Python interface for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
analysis for image-based modeling of blood vessels.
.
This package provides the Python interface for vmtk.
Package: libvmtk-dev
Architecture: any
Section: non-free/libdevel
Depends: libvmtk1.3 (= ${binary:Version}),
${misc:Depends}
Description: shared links and header files for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
analysis for image-based modeling of blood vessels.
.
This package contains header files and shared library links.
Package: vmtk
Architecture: all
Depends: python,
python-tk,
python-vmtk (>= ${source:Version}),
${misc:Depends}
Description: the Vascular Modeling Toolkit
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
analysis for image-based modeling of blood vessels.
|