diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/dcmtk/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/dcmtk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dcmtk/vcpkg.json | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/vcpkg/ports/dcmtk/vcpkg.json b/vcpkg/ports/dcmtk/vcpkg.json new file mode 100644 index 0000000..4db0fe8 --- /dev/null +++ b/vcpkg/ports/dcmtk/vcpkg.json @@ -0,0 +1,76 @@ +{ + "name": "dcmtk", + "version": "3.6.9", + "port-version": 2, + "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.", + "homepage": "https://github.com/DCMTK/dcmtk", + "license": null, + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-cmake-get-vars", + "host": true + } + ], + "features": { + "external-dict": { + "description": "Enable external dictionary" + }, + "iconv": { + "description": "Enable Iconv support", + "dependencies": [ + "libiconv" + ] + }, + "openjpeg": { + "description": "Enable OpenJPEG support", + "dependencies": [ + "openjpeg" + ] + }, + "openssl": { + "description": "Enable OpenSSL", + "dependencies": [ + "openssl" + ] + }, + "png": { + "description": "Enable PNG support", + "dependencies": [ + "libpng" + ] + }, + "tiff": { + "description": "Enable TIFF support", + "dependencies": [ + { + "name": "tiff", + "default-features": false + } + ] + }, + "tools": { + "description": "Build apps" + }, + "xml2": { + "description": "Enable XML support", + "dependencies": [ + "libxml2" + ] + }, + "zlib": { + "description": "Enable zlib support", + "dependencies": [ + "zlib" + ] + } + } +} |