mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 13:29:01 +08:00
edd68d8a94
* [lensfun] Add new port * version * fix win build * ver * try to fix win build * try again * fix script tools installation * ver * INSTALL_HELPER_SCRIPTS -> OFF * ver * typo * ver * Apply suggestion * ver * Remove feature tool * ver --------- Co-authored-by: jyu49 <yu_jack@apple.com>
28 lines
568 B
JSON
28 lines
568 B
JSON
{
|
|
"name": "lensfun",
|
|
"version": "0.3.4",
|
|
"description": "Provide a open source database of photographic lenses and their characteristics",
|
|
"homepage": "https://scnlib.dev/",
|
|
"license": "LGPL-3.0 OR GPL-3.0",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"sse": {
|
|
"description": "Build with support for SSE"
|
|
},
|
|
"sse2": {
|
|
"description": "Build with support for SSE2"
|
|
}
|
|
}
|
|
}
|