mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
3b21386457
* [lensfun] Add feature and fix python module * [lensfun] Cleanup, fix, update license * versions * [lensfun] No python on windows
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"name": "lensfun",
|
|
"version": "0.3.4",
|
|
"port-version": 2,
|
|
"description": "Provide a open source database of photographic lenses and their characteristics",
|
|
"homepage": "https://lensfun.github.io/",
|
|
"license": null,
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"python": {
|
|
"description": "Build python module",
|
|
"supports": "native & !windows",
|
|
"dependencies": [
|
|
"python3",
|
|
"vcpkg-get-python-packages"
|
|
]
|
|
}
|
|
}
|
|
}
|