mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
24ae27eb23
* [vtk] Fix the dependency curl of proj * version * [libexif] Change to the official build system * add port-version * version * revert * libexif * version * default feature nls * version * update * format * version * revert * vdb * version
34 lines
649 B
JSON
34 lines
649 B
JSON
{
|
|
"name": "libexif",
|
|
"version": "0.6.24",
|
|
"port-version": 1,
|
|
"description": "a library for parsing, editing, and saving EXIF data",
|
|
"homepage": "https://libexif.github.io/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"nls"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support.",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|