2021-09-09 16:24:04 +08:00
{
"name" : "dcmtk" ,
2024-01-18 04:02:49 +08:00
"version" : "3.6.8" ,
2024-10-23 14:57:38 +08:00
"port-version" : 9 ,
2021-11-19 13:02:06 +08:00
"description" : "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard." ,
2022-07-23 02:07:51 +08:00
"homepage" : "https://github.com/DCMTK/dcmtk" ,
2024-10-23 14:57:38 +08:00
"license" : null ,
"supports" : "!uwp" ,
2021-11-19 13:02:06 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2024-10-23 14:57:38 +08:00
} ,
{
"name" : "vcpkg-cmake-get-vars" ,
"host" : true
2021-11-19 13:02:06 +08:00
}
2022-08-13 06:42:05 +08:00
] ,
"features" : {
2024-01-24 03:55:04 +08:00
"external-dict" : {
"description" : "Enable external dictionary"
} ,
2022-08-13 06:42:05 +08:00
"iconv" : {
"description" : "Enable Iconv support" ,
"dependencies" : [
"libiconv"
]
} ,
"icu" : {
"description" : "Enable ICU support" ,
"dependencies" : [
"icu"
]
} ,
"openssl" : {
"description" : "Enable OpenSSL" ,
"dependencies" : [
"openssl"
]
} ,
"png" : {
"description" : "Enable PNG support" ,
"dependencies" : [
"libpng"
]
} ,
"tiff" : {
"description" : "Enable TIFF support" ,
"dependencies" : [
2024-05-02 10:40:19 +08:00
{
"name" : "tiff" ,
"default-features" : false
}
2022-08-13 06:42:05 +08:00
]
} ,
"tools" : {
"description" : "Build apps"
} ,
"xml2" : {
"description" : "Enable XML support" ,
"dependencies" : [
"libxml2"
]
} ,
"zlib" : {
"description" : "Enable zlib support" ,
"dependencies" : [
"zlib"
]
}
}
2021-09-09 16:24:04 +08:00
}