2021-07-07 04:48:44 +08:00
|
|
|
{
|
|
|
|
"name": "exiv2",
|
2023-11-16 09:02:47 +08:00
|
|
|
"version": "0.28.1",
|
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",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-07-07 04:48:44 +08:00
|
|
|
"dependencies": [
|
2023-08-18 05:29:08 +08:00
|
|
|
"inih",
|
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": {
|
2023-06-07 06:13:00 +08:00
|
|
|
"bmff": {
|
2023-08-18 05:29:08 +08:00
|
|
|
"description": "Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)",
|
|
|
|
"dependencies": [
|
|
|
|
"brotli"
|
|
|
|
]
|
2023-06-07 06:13:00 +08:00
|
|
|
},
|
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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"video": {
|
2023-11-16 09:02:47 +08:00
|
|
|
"description": "Deprecated. it will be removed in the future."
|
2021-07-07 04:48:44 +08:00
|
|
|
},
|
|
|
|
"xmp": {
|
|
|
|
"description": "Build with XMP metadata support",
|
|
|
|
"dependencies": [
|
|
|
|
"expat"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|