diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/osg/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/osg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/osg/vcpkg.json | 179 |
1 files changed, 179 insertions, 0 deletions
diff --git a/vcpkg/ports/osg/vcpkg.json b/vcpkg/ports/osg/vcpkg.json new file mode 100644 index 0000000..a71d95a --- /dev/null +++ b/vcpkg/ports/osg/vcpkg.json @@ -0,0 +1,179 @@ +{ + "name": "osg", + "version": "3.6.5", + "port-version": 27, + "description": "The OpenSceneGraph is an open source high performance 3D graphics toolkit.", + "homepage": "https://www.openscenegraph.com/", + "license": null, + "supports": "!uwp", + "dependencies": [ + { + "name": "expat", + "platform": "windows" + }, + "opengl-registry", + { + "name": "openimageio", + "default-features": false, + "platform": "osx" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "default-features": [ + { + "name": "fontconfig", + "platform": "!android & !ios & !uwp" + }, + "freetype", + { + "name": "nvtt", + "platform": "x64 & (linux | osx | windows) & !uwp" + }, + { + "name": "openexr", + "platform": "!uwp" + }, + "plugins" + ], + "features": { + "collada": { + "description": "Support for Collada (.dae) files", + "dependencies": [ + "collada-dom" + ] + }, + "docs": { + "description": "Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads" + }, + "examples": { + "description": "Enable to build OSG Examples", + "supports": "!android", + "dependencies": [ + { + "name": "libiconv", + "platform": "windows" + }, + { + "name": "osg", + "default-features": false, + "features": [ + "freetype", + "plugins" + ] + }, + "sdl2" + ] + }, + "fontconfig": { + "description": "Enable Fontconfig support for osgText", + "dependencies": [ + "fontconfig", + { + "name": "osg", + "default-features": false, + "features": [ + "freetype" + ] + } + ] + }, + "freetype": { + "description": "Enable Freetype support", + "dependencies": [ + { + "name": "freetype", + "default-features": false + } + ] + }, + "nvtt": { + "description": "Build texture processing tools plugin", + "dependencies": [ + "nvtt" + ] + }, + "openexr": { + "description": "Build the exr plugin", + "dependencies": [ + "openexr" + ] + }, + "packages": { + "description": "Set to ON to generate CPack configuration files and packaging targets" + }, + "plugins": { + "description": "Build most OSG plugins", + "dependencies": [ + { + "name": "curl", + "default-features": false + }, + { + "name": "gdal", + "default-features": false + }, + { + "name": "giflib", + "platform": "windows" + }, + { + "name": "jasper", + "default-features": false + }, + "libgta", + { + "name": "libiconv", + "platform": "windows" + }, + "libjpeg-turbo", + "libpng", + { + "name": "libxml2", + "platform": "windows" + }, + { + "name": "tiff", + "default-features": false + } + ] + }, + "sdl1": { + "description": "Build SDL 1 plugin, and enable SDL 1 app features", + "dependencies": [ + "sdl1" + ] + }, + "tools": { + "description": "Enable to build OSG Applications (e.g. osgviewer)", + "supports": "!android", + "dependencies": [ + { + "name": "curl", + "default-features": false + }, + { + "name": "libiconv", + "platform": "windows" + }, + "libjpeg-turbo", + "libpng", + { + "name": "osg", + "default-features": false, + "features": [ + "freetype", + "plugins" + ] + } + ] + } + } +} |