mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:21:49 +08:00
40ad15cac1
* Format manifest * Update to 4.3.0 * Revise features and dependencies * Fix pc files * Quote filepath expressions * Switch to port vcpkg-cmake * Use features for vcpkg-cmake-wrapper * [selene] Don't warn/fail on using deprecated types from tiff * x-add-version * Use proper 'version' field * [selene] Format manifest * [selene] Modernize build file * Overwrite version and git-tree * Rebuild * Implement review comment * Overwrite git-tree * Rename cmake wrapper template * Overwrite git-tree
33 lines
612 B
JSON
33 lines
612 B
JSON
{
|
|
"name": "selene",
|
|
"version": "0.3.1",
|
|
"port-version": 4,
|
|
"description": "A C++17 image representation, processing and I/O library.",
|
|
"homepage": "https://github.com/kmhofmann/selene",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"opencv": {
|
|
"description": "Enable using OpenCV",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|