aboutsummaryrefslogtreecommitdiff
path: root/ports/exiv2/vcpkg.json
blob: 2b9a3675537bf840206cbc3253dcf0d38fb9072b (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
{
  "name": "exiv2",
  "version": "0.27.4",
  "description": "Image metadata library and tools",
  "homepage": "https://www.exiv2.org",
  "supports": "!uwp",
  "dependencies": [
    "gettext",
    "libiconv"
  ],
  "features": {
    "png": {
      "description": "Build with png support (requires libz)",
      "dependencies": [
        "libpng",
        "zlib"
      ]
    },
    "unicode": {
      "description": "Compile with unicode support on windows"
    },
    "video": {
      "description": "Build video support into library"
    },
    "xmp": {
      "description": "Build with XMP metadata support",
      "dependencies": [
        "expat"
      ]
    }
  }
}