mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
9f73bc1a0e
* Fix repeated inclusion of wrappers * x-add-version
39 lines
801 B
JSON
39 lines
801 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|