2021-07-07 04:48:44 +08:00
|
|
|
{
|
|
|
|
"name": "exiv2",
|
2024-08-21 08:30:00 +02:00
|
|
|
"version": "0.28.3",
|
2024-10-10 17:05:04 +02:00
|
|
|
"port-version": 2,
|
2021-07-07 04:48:44 +08:00
|
|
|
"description": "Image metadata library and tools",
|
2023-02-21 17:06:26 +01:00
|
|
|
"homepage": "https://exiv2.org",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2024-08-21 08:30:00 +02:00
|
|
|
"supports": "!xbox",
|
2021-07-07 04:48:44 +08:00
|
|
|
"dependencies": [
|
2023-08-17 22:29:08 +01: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-06 15:13:00 -07:00
|
|
|
"bmff": {
|
2023-08-17 22:29:08 +01:00
|
|
|
"description": "Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)",
|
|
|
|
"dependencies": [
|
|
|
|
"brotli"
|
|
|
|
]
|
2023-06-06 15:13:00 -07:00
|
|
|
},
|
2021-07-20 01:42:44 +02:00
|
|
|
"nls": {
|
|
|
|
"description": "Build native language support",
|
|
|
|
"dependencies": [
|
2021-12-14 03:55:50 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
2024-08-21 08:30:00 +02:00
|
|
|
},
|
|
|
|
"gettext-libintl"
|
2021-07-20 01:42:44 +02:00
|
|
|
]
|
|
|
|
},
|
2021-07-07 04:48:44 +08:00
|
|
|
"png": {
|
2023-02-21 17:06:26 +01:00
|
|
|
"description": "Build with png support",
|
2021-07-07 04:48:44 +08:00
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"video": {
|
2023-11-15 17: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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|