Codebase list gdcm / 760a328
d/control: Remove vtkgdcm-java / vtkgdcm-cil Not supported upstream anymore since vtk9 Mathieu Malaterre 1 year, 8 months ago
2 changed file(s) with 8 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
2121 libpoppler-private-dev,
2222 libsocket++-dev,
2323 libssl-dev,
24 libvtk7-dev,
25 libvtk7-java [!hppa !hurd-any !kfreebsd-any],
24 libvtk9-dev,
2625 libxml2-dev,
2726 libz-dev,
2827 mono-devel [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 ppc64el s390x arm64] <!nocil>,
2928 ninja-build,
3029 pvrg-jpeg,
3130 python3-dev,
32 python3-vtk7,
31 python3-vtk9,
3332 swig,
3433 uuid-dev,
3534 xsltproc
36 Build-Depends-Indep: doxygen, doxygen-latex, ghostscript, graphviz, vtk7-doc
35 Build-Depends-Indep: doxygen, doxygen-latex, ghostscript, graphviz, vtk9-doc
3736 Build-Conflicts: libopenjpeg-dev
3837 Standards-Version: 4.6.1
3938 Vcs-Browser: https://salsa.debian.org/med-team/gdcm
190189 Package: gdcm-doc
191190 Architecture: all
192191 Section: doc
193 Depends: doc-base, vtk7-doc, ${misc:Depends}
192 Depends: doc-base, vtk9-doc, ${misc:Depends}
194193 Description: Grassroots DICOM documentation
195194 Grassroots DiCoM is a C++ library for DICOM medical files. It is
196195 automatically wrapped to python/C#/Java (using swig). It supports
2121 libpoppler-private-dev,
2222 libsocket++-dev,
2323 libssl-dev,
24 libvtk7-dev,
25 libvtk7-java [!hppa !hurd-any !kfreebsd-any],
24 libvtk9-dev,
2625 libxml2-dev,
2726 libz-dev,
2827 mono-devel [@DEB_MONO_ARCHS@] <!nocil>,
2928 ninja-build,
3029 pvrg-jpeg,
3130 python3-dev,
32 python3-vtk7,
31 python3-vtk9,
3332 swig,
3433 uuid-dev,
3534 xsltproc
36 Build-Depends-Indep: doxygen, doxygen-latex, ghostscript, graphviz, vtk7-doc
35 Build-Depends-Indep: doxygen, doxygen-latex, ghostscript, graphviz, vtk9-doc
3736 Build-Conflicts: libopenjpeg-dev
3837 Standards-Version: 4.6.1
3938 Vcs-Browser: https://salsa.debian.org/med-team/gdcm
140139 use GDCM, but are needed to build plugins or programs that link
141140 against libvtkgdcm.
142141
143 Package: libvtkgdcm-cil
144 Build-Profiles: <!nocil>
145 Architecture: @DEB_MONO_ARCHS@
146 Section: cli-mono
147 Depends: libgdcm3.0 (= ${binary:Version}),
148 ${cli:Depends},
149 ${misc:Depends},
150 ${shlibs:Depends}
151 Suggests: libgdcm-cil
152 Description: Grassroots DICOM VTK CLI bindings
153 Grassroots DiCoM is a C++ library for DICOM medical files. It is
154 automatically wrapped to python/C#/Java (using swig). It supports
155 RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
156 .
157 VTK CLI bindings to the GDCM DICOM library.
158
159142 Package: python3-vtkgdcm
160143 Architecture: any
161144 Section: python
190173 Package: gdcm-doc
191174 Architecture: all
192175 Section: doc
193 Depends: doc-base, vtk7-doc, ${misc:Depends}
176 Depends: doc-base, vtk9-doc, ${misc:Depends}
194177 Description: Grassroots DICOM documentation
195178 Grassroots DiCoM is a C++ library for DICOM medical files. It is
196179 automatically wrapped to python/C#/Java (using swig). It supports
210193 .
211194 Java bindings to the GDCM DICOM library. It allows developers to use
212195 GDCM from Java environment.
213
214 Package: libvtkgdcm-java
215 Architecture: alpha amd64 arm64 armel armhf i386 ia64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
216 Section: java
217 Depends: libgdcm3.0 (= ${binary:Version}),
218 ${java:Depends},
219 ${misc:Depends},
220 ${shlibs:Depends}
221 Suggests: libgdcm-java
222 Description: Grassroots DICOM VTK Java bindings
223 Grassroots DiCoM is a C++ library for DICOM medical files. It is
224 automatically wrapped to python/C#/Java (using swig). It supports
225 RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
226 .
227 VTK Java bindings to the GDCM DICOM library.