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
|
Source: orthanc
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
libboost-all-dev,
libcharls-dev,
libcivetweb-dev,
libcurl4-openssl-dev | libcurl4-dev,
libdcmtk-dev,
libgtest-dev,
libjpeg-dev,
libjs-jquery,
libjsoncpp-dev,
liblua5.3-dev,
libpng-dev,
libpugixml-dev,
libsqlite3-dev,
libwrap0-dev,
locales,
tzdata,
unzip,
uuid-dev,
zlib1g-dev,
yui-compressor
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/orthanc
Vcs-Git: https://salsa.debian.org/med-team/orthanc.git
Homepage: http://www.orthanc-server.com/
Rules-Requires-Root: no
Package: orthanc
Architecture: any
Depends: adduser,
dcmtk,
locales,
libcivetweb1 (>= 1.13+dfsg-3),
lsb-base,
tzdata,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Lightweight, RESTful DICOM server for medical imaging
Orthanc aims at providing a simple, yet powerful DICOM server for
medical imaging. Orthanc can turn any computer running Windows or
Linux into a Vendor Neutral Archive (in other words, a mini-PACS
system). Its architecture is lightweight, meaning that no complex
database administration is required, nor the installation of
third-party dependencies.
.
What makes Orthanc unique is the fact that it provides a RESTful
API. Thanks to this major feature, it is possible to drive Orthanc
from any computer language. The DICOM tags of the stored medical
images can be downloaded in the JSON file format. Furthermore,
standard PNG images can be generated on-the-fly from the DICOM
instances by Orthanc.
.
Orthanc lets its users focus on the content of the DICOM files,
hiding the complexity of the DICOM format and of the DICOM protocol.
Package: orthanc-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-jquery
Breaks: liborthancclient-doc (<< 0.8.6)
Replaces: liborthancclient-doc (<< 0.8.6)
Description: Documentation of Orthanc
Orthanc aims at providing a simple, yet powerful DICOM server for
medical imaging. Orthanc can turn any computer running Windows or
Linux into a Vendor Neutral Archive (in other words, a mini-PACS
system). Its architecture is lightweight, meaning that no complex
database administration is required, nor the installation of
third-party dependencies.
.
This package includes the documentation and the sample codes
available for Orthanc. It also includes the documentation
to develop C/C++ plugins for Orthanc.
Package: orthanc-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Breaks: liborthancclient-dev (<< 0.8.6)
Replaces: liborthancclient-dev (<< 0.8.6)
Description: Orthanc development files
Orthanc aims at providing a simple, yet powerful DICOM server for
medical imaging. Orthanc can turn any computer running Windows or
Linux into a Vendor Neutral Archive (in other words, a mini-PACS
system). Its architecture is lightweight, meaning that no complex
database administration is required, nor the installation of
third-party dependencies.
.
This package includes the header files to develop C/C++ plugins
for Orthanc.
Package: liborthancframework1
Architecture: any
Section: libs
Depends: locales,
libcivetweb1 (>= 1.13+dfsg-3),
${shlibs:Depends},
${misc:Depends}
Description: Orthanc Framework library
The Orthanc Framework is a shared library publishing C++ classes
from the Orthanc source code that are reused in most official
plugins for Orthanc.
.
This package contains the shared library of the Orthanc Framework.
Package: liborthancframework-dev
Architecture: any
Section: libdevel
Depends: liborthancframework1 (= ${binary:Version}),
libboost-all-dev,
libcivetweb-dev,
libdcmtk-dev,
libjsoncpp-dev,
liblua5.3-dev,
libpugixml-dev,
libsqlite3-dev,
${misc:Depends}
Description: Orthanc Framework development files
The Orthanc Framework is a shared library publishing C++ classes
from the Orthanc source code that are reused in most official
plugins for Orthanc.
.
This package includes the header files of the Orthanc Framework.
|