mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Fix Conan package versions to available conan-center versions
- gameengine: shaderc/2024.3 → 2025.3, rapidjson → cci.20230929, stb → cci.20230920 - frontends/cli: sol2/3.4.1 → 3.5.0, lua/5.4.7 → 5.4.6 (sol2 compat) - frontends/qt6: qt/6.8.1 → 6.7.3 (6.8.x has Xcode version check issues) - services/media_daemon: fmt/12.0.1 → 12.0.0 (spdlog compat) All Conan installs now succeed with --build=missing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[requires]
|
||||
cpr/1.14.1
|
||||
lua/5.4.7
|
||||
sol2/3.4.1
|
||||
lua/5.4.6
|
||||
sol2/3.5.0
|
||||
nlohmann_json/3.11.3
|
||||
|
||||
[generators]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[requires]
|
||||
qt/6.8.1
|
||||
qt/6.7.3
|
||||
cpr/1.14.1
|
||||
|
||||
[generators]
|
||||
|
||||
@@ -12,7 +12,7 @@ class SDL3CppConan(ConanFile):
|
||||
generators = "CMakeDeps", "VirtualRunEnv"
|
||||
BASE_REQUIRES = (
|
||||
"sdl/3.2.20",
|
||||
"shaderc/2024.3",
|
||||
"shaderc/2025.3",
|
||||
"cpptrace/1.0.4",
|
||||
"ogg/1.3.5",
|
||||
"theora/1.1.1",
|
||||
@@ -22,14 +22,14 @@ class SDL3CppConan(ConanFile):
|
||||
"assimp/6.0.2",
|
||||
"glm/1.0.1",
|
||||
"vorbis/1.3.7",
|
||||
"rapidjson/cci.20231212",
|
||||
"rapidjson/cci.20230929",
|
||||
"lunasvg/3.0.1",
|
||||
"libvips/8.16.0",
|
||||
"freetype/2.13.2",
|
||||
"ffmpeg/8.0.1",
|
||||
"cairo/1.18.0",
|
||||
"libzip/1.10.1",
|
||||
"stb/cci.20231130",
|
||||
"stb/cci.20230920",
|
||||
"gtest/1.17.0"
|
||||
)
|
||||
RENDER_STACK_REQUIRES = (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[requires]
|
||||
fmt/12.0.1
|
||||
fmt/12.0.0
|
||||
spdlog/1.16.0
|
||||
nlohmann_json/3.11.3
|
||||
drogon/1.9.7
|
||||
|
||||
Reference in New Issue
Block a user