mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 10:59:00 +08:00
f4862747d9
Fixes #38688 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~~SHA512s are updated for each updated download.~~ - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~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: Lily Wang <v-lilywang@microsoft.com>
196 lines
4.2 KiB
JSON
196 lines
4.2 KiB
JSON
{
|
|
"name": "osg",
|
|
"version": "3.6.5",
|
|
"port-version": 24,
|
|
"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": [
|
|
"default-features",
|
|
"freetype",
|
|
"plugins"
|
|
],
|
|
"features": {
|
|
"collada": {
|
|
"description": "Support for Collada (.dae) files",
|
|
"dependencies": [
|
|
"collada-dom"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"openexr"
|
|
],
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"fontconfig"
|
|
],
|
|
"platform": "!android & !ios & !uwp"
|
|
},
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"nvtt"
|
|
],
|
|
"platform": "!x86 & !(windows & arm64) & !uwp"
|
|
}
|
|
]
|
|
},
|
|
"docs": {
|
|
"description": "Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads"
|
|
},
|
|
"examples": {
|
|
"description": "Enable to build OSG Examples",
|
|
"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)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "windows"
|
|
},
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"freetype",
|
|
"plugins"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|