diff options
| author | André Mewes <elmewo@users.noreply.github.com> | 2018-05-22 08:38:05 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-21 23:38:05 -0700 |
| commit | 473248862a0eafbfb802fc1d8ad554096795ce06 (patch) | |
| tree | 0326de1d4d9ce000f340285d406676ee02c5b276 /ports/vtk-dicom/CONTROL | |
| parent | 381a86dab89b210ca3511a31bc975d721080b8ea (diff) | |
| download | vcpkg-473248862a0eafbfb802fc1d8ad554096795ce06.tar.gz vcpkg-473248862a0eafbfb802fc1d8ad554096795ce06.zip | |
New Package vtk-dicom (#3449)
* add CONTROL and portfile.cmake for vtk-dicom standalone package
Can make use of the feature 'gdcm' to decompress DICOM files for use with VTK.
* fix CAPSLOCK typo
-.-
* [vtk-dicom] Remove BUILD_SHARED_LIBS because it is automatically provided
Diffstat (limited to 'ports/vtk-dicom/CONTROL')
| -rw-r--r-- | ports/vtk-dicom/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/vtk-dicom/CONTROL b/ports/vtk-dicom/CONTROL new file mode 100644 index 000000000..fdd8e04d3 --- /dev/null +++ b/ports/vtk-dicom/CONTROL @@ -0,0 +1,8 @@ +Source: vtk-dicom
+Version: 0.8.8-alpha-1
+Description: DICOM for VTK
+Build-Depends: vtk, zlib
+
+Feature: gdcm
+Description: Use gdcm for decompressing DICOM files.
+Build-Depends: gdcm2
|
