Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/osgearth/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pelicanmapping/osgearth
REF c980ad2ad6e9fb25c5a7f5b8c94b1cbf0e98a617
SHA512 4e3fe4f7c11d3fb3962cefb98400c6a0c0a491a3d57642da2040b6e0fd8f2cd27a4f58074b077a61151fde2d0b41ce97aa7fd0cf9901ddb6677f8f31392711e0
REF a656f468187854fde596bbcfff54f4c35860baa4
SHA512 1ea1a95ff84f927f6d91a281129eccd3d8825c98fb434b059cee054c7102dc0fc5dbbaa9092e7e2e4896b9778a510c6145bc21c7b7a670e47b4f798056515b53
HEAD_REF master
PATCHES devendor-imgui.diff
)
Expand All @@ -27,6 +27,7 @@ vcpkg_cmake_configure(
-DOSGEARTH_BUILD_TRITON_NODEKIT=OFF
-DOSGEARTH_BUILD_SILVERLINING_NODEKIT=OFF
-DOSGEARTH_BUILD_ZIP_PLUGIN=OFF
-DOSGEARTH_ENABLE_STBDXT=OFF
-DBUILDING_VCPKG_PORT=ON
-DCMAKE_JOB_POOL_LINK=console # Serialize linking to avoid OOM
OPTIONS_DEBUG
Expand Down
4 changes: 2 additions & 2 deletions ports/osgearth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "osgearth",
"version": "3.8",
"port-version": 1,
"version": "3.8.1",
"description": "osgEarth - 3D Maps for OpenSceneGraph",
"homepage": "https://github.com/pelicanmapping/osgearth",
"license": "MIT",
Expand All @@ -24,6 +23,7 @@
"opengl3-binding"
]
},
"lerc",
"libwebp",
"meshoptimizer",
"opengl",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7625,8 +7625,8 @@
"port-version": 3
},
"osgearth": {
"baseline": "3.8",
"port-version": 1
"baseline": "3.8.1",
"port-version": 0
},
"osmanip": {
"baseline": "4.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/osgearth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5535f929c714ccf0402b9c0e172d9e412d34a6aa",
"version": "3.8.1",
"port-version": 0
},
{
"git-tree": "bc4b07a218a81670ceb34ee0a58ff29cf7b64f4e",
"version": "3.8",
Expand Down
Loading