mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"name": "exiv2",
|
|
"version": "0.27.5",
|
|
"port-version": 3,
|
|
"description": "Image metadata library and tools",
|
|
"homepage": "https://www.exiv2.org",
|
|
"license": "GPL-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Build native language support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "Build with png support (requires libz)",
|
|
"dependencies": [
|
|
"libpng",
|
|
"zlib"
|
|
]
|
|
},
|
|
"unicode": {
|
|
"description": "Compile with unicode support on windows",
|
|
"supports": "windows"
|
|
},
|
|
"video": {
|
|
"description": "Build video support into library"
|
|
},
|
|
"xmp": {
|
|
"description": "Build with XMP metadata support",
|
|
"dependencies": [
|
|
"expat"
|
|
]
|
|
}
|
|
}
|
|
}
|