aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pangolin/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/pangolin/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/pangolin/vcpkg.json')
-rw-r--r--vcpkg/ports/pangolin/vcpkg.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/vcpkg/ports/pangolin/vcpkg.json b/vcpkg/ports/pangolin/vcpkg.json
new file mode 100644
index 0000000..a86bf43
--- /dev/null
+++ b/vcpkg/ports/pangolin/vcpkg.json
@@ -0,0 +1,131 @@
+{
+ "name": "pangolin",
+ "version": "0.9.4",
+ "description": "Lightweight GUI Library",
+ "homepage": "https://github.com/stevenlovegrove/Pangolin",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ "eigen3",
+ "glew",
+ "libepoxy",
+ "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"
+ ]
+ },
+ "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"
+ ]
+ }
+ }
+}