| Summary: | kdenlive 24.02 fails to build when using gles | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Christophe Marin <christophe> |
| Component: | Setup & Installation | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 24.05.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/c8efd29521ce1a945e29e134364c2aeb0e1b76d3 | Version Fixed/Implemented In: | 24.05.1 |
| Sentry Crash Report: | |||
|
Description
Christophe Marin
2024-03-13 10:32:57 UTC
Note: relying in QT_CONFIG(opengl) doesn't help in this case, see eg https://codereview.qt-project.org/c/pyside/pyside-setup/+/473896 for the explanation A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kdenlive/-/merge_requests/513 Git commit c8efd29521ce1a945e29e134364c2aeb0e1b76d3 by Christophe Marin. Committed on 28/05/2024 at 12:00. Pushed by krop into branch 'release/24.05'. Fix build when using openGLES If qtbase is built using openGLES instead of openGL, functions are available in the QOpenGLFunctions_ES2 header. FIXED-IN: 24.05.1 M +4 -0 src/monitor/openglvideowidget.cpp M +4 -0 src/monitor/videowidget.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/c8efd29521ce1a945e29e134364c2aeb0e1b76d3 |