2021-07-07 04:48:44 +08:00
|
|
|
{
|
|
|
|
"name": "exiv2",
|
2023-02-22 00:06:26 +08:00
|
|
|
"version": "0.27.6",
|
2021-07-07 04:48:44 +08:00
|
|
|
"description": "Image metadata library and tools",
|
2023-02-22 00:06:26 +08:00
|
|
|
"homepage": "https://exiv2.org",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2021-07-07 04:48:44 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2022-10-25 08:04:03 +08:00
|
|
|
{
|
|
|
|
"name": "libiconv",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2021-12-14 03:55:50 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-07-07 04:48:44 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2021-07-20 07:42:44 +08:00
|
|
|
"nls": {
|
|
|
|
"description": "Build native language support",
|
|
|
|
"dependencies": [
|
2023-02-22 00:06:26 +08:00
|
|
|
"gettext",
|
2021-12-14 03:55:50 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
|
|
|
}
|
2021-07-20 07:42:44 +08:00
|
|
|
]
|
|
|
|
},
|
2021-07-07 04:48:44 +08:00
|
|
|
"png": {
|
2023-02-22 00:06:26 +08:00
|
|
|
"description": "Build with png support",
|
2021-07-07 04:48:44 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libpng",
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"unicode": {
|
2023-02-22 00:06:26 +08:00
|
|
|
"description": "Compile with Unicode support on Windows",
|
2022-12-20 03:25:09 +08:00
|
|
|
"supports": "windows"
|
2021-07-07 04:48:44 +08:00
|
|
|
},
|
|
|
|
"video": {
|
|
|
|
"description": "Build video support into library"
|
|
|
|
},
|
|
|
|
"xmp": {
|
|
|
|
"description": "Build with XMP metadata support",
|
|
|
|
"dependencies": [
|
|
|
|
"expat"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|