Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676266 - games-engines/openmw bundles dev-games/openscenegraph-qt
Summary: games-engines/openmw bundles dev-games/openscenegraph-qt
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2019-01-26 10:52 UTC by dunatz
Modified: 2020-05-28 13:44 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dunatz 2019-01-26 10:52:57 UTC
games-engines/openmw requires dev-games/openscenegraph-qt regardless of whether the qt5 USE flag is enabled or not.

This dependency doesn't seem necessary because the game compiles and runs fine without it. It might not even be necessary even if you enable qt5, but I'm not sure of that.
Comment 1 James Le Cuirot gentoo-dev 2019-07-28 22:28:31 UTC
You're right on both counts. In fact, it's only needed when qt5 *and* devtools is enabled, or at it would be if it weren't bundled in the extern/osgQt directory. Unbundling it involves more time than I have so I've just removed the dependency and left a note for now.
Comment 2 Michael Perlov 2019-09-18 21:15:57 UTC
Maybe there is no sense in unbundling osgQt since it's unsupported by OSG team and is supposed to be bundled with applications.

https://forum.openmw.org/viewtopic.php?p=53273#p53273
https://forum.openmw.org/viewtopic.php?p=56300#p56300
http://forum.openscenegraph.org/viewtopic.php?p=73094#73094
Comment 3 Alexey 2020-05-28 08:06:52 UTC
This should be revisited if upstream ever changes from osgQt to something else.

For now, Michael is right, osgQt is removed in https://github.com/openscenegraph/osgQt/pull/22 (though dev-games/openscenegraph-qt doesn't include that change yet) and openmw has some custom changes to osgQt