mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:09:15 +08:00
33 lines
671 B
JSON
33 lines
671 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|