vcpkg/ports/lensfun/vcpkg.json
Kai Pastor 3b21386457
[vcpkg baseline][lensfun] Fix and cleanup (#36342)
* [lensfun] Add feature and fix python module

* [lensfun] Cleanup, fix, update license

* versions

* [lensfun] No python on windows
2024-01-25 11:22:48 -08:00

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"
]
}
}
}