From e091044be8e9347e74e6b71bd16e2d18c0d555ad Mon Sep 17 00:00:00 2001 From: jyu49 Date: Wed, 5 Aug 2026 13:19:49 +0800 Subject: [PATCH 1/6] [osgearth] update to 3.8.1 --- ports/osgearth/portfile.cmake | 4 ++-- ports/osgearth/vcpkg.json | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ports/osgearth/portfile.cmake b/ports/osgearth/portfile.cmake index fcb7916261d0b1..4720f8dd297edf 100644 --- a/ports/osgearth/portfile.cmake +++ b/ports/osgearth/portfile.cmake @@ -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 ) diff --git a/ports/osgearth/vcpkg.json b/ports/osgearth/vcpkg.json index 5f9caf2e616aa4..600a23e4593498 100644 --- a/ports/osgearth/vcpkg.json +++ b/ports/osgearth/vcpkg.json @@ -1,11 +1,9 @@ { "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", - "supports": "!(arm | x86 | wasm32 | android)", "dependencies": [ { "name": "aws-sdk-cpp", From 5fc342bfeb9b5494ec80e0abd47d9a09049cd4f4 Mon Sep 17 00:00:00 2001 From: jyu49 Date: Wed, 5 Aug 2026 13:20:20 +0800 Subject: [PATCH 2/6] version bump --- versions/baseline.json | 4 ++-- versions/o-/osgearth.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/versions/baseline.json b/versions/baseline.json index 4aeeaac6f43e32..1a223f91a037cb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7621,8 +7621,8 @@ "port-version": 3 }, "osgearth": { - "baseline": "3.8", - "port-version": 1 + "baseline": "3.8.1", + "port-version": 0 }, "osmanip": { "baseline": "4.6.1", diff --git a/versions/o-/osgearth.json b/versions/o-/osgearth.json index b0925c1a01e1be..ec5236c89f6ca7 100644 --- a/versions/o-/osgearth.json +++ b/versions/o-/osgearth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e54553adfe878c24083453293913896d7f550814", + "version": "3.8.1", + "port-version": 0 + }, { "git-tree": "bc4b07a218a81670ceb34ee0a58ff29cf7b64f4e", "version": "3.8", From 4ac5d6b9a180ab72e4fa6bb46efe272ad9fc8e46 Mon Sep 17 00:00:00 2001 From: jyu49 Date: Thu, 6 Aug 2026 10:15:54 +0800 Subject: [PATCH 3/6] add dependency lerc --- ports/osgearth/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/osgearth/vcpkg.json b/ports/osgearth/vcpkg.json index 600a23e4593498..3ad6e4021abd4c 100644 --- a/ports/osgearth/vcpkg.json +++ b/ports/osgearth/vcpkg.json @@ -22,6 +22,7 @@ "opengl3-binding" ] }, + "lerc", "libwebp", "meshoptimizer", "opengl", From 0ac99e728e534b81ee3a99241ebdc1ae8e9780f9 Mon Sep 17 00:00:00 2001 From: jyu49 Date: Thu, 6 Aug 2026 10:47:48 +0800 Subject: [PATCH 4/6] disable STBDXT --- ports/osgearth/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/osgearth/portfile.cmake b/ports/osgearth/portfile.cmake index 4720f8dd297edf..41548f6c27ad60 100644 --- a/ports/osgearth/portfile.cmake +++ b/ports/osgearth/portfile.cmake @@ -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 From 46fc6f051c8226b84f6121e2d5745f308d048886 Mon Sep 17 00:00:00 2001 From: jyu49 Date: Fri, 7 Aug 2026 14:03:47 +0800 Subject: [PATCH 5/6] revert change about support field --- ports/osgearth/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/osgearth/vcpkg.json b/ports/osgearth/vcpkg.json index 3ad6e4021abd4c..75b260b4e46287 100644 --- a/ports/osgearth/vcpkg.json +++ b/ports/osgearth/vcpkg.json @@ -4,6 +4,7 @@ "description": "osgEarth - 3D Maps for OpenSceneGraph", "homepage": "https://github.com/pelicanmapping/osgearth", "license": "MIT", + "supports": "!(arm | x86 | wasm32 | android)", "dependencies": [ { "name": "aws-sdk-cpp", From 24599fdcc069212fdbec2708528478a951aeecbf Mon Sep 17 00:00:00 2001 From: jyu49 Date: Fri, 7 Aug 2026 14:04:17 +0800 Subject: [PATCH 6/6] version bump --- versions/o-/osgearth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/o-/osgearth.json b/versions/o-/osgearth.json index ec5236c89f6ca7..e7a3db379bc1fd 100644 --- a/versions/o-/osgearth.json +++ b/versions/o-/osgearth.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "e54553adfe878c24083453293913896d7f550814", + "git-tree": "5535f929c714ccf0402b9c0e172d9e412d34a6aa", "version": "3.8.1", "port-version": 0 },