2021-09-09 01:24:04 -07:00
|
|
|
{
|
|
|
|
"name": "libfreenect2",
|
2023-10-09 15:35:15 -07:00
|
|
|
"version": "0.2.1",
|
2024-12-06 21:18:00 +01:00
|
|
|
"port-version": 2,
|
2021-09-09 01:24:04 -07:00
|
|
|
"description": "Open source drivers for the Kinect for Windows v2 device",
|
|
|
|
"homepage": "https://github.com/OpenKinect/libfreenect2",
|
2024-12-06 21:18:00 +01:00
|
|
|
"license": "GPL-2.0-only OR Apache-2.0",
|
2023-06-15 14:49:00 -07:00
|
|
|
"supports": "!xbox",
|
2021-09-09 01:24:04 -07:00
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo",
|
2022-04-20 14:43:38 -07:00
|
|
|
"libusb",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 01:24:04 -07:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"opengl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"opencl": {
|
|
|
|
"description": "OpenCL support for libfreenect2",
|
|
|
|
"dependencies": [
|
|
|
|
"opencl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"opengl": {
|
|
|
|
"description": "OpenGL support for libfreenect2",
|
|
|
|
"dependencies": [
|
|
|
|
"glfw3",
|
|
|
|
"opengl"
|
|
|
|
]
|
2022-07-06 13:47:36 -07:00
|
|
|
},
|
|
|
|
"openni2": {
|
|
|
|
"description": "OpenNI2 support for libfreenect2",
|
|
|
|
"dependencies": [
|
|
|
|
"openni2"
|
|
|
|
]
|
2021-09-09 01:24:04 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|