vcpkg/versions/o-/osgearth.json

185 lines
4.4 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "1e1ce5962bfd4e49b5609952197378fcf89e1ab3",
"version": "3.7",
"port-version": 0
},
{
"git-tree": "3429fc472870b99752ea2dc1fe8b7df7f4ebedaf",
"version": "3.4",
"port-version": 3
},
[grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781) Resolves https://github.com/microsoft/vcpkg/issues/35566 This pr includes https://github.com/microsoft/vcpkg/pull/31159 and https://github.com/microsoft/vcpkg/pull/35399 Ports changed in this pr: Most of these changes stem from the fact that protobuf now depends on abseil and requires c++14 while ports consume protobuf using `target_link_libraries(lib ${Protobuf_LIBRARIES})` instead of `target_link_libraries(lib PUBLIC protobuf::libprotobuf)`. * **abseil** Updated to 03/04/2024 to address MSVC build issue in openvino * **arcus** Updated to 4.13.2 * **braft** Patched to use `find_package(Protobuf` instead of custom FindProtobuf module. also link with `PUBLIC protobuf::libprotobuf)`. * **brpc** Patch several `target_link_library` calls to include `PUBLIC` instead of nothing. Patch some warnings that are treated as errors by some OSX compiler. Patch usage of changed protobuf features most importantly removal of `SetLogHandler`, tbd whether this patch is acceptable with upstream. * **cld3** Use CONFIG to find protobuf to propagate dependent abseil libs and cxx14 correctly. * **ecal** Use CONFIG to find protobuf. Use PUBLIC when linking it. * **gamenetworkingsockets** Add `-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=on` for protobuf. * **gz-transport12** Update to fix usage of removed protobuf features. * **ignition-msgs1/5/6** Remove protobuf version check which is confused by the duplicate versioning scheme (v25.1 vs. 3.25.1 vs 4.x). Why are we even maintaining this no longer maintained major version of this port? I would welcome a more strict policy on removing ports/adding them to ci.baseline.txt * **ignition-transport4/8/9** Same as above + cherry-pick a protobuf deprecation patch. * **libprotobuf-mutator** Cherry-pick two commits to address altered protobuf functionality. Add CONFIG and PUBLIC to protobuf handling in CMake. * **marble** Explicitly set protobuf to not found since it is not part of the vcpkg.json but is made available transitively but another dependency. * **mysql-connector-cpp** Several CMake changes and removal of protobuf::SetLogHandler patch. * **openvino** Find protobuf using CONFIG * **osgearth** Link libraries using PUBLIC and link with protobuf::libprotobuf instead of Protobuf_LIBRARIES * **paraview** Find protobuf using CONFIG and remove version check * **pulsar-client-cpp** Add protobuf linkage to PULSAR_OBJECT_LIB. Simplify protoc patch. Remove -Werror. * **shogun** Update and patch as much as possible. Users are required to override bitsery version to 4.x to use shogun since it does not support 5.x provided by vcpkg. Therefore add shogun to ci.baseline.txt. * **srpc** Update and fix static crt linkage. Patch protobuf linkage and remove hardcoded `-std=c++11` flag. Protobuf requires c++14 and CMake does not recognize the hardcoded c++11 flag and will therefore not add a c++14 flag when the compiler uses c++14 by default. * **upb** Update to align version with protobuf/grpc and use new github repo. Patch usual CMake mess (they do not support CMake officially) which should probably be `unofficial-upbConfig.cmake` but I didn't dig into downstream implications so I kept it at `upbConfig.cmake` as before. * **utf8-range** Update to allign version with protobuf.
2024-06-22 04:39:50 +08:00
{
"git-tree": "3412700e8699006bff1c2d4947500da9b180a0c5",
"version": "3.4",
"port-version": 2
},
{
"git-tree": "4c7eac5ebac0fb2f82b730a863d50278a83955a9",
"version": "3.4",
"port-version": 1
},
{
"git-tree": "765cddcfc821c355b20c1fed7a43f181f8eb0817",
"version": "3.4",
"port-version": 0
},
{
"git-tree": "c39e21352cff6e65fe8f6315ee9b7828143e0eb8",
"version": "3.3",
"port-version": 7
},
{
"git-tree": "93f980541af3527f2940eede908836a7cfc63166",
"version": "3.3",
"port-version": 6
},
{
"git-tree": "606bbaf1456dc9d5a6f5ef879a54b894c4ace5b3",
"version": "3.3",
"port-version": 5
},
{
"git-tree": "208b0c23a8e79910067bb0b8a6dc589da7307de5",
"version": "3.3",
"port-version": 4
},
{
"git-tree": "6c024ede3cf289475ceeeccc91045868db965c02",
"version": "3.3",
"port-version": 3
},
{
"git-tree": "5a9e3fa28dc78e768ff9ef2ca4ff09b51b774cbb",
"version": "3.3",
"port-version": 2
},
{
"git-tree": "1091743df235c6472d30b157723f82e6d3473cc9",
"version": "3.3",
"port-version": 1
},
{
"git-tree": "6e95d7000b08e777779b6b0c6d2dbf35686b87a4",
"version": "3.3",
"port-version": 0
},
[osg] Cleanup, export unofficial config (#24720) * Revise portfile * Plugins are a default feature; fix disabling * Remove line continuations from pc file vcpkg_fixup_pkgconfig cannot handle it. * Control nvtt plugin via feature * Control dae plugin, not find_package * Control fontconfig via feature Use CMake's (3.14) find module for which vcpkg provides a wrapper. OSG links to Fontconfig::Fontconfig. OSG default is to use Fontconfig except for ios and android. * Control freetype via feature Use CMake's find module for which vcpkg provides a wrapper. OSG links to FREETYPE_LIBRARIES. * Control RestHttpDevice via feature Only this plugin needs boost. * Drop unused liblas dependency * Drop unused coin dependency Coin was meant to be used for the inventor plugin, but this plugin is disabled. * Control sdl1 via feature * Enable apps on linux * Disable apps and docs for debug * Drop example application patch * Use option, not patch, to disable DLL versioning * Fix osg plugin PDB installation * Prefer <Pkg>_LIBRARIES for linking <Pkg>_LIBRARIES carries debug+release config and transitive usage requirements. * Curl patches are obsolete now. We leverage CURL_LIBRARIES via link-libraries.patch. * Add unofficial config export * Use toolchain's windows version Fixes mingw build. * Avoid extra dependency lookups * Silence warnings about plugin control variables * Define OSG_LIBRARY_STATIC * Revise copying of plugins * Control OpenEXR via feature Unblock uwp. * Allow jasper without opengl * [osgearth] Remove obsolete geos patching The build uses exported geos config. * [osgearth] Serialize linking to avoid OOM errors * [osgearth] Fix minor portfile issues * [osgearth] Prefer <Pkg>_LIBRARIES for linking <Pkg>_LIBRARIES carries debug+release config and transitive usage requirements. * [osgearth] Use unofficial osg config * [osgearth] Fix lib installation dir * [osgearth] Revise OSGEARTH_LIBRARY_STATIC * [osgearth] Revise find_package patching * [osgearth] Revise copying of plugins * [osgearth] Disable tools for debug variant * [osgearth] Control Blend2D via feature * Update versions * Fix plugin lookup * Update versions * CR request * Update versions * [osgearth] Remove tools from default features * Update versions
2022-06-21 04:49:37 +08:00
{
"git-tree": "8445895488485c8931b96483e6da43969260855a",
"version": "3.2",
"port-version": 6
},
{
"git-tree": "80311fbaa014b84f8cdb3faa8abbdc16e01837d5",
"version": "3.2",
"port-version": 5
},
{
"git-tree": "99b20c5ff2821870694fdc973b7f44d4b54db2ba",
"version": "3.2",
"port-version": 4
},
{
"git-tree": "2e3d8cf49728cdb23060f31152768a2292c24ab8",
"version": "3.2",
"port-version": 3
},
{
"git-tree": "106a6da206a787832252687e41ad5ba3b102d062",
"version": "3.2",
"port-version": 2
},
{
"git-tree": "f3ac1cffb36f0b0b2b531af29145de695cee2291",
"version": "3.2",
"port-version": 1
},
{
"git-tree": "a77075c3ff1a0372588cb78af6f4f08352b82896",
"version": "3.2",
"port-version": 0
},
{
"git-tree": "d12ff3ef1419ab8813b430101fb6dbcc96861671",
"version": "3.1",
"port-version": 4
},
{
"git-tree": "d2483eb1bb083bdcf0b4de24f0f8c0d77825dc56",
"version": "3.1",
"port-version": 3
},
{
"git-tree": "9355b8ad52fcf4998fe4c262f29a4e01fa83b9fa",
"version": "3.1",
"port-version": 2
},
{
"git-tree": "d194c647fcf69fe345c13ae7b6da3451e4bbddb6",
"version": "3.1",
"port-version": 1
},
{
"git-tree": "168a035bd41f62a0d394f4e18fb703692603e39d",
"version-string": "3.1",
"port-version": 0
},
{
"git-tree": "f1cf05182323701e0a3dbc16da6ecc9e888fbb71",
"version-string": "3.0",
"port-version": 2
},
{
"git-tree": "af00c514bfaa904be498e223a1cacf173162cc3e",
"version-string": "3.0",
"port-version": 1
},
{
"git-tree": "25e742943d7c8696ac88b5e7be4d8816353e6700",
"version-string": "3.0",
"port-version": 0
},
{
"git-tree": "32dbb3912317bbc3b849eec2b5a15e5c437e5fbc",
"version-string": "2.10.2-1",
"port-version": 0
},
{
"git-tree": "b7b84ad0e73ece27e694725e6439cf6d60792532",
"version-string": "2.10.2",
"port-version": 0
},
{
"git-tree": "af46db2287a1d38c21d232099b347c5995121091",
"version-string": "2.10.1",
"port-version": 0
},
{
"git-tree": "d0be4e21f86939c2864e0a879ad81be883a543c1",
"version-string": "2.10-1",
"port-version": 0
},
{
"git-tree": "32abeb2b7b74cb8debe76d24219c3554ac37f450",
"version-string": "2.10",
"port-version": 0
},
{
"git-tree": "343ebdcf807d88b7f80fa5afc7d81abdad3baff2",
"version-string": "2.9-2",
"port-version": 0
},
{
"git-tree": "d4057d17f470dbd19815ad61db8f150e39169093",
"version-string": "2.9-1",
"port-version": 0
},
{
"git-tree": "4b9de743796c6861205b8143cfa4177ca14ac0bd",
"version-string": "2.9",
"port-version": 0
}
]
}