aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/exiv2/vcpkg.json
blob: ba1695f90fbb47e22a3be2010e6611939b10a134 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "exiv2",
  "version": "0.28.7",
  "port-version": 1,
  "description": "Image metadata library and tools",
  "homepage": "https://exiv2.org",
  "license": "GPL-2.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "inih",
      "default-features": false,
      "features": [
        "cpp"
      ]
    },
    {
      "name": "libiconv",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "bmff": {
      "description": "Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)",
      "dependencies": [
        "brotli"
      ]
    },
    "nls": {
      "description": "Build native language support",
      "dependencies": [
        {
          "name": "gettext",
          "host": true,
          "features": [
            "tools"
          ]
        },
        "gettext-libintl"
      ]
    },
    "png": {
      "description": "Build with png support",
      "dependencies": [
        "zlib"
      ]
    },
    "xmp": {
      "description": "Build with XMP metadata support",
      "dependencies": [
        "expat"
      ]
    }
  }
}