mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 07:53:06 +08:00
[osgearth] port patch (#23786)
* [osgearth] port patch * [osgearth] update versions
This commit is contained in:
parent
61efb16e6c
commit
f0cb4229c6
15
ports/osgearth/blend2d-fix.patch
Normal file
15
ports/osgearth/blend2d-fix.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/src/osgEarth/FeatureRasterizer.cpp b/src/osgEarth/FeatureRasterizer.cpp
|
||||
index 84007aee9..de8e511df 100644
|
||||
--- a/src/osgEarth/FeatureRasterizer.cpp
|
||||
+++ b/src/osgEarth/FeatureRasterizer.cpp
|
||||
@@ -245,8 +245,8 @@ namespace osgEarth {
|
||||
});
|
||||
|
||||
Color color(Color::White);
|
||||
- uint32_t cap = BL_STROKE_CAP_ROUND;
|
||||
- uint32_t join = BL_STROKE_JOIN_ROUND;
|
||||
+ auto cap = BL_STROKE_CAP_ROUND;
|
||||
+ auto join = BL_STROKE_JOIN_ROUND;
|
||||
|
||||
if (symbol->stroke().isSet())
|
||||
{
|
@ -21,6 +21,7 @@ vcpkg_from_github(
|
||||
remove-tool-debug-suffix.patch
|
||||
fix-imgui.patch
|
||||
fix-gcc11-compilation.patch
|
||||
blend2d-fix.patch
|
||||
)
|
||||
|
||||
# Upstream bug, see https://github.com/gwaldron/osgearth/issues/1002
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "osgearth",
|
||||
"version": "3.2",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
||||
"homepage": "https://github.com/gwaldron/osgearth",
|
||||
"supports": "!(x86 | wasm32)",
|
||||
|
@ -5210,7 +5210,7 @@
|
||||
},
|
||||
"osgearth": {
|
||||
"baseline": "3.2",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"osi": {
|
||||
"baseline": "0.108.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "99b20c5ff2821870694fdc973b7f44d4b54db2ba",
|
||||
"version": "3.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "2e3d8cf49728cdb23060f31152768a2292c24ab8",
|
||||
"version": "3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user