mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
3a882b3efc
This removes the transitive dependency of liblzma via tiff - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
135 lines
2.9 KiB
JSON
135 lines
2.9 KiB
JSON
{
|
|
"name": "pangolin",
|
|
"version": "0.8",
|
|
"port-version": 3,
|
|
"description": "Lightweight GUI Library",
|
|
"homepage": "https://github.com/stevenlovegrove/Pangolin",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"glew",
|
|
"palsigslot",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"ffmpeg",
|
|
"jpeg",
|
|
"png"
|
|
],
|
|
"features": {
|
|
"eigen": {
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
|
},
|
|
"examples": {
|
|
"description": "Build Examples"
|
|
},
|
|
"ffmpeg": {
|
|
"description": "Build support for ffmpeg video input",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"features": [
|
|
"avformat"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"gui": {
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
|
},
|
|
"jpeg": {
|
|
"description": "Build support for libjpeg image input",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"lz4": {
|
|
"description": "Build support for liblz4 compression",
|
|
"dependencies": [
|
|
"lz4"
|
|
]
|
|
},
|
|
"module": {
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
|
},
|
|
"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": {
|
|
"description": "Python wrapper for Pangolin",
|
|
"dependencies": [
|
|
"pybind11",
|
|
"python3"
|
|
]
|
|
},
|
|
"realsense": {
|
|
"description": "Build support for LibRealSense2 video input",
|
|
"dependencies": [
|
|
"realsense2"
|
|
]
|
|
},
|
|
"test": {
|
|
"description": "Build Tests"
|
|
},
|
|
"tiff": {
|
|
"description": "Build support for libtiff image input",
|
|
"dependencies": [
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build Tools",
|
|
"dependencies": [
|
|
{
|
|
"name": "pangolin",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"uvc": {
|
|
"description": "Build support for MediaFoundation UVC input",
|
|
"dependencies": [
|
|
"libuvc"
|
|
]
|
|
},
|
|
"vars": {
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
|
},
|
|
"video": {
|
|
"description": "Unused option left for backwards compatibility with older versions"
|
|
},
|
|
"zstd": {
|
|
"description": "Build support for libzstd compression",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|