aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vxl/vcpkg.json
blob: 89ef75ce46b74d8a4cc4174c4bda7bb5e8d35476 (plain)
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
{
  "name": "vxl",
  "version": "3.5.0",
  "description": "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.",
  "homepage": "https://vxl.github.io/",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    "libgeotiff",
    "libjpeg-turbo",
    "libpng",
    "polyclipping",
    {
      "name": "tiff",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "core-imaging": {
      "description": "core-imaging support for vxl"
    },
    "openjpeg": {
      "description": [
        "OpenJPEG support",
        "This feature uses vendored copy of openjpeg 1.2.0 and cannot be used together with port 'openjpeg'."
      ],
      "license": "BSD-2-Clause",
      "dependencies": [
        {
          "name": "vxl",
          "features": [
            "core-imaging"
          ]
        }
      ]
    }
  }
}