{
  "name": "vcpkg-ci-opencv",
  "version-string": "1",
  "port-version": 5,
  "description": "Port to force features of certain ports within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "dependencies": [
    {
      "name": "opencv",
      "default-features": false,
      "features": [
        "ade",
        "contrib",
        "dnn",
        "eigen",
        "ffmpeg",
        "jpeg",
        "nonfree",
        "png",
        "quirc",
        "tiff",
        "webp"
      ]
    },
    {
      "name": "opencv",
      "default-features": false,
      "features": [
        "gtk",
        "dc1394"
      ],
      "platform": "linux"
    },
    {
      "name": "opencv",
      "default-features": false,
      "features": [
        "cuda",
        "cudnn",
        "gstreamer",
        "halide",
        "ovis",
        "tbb"
      ],
      "platform": "windows & x64 & !static & !uwp"
    },
    {
      "name": "opencv",
      "default-features": false,
      "features": [
        "freetype",
        "gdcm",
        "ipp",
        "jasper",
        "lapack",
        "openexr",
        "opengl",
        "openmp",
        "qt",
        "sfm",
        "vtk"
      ],
      "platform": "!uwp & !(windows & (arm | arm64))"
    },
    {
      "name": "opencv",
      "default-features": false,
      "features": [
        "python"
      ],
      "platform": "!uwp"
    }
  ]
}