File: control

package info (click to toggle)
xmedcon 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,052 kB
  • ctags: 5,028
  • sloc: ansic: 47,548; sh: 5,940; makefile: 390; xml: 28
file content (89 lines) | stat: -rw-r--r-- 3,543 bytes parent folder | download
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
Source: xmedcon
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Roland Marcus Rutschmann <rudi@debian.org>,
           Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 9),
               libgtk2.0-dev,
               zlib1g-dev,
               libpng-dev,
               libnifti-dev,
               autotools-dev,
               dh-autoreconf
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/xmedcon/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/xmedcon/trunk/
Homepage: http://xmedcon.sourceforge.net/

Package: libmdc2
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libmdc
Replaces: libmdc
Description: Medical Image (DICOM, ECAT, ...) conversion tool (library)
 This project stands for Medical Image Conversion. Released under the
 (L)GPL, it comes with the full C-source code of the library, a
 flexible command line utility and a neat graphical front-end using
 the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
 Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
 .
 This is the central library needed by medcon, xmedcon and derived
 programs.

Package: libmdc2-dev
Architecture: any
Section: libdevel
Depends: libmdc2 (= ${binary:Version}),
         ${misc:Depends}
Conflicts: libmdc-dev
Replaces: libmdc-dev
Description: Medical Image (DICOM, ECAT, ...) conversion tool (development)
 This project stands for Medical Image Conversion. Released under the
 (L)GPL, it comes with the full C-source code of the library, a
 flexible command line utility and a neat graphical front-end using
 the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
 Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
 .
 Static library, include files and documentation for developers.

Package: medcon
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: xmedcon
Description: Medical Image (DICOM, ECAT, ...) conversion tool
 This project stands for Medical Image Conversion. Released under the
 (L)GPL, it comes with the full C-source code of the library, a
 flexible command line utility and a neat graphical front-end using
 the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
 Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
 .
 The program also allows one to read unsupported files without
 compression, to print pixel values or to extract/reorder specified
 images. It is possible to retrieve the raw binary/ascii image arrays
 or to write PNG for desktop applications.
 .
 This is the command line tool for batch processing.

Package: xmedcon
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: medcon
Description: Medical Image (DICOM, ECAT, ...) conversion tool (GUI)
 This project stands for Medical Image Conversion. Released under the
 (L)GPL, it comes with the full C-source code of the library, a
 flexible command line utility and a neat graphical front-end using
 the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
 Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
 .
 The program also allows one to read unsupported files without
 compression, to print pixel values or to extract/reorder specified
 images. It is possible to retrieve the raw binary/ascii image arrays
 or to write PNG for desktop applications.
 .
 This is the program version for X based on GTK+. Processes only one
 file at a time.