Skip to content

Auto-update ogre-next to v3.0.0#9781

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-ogre-next-v3.0.0
Open

Auto-update ogre-next to v3.0.0#9781
waruqi wants to merge 1 commit intodevfrom
autoupdate-ogre-next-v3.0.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 18, 2026

New version of ogre-next detected (package version: v2.2.5, last github version: v3.0.0)

@waruqi waruqi added the auto-update Automatic update label Apr 18, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for version v3.0.0 of the ogre-next package. A critical issue was identified where the new version's directory structure conflicts with an existing file replacement workaround, which will likely lead to build failures.


add_urls("https://github.com/OGRECave/ogre-next/archive/refs/tags/$(version).tar.gz",
"https://github.com/OGRECave/ogre-next.git")
add_versions("v3.0.0", "7818085243018178730bdbe85a84d358e49b3b19e3ff65e02d33b008e778210d")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The addition of version v3.0.0 will likely cause the installation to fail because of the global io.replace call on line 28. In Ogre-Next 3.0.0, the directory structure has changed, and the file Components/Hlms/Pbs/src/IrradianceField/OgreIrradianceField.cpp no longer exists at that path (the IrradianceField subdirectory was removed). This workaround should be restricted to version v2.2.5 or updated to the correct path for 3.0.0 to avoid build errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant