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
|
{
"name": "exiv2",
"version": "0.27.4",
"port-version": 2,
"description": "Image metadata library and tools",
"homepage": "https://www.exiv2.org",
"supports": "!uwp",
"dependencies": [
"libiconv"
],
"features": {
"nls": {
"description": "Build native language support",
"dependencies": [
"gettext"
]
},
"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"
]
}
}
}
|