Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use_system_dependencies.diff | remove some include paths to pick up system headers | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2020-04-27 | ||
hurd_geoclue.diff | fix build on Debian GNU/Hurd | Samuel Thibault <sthibault@debian.org> | no | 2019-12-31 | ||
mapboxgl_thread_portability.diff | make mapboxgl build on non-Linux platforms | no | upstream, https://github.com/mapbox/mapbox-gl-native/commit/5f031dfa56f28d60 | 2020-01-08 | ||
gcc_13.diff | add missing <cstdint> includes to fix build with GCC 13 | Dmitry Shachnev <mitya57@debian.org> | yes | 2023-06-18 | ||
fix_appendChildNode_call.diff | fix appendChildNode() call The QSGNode::appendChildNode() method checks that its parameter must not have a parent. Before this patch we always called appendChildNode() on a node that already had parent, which was always leading to ASSERT in a debug build. . Seems that the right approach would be to call this method, if the node *does not* have a parent. |
no | upstream, https://code.qt.io/cgit/qt/qtlocation.git/commit/?id=6cb20a08b65c73b4 | 2023-08-18 | ||
opengl.diff | detect OpenGL correctly | Dmitry Shachnev <mitya57@debian.org> | no | 2022-03-07 |