mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:49:07 +08:00
46dda5372b
* Switch stuff to Qt6 * give opencv4 the correct deps * add Qt5Compat to find_dependency * refine vtk deps and promote targets to global * fix dep * ci is probably faster than my desktop pc building. * remove invalid patch part * add qt6 patch * second patch * make openimageio ignore qt5 * [skip actions] qt6 part 3 * vtk qt6 patch * try openimageio again * move gl include * fix patch * does it work now? * remove qualified name * more qt6 fixes * more patches * update and fix rtabmap * gles feature in qtbase needs to be disabled for vtk since vtk assumes desktop opengl * remove patch add error if qtbase was build with gles2 * disable also second patch * fix theia * paraview consolidate patches * fix case issue * fix missing , * add more qt6 changes * remove unnecessary patches * bump port version * remove comments from vtk * add platform features for tools. * fix format * bump ports * another one to bump * v db Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"name": "rtabmap",
|
|
"version": "0.20.23",
|
|
"port-version": 1,
|
|
"description": "Real-Time Appearance-Based Mapping",
|
|
"homepage": "https://introlab.github.io/rtabmap/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "windows & !static",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "pcl",
|
|
"default-features": false,
|
|
"features": [
|
|
"vtk"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"opencv-contrib"
|
|
],
|
|
"features": {
|
|
"opencv-contrib": {
|
|
"description": "Use OpenCV with contrib modules",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"dependencies": [
|
|
"yaml-cpp"
|
|
]
|
|
}
|
|
}
|
|
}
|