2021-04-02 01:07:01 +08:00
|
|
|
{
|
|
|
|
"name": "pangolin",
|
2022-12-31 17:33:19 +08:00
|
|
|
"version": "0.8",
|
2023-01-27 11:59:17 +08:00
|
|
|
"port-version": 2,
|
2021-04-02 01:07:01 +08:00
|
|
|
"description": "Lightweight GUI Library",
|
|
|
|
"homepage": "https://github.com/stevenlovegrove/Pangolin",
|
2022-12-20 03:19:06 +08:00
|
|
|
"license": "MIT",
|
2021-09-03 09:01:14 +08:00
|
|
|
"supports": "!uwp",
|
2021-04-02 01:07:01 +08:00
|
|
|
"dependencies": [
|
2022-12-31 17:33:19 +08:00
|
|
|
"eigen3",
|
2021-04-02 01:07:01 +08:00
|
|
|
"glew",
|
2023-01-05 04:04:44 +08:00
|
|
|
"palsigslot",
|
2021-09-03 09:01:14 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-11 04:41:46 +08:00
|
|
|
"default-features": [
|
|
|
|
"ffmpeg",
|
|
|
|
"jpeg",
|
2022-12-31 17:33:19 +08:00
|
|
|
"png"
|
2021-09-11 04:41:46 +08:00
|
|
|
],
|
2021-09-03 09:01:14 +08:00
|
|
|
"features": {
|
2021-09-11 04:41:46 +08:00
|
|
|
"eigen": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
2021-09-03 09:01:14 +08:00
|
|
|
"examples": {
|
|
|
|
"description": "Build Examples"
|
|
|
|
},
|
2021-09-11 04:41:46 +08:00
|
|
|
"ffmpeg": {
|
|
|
|
"description": "Build support for ffmpeg video input",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "ffmpeg",
|
|
|
|
"features": [
|
|
|
|
"avformat"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gui": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
|
|
|
"jpeg": {
|
|
|
|
"description": "Build support for libjpeg image input",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lz4": {
|
|
|
|
"description": "Build support for liblz4 compression",
|
|
|
|
"dependencies": [
|
|
|
|
"lz4"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"module": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
|
|
|
"openexr": {
|
|
|
|
"description": "Build support for libopenexr image input",
|
|
|
|
"dependencies": [
|
|
|
|
"openexr"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openni2": {
|
|
|
|
"description": "Build support for OpenNI2 video input",
|
|
|
|
"dependencies": [
|
|
|
|
"openni2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"png": {
|
|
|
|
"description": "Build support for libpng image input",
|
|
|
|
"dependencies": [
|
|
|
|
"libpng"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pybind11": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Python wrapper for Pangolin",
|
2021-09-11 04:41:46 +08:00
|
|
|
"dependencies": [
|
2022-12-31 17:33:19 +08:00
|
|
|
"pybind11",
|
|
|
|
"python3"
|
2021-09-11 04:41:46 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"realsense": {
|
|
|
|
"description": "Build support for LibRealSense2 video input",
|
|
|
|
"dependencies": [
|
|
|
|
"realsense2"
|
|
|
|
]
|
|
|
|
},
|
2021-09-03 09:01:14 +08:00
|
|
|
"test": {
|
|
|
|
"description": "Build Tests"
|
|
|
|
},
|
2021-09-11 04:41:46 +08:00
|
|
|
"tiff": {
|
|
|
|
"description": "Build support for libtiff image input",
|
|
|
|
"dependencies": [
|
|
|
|
"tiff"
|
|
|
|
]
|
|
|
|
},
|
2021-09-03 09:01:14 +08:00
|
|
|
"tools": {
|
2022-12-20 03:19:06 +08:00
|
|
|
"description": "Build Tools",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pangolin",
|
2022-12-31 17:33:19 +08:00
|
|
|
"default-features": false
|
2022-12-20 03:19:06 +08:00
|
|
|
}
|
|
|
|
]
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
|
|
|
"uvc": {
|
|
|
|
"description": "Build support for MediaFoundation UVC input",
|
|
|
|
"dependencies": [
|
|
|
|
"libuvc"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"vars": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
|
|
|
"video": {
|
2022-12-31 17:33:19 +08:00
|
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
2021-09-11 04:41:46 +08:00
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Build support for libzstd compression",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
2021-09-03 09:01:14 +08:00
|
|
|
}
|
|
|
|
}
|
2021-04-02 01:07:01 +08:00
|
|
|
}
|