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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
Source: camitk
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Emmanuel Promayon <Emmanuel.Promayon@univ-grenoble-alpes.fr>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
libvtk9-dev,
libvtk9-qt-dev,
qtbase5-dev,
libqt5xmlpatterns5-dev,
libqt5opengl5-dev,
qttools5-dev-tools,
xsdcxx,
libinsighttoolkit5-dev,
libfftw3-dev,
libgdcm-dev,
libgdcm-tools,
libvtkgdcm-dev,
xvfb,
xauth,
doxygen,
graphviz
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/camitk
Vcs-Git: https://salsa.debian.org/med-team/camitk.git
Homepage: https://camitk.imag.fr/
Rules-Requires-Root: no
Package: libcamitk5
Architecture: any
Section: libs
Depends: libqtpropertybrowser5 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Recommends: camitk-config
Description: Computer Assisted Medical Intervention Tool Kit - runtime
Helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
This package contains the shared libraries needed to run CamiTK applications.
Package: camitk-config
Architecture: any
Depends: libcamitk5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Computer Assisted Medical Intervention Tool Kit - config
Helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
This package contains a command-line application to diagnose and check
the CamiTK configuration and environment setup.
Package: libcamitk-dev
Architecture: any
Section: libdevel
Depends: libcamitk5 (= ${binary:Version}),
camitk-config,
libqtpropertybrowser-dev,
cmake,
libvtk9-dev,
libvtk9-qt-dev,
qtbase5-dev,
libqt5xmlpatterns5-dev,
libqt5opengl5-dev,
qttools5-dev-tools,
xsdcxx,
libinsighttoolkit5-dev,
libfftw3-dev,
libgdcm-dev,
libvtkgdcm-dev,
xvfb,
xauth,
${misc:Depends},
${shlibs:Depends}
Recommends: camitk-imp
Suggests: camitk-actionstatemachine
Description: Computer Assisted Medical Intervention Tool Kit - development
Helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
This package contains development files needed to build CamiTK applications.
This package also provides the CamiTK wizard application to create new
extensions.
Package: libcamitk5-data
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Computer Assisted Medical Intervention Tool Kit - data
Helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
This package contains the examples and test data for CamiTK.
Package: libcamitk5-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Computer Assisted Medical Intervention Tool Kit - documentation
Helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
This package contains the documentation for CamiTK.
Package: camitk-imp
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: camitk-actionstatemachine
Description: workbench application for the CamiTK library
CamiTK helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
camitk-imp is the CamiTK workbench application where you can test
all available extensions for prototyping.
It provides an easy and interactive access to all available data and
algorithm parameters, including the one you build yourself using
the CamiTK SDK.
.
For example, camitk-imp can visualize medical images from a lot of different
(standard) formats, offers image processing and segmentation algorithms to
reconstruct a mesh geometry and run a biomechanical simulation.
Package: camitk-actionstatemachine
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: camitk-imp
Description: pipeline replay application for the CamiTK library
CamiTK helps researchers and clinicians to easily and rapidly collaborate in
order to prototype CAMI applications, that feature medical images,
surgical navigation and biomechanical simulations.
.
camitk-actionstatemachine is able to replay a pipeline (workflow) of CamiTK
actions.
This application takes an CamiTK augmented version of a SCXML subset as input
and allow on to replay interactive the described state-machine containing a
list of CamiTK actions and transitions.
Package: libqtpropertybrowser5
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Qt Property Browser Library - runtime
A framework providing a set of graphical editors for
Qt properties similar to the one used in Qt Designer.
.
This package contains the shared libraries needed to run applications
linked against libqtpropertybrowser5.
Package: libqtpropertybrowser-dev
Architecture: any
Section: libdevel
Depends: libqtpropertybrowser5 (= ${binary:Version}),
${misc:Depends}
Description: Qt Property Browser Library - development
A framework providing a set of graphical editors for
Qt properties similar to the one used in Qt Designer.
.
This package contains development files needed to build applications
using Qt Property Browser
|