2021-07-07 04:48:44 +08:00
|
|
|
{
|
|
|
|
"name": "exiv2",
|
2023-02-21 17:06:26 +01:00
|
|
|
"version": "0.27.6",
|
2023-06-15 14:49:00 -07:00
|
|
|
"port-version": 3,
|
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",
|
2023-06-15 14:49:00 -07:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-07-07 04:48:44 +08:00
|
|
|
"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": {
|
2023-06-06 15:13:00 -07:00
|
|
|
"bmff": {
|
|
|
|
"description": "Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)"
|
|
|
|
},
|
2021-07-20 01:42:44 +02:00
|
|
|
"nls": {
|
|
|
|
"description": "Build native language support",
|
|
|
|
"dependencies": [
|
2023-02-21 17:06:26 +01:00
|
|
|
"gettext",
|
2021-12-14 03:55:50 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
|
|
|
}
|
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": [
|
|
|
|
"libpng",
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"unicode": {
|
2023-02-21 17:06:26 +01:00
|
|
|
"description": "Compile with Unicode support on Windows",
|
2022-12-19 20:25:09 +01: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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|