2021-01-22 00:58:11 +08:00
|
|
|
{
|
|
|
|
"name": "osgearth",
|
2023-05-25 03:14:06 +08:00
|
|
|
"version": "3.4",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 1,
|
2021-09-28 10:39:25 +08:00
|
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
2021-01-22 00:58:11 +08:00
|
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
2022-07-07 05:45:30 +08:00
|
|
|
"license": "LGPL-3.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!(arm | x86 | wasm32 | xbox)",
|
2021-01-22 00:58:11 +08:00
|
|
|
"dependencies": [
|
|
|
|
"basisu",
|
2023-05-25 03:14:06 +08:00
|
|
|
"blosc",
|
2021-12-03 11:40:02 +08:00
|
|
|
"cfitsio",
|
2021-01-22 00:58:11 +08:00
|
|
|
"draco",
|
|
|
|
"geos",
|
|
|
|
"glew",
|
|
|
|
"libwebp",
|
|
|
|
"libzip",
|
|
|
|
"opengl",
|
|
|
|
{
|
|
|
|
"name": "osg",
|
2022-06-21 04:49:37 +08:00
|
|
|
"default-features": false,
|
2021-01-22 00:58:11 +08:00
|
|
|
"features": [
|
|
|
|
"plugins"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"protobuf",
|
2021-12-03 11:40:02 +08:00
|
|
|
"pthreads",
|
2021-01-28 06:24:07 +08:00
|
|
|
"sqlite3",
|
2021-12-14 09:21:14 +08:00
|
|
|
"tinyxml",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-07-07 05:45:30 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-12-14 09:21:14 +08:00
|
|
|
}
|
2021-03-26 04:28:42 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
2022-06-21 04:49:37 +08:00
|
|
|
"default-features"
|
2021-03-26 04:28:42 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-06-21 04:49:37 +08:00
|
|
|
"blend2d": {
|
|
|
|
"description": "Enable Blend2D support",
|
|
|
|
"dependencies": [
|
|
|
|
"blend2d"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"default-features": {
|
|
|
|
"description": "Platform-dependent default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "osgearth",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"blend2d"
|
|
|
|
],
|
2023-02-04 04:39:12 +08:00
|
|
|
"platform": "!(arm & windows) & !uwp & !wasm32"
|
2022-06-21 04:49:37 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-26 04:28:42 +08:00
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
}
|
|
|
|
}
|
2021-01-22 00:58:11 +08:00
|
|
|
}
|