mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:59:31 +08:00
35fb7a05a7
* Updated portfile and patches for the osgEarth 3.3 release * Updated portfile and patches for the osgEarth 3.3 release * Update version database * Update vcpkg.json * added license * re-formatted * re-formmatted again * update port * Update version database * Update versions/baseline.json upstream osgearth changed, set port back to 0 Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * updated version * Update portfile.cmake added cleanup * updated version * Update find-package.patch fix Blosc * Update find-package.patch fix Blosc again * version update * Removed optional dependencies and submodule downloads * update version * Remove downloaded imgui in case it was not cleaned, better comments, and only download imgui if tools enabled * updated version * Update versions/o-/osgearth.json * Update versions/o-/osgearth.json Co-authored-by: Paul Levy <plevy@pelicanmapping.com> Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.3",
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!(x86 | wasm32)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"cfitsio",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"libzip",
|
|
"opengl",
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"plugins"
|
|
]
|
|
},
|
|
"protobuf",
|
|
"pthreads",
|
|
"sqlite3",
|
|
"tinyxml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"blend2d": {
|
|
"description": "Enable Blend2D support",
|
|
"dependencies": [
|
|
"blend2d"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "osgearth",
|
|
"default-features": false,
|
|
"features": [
|
|
"blend2d"
|
|
],
|
|
"platform": "!arm & !uwp & !wasm32"
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|