Summary: | media-video/subtitlecomposer-0.7.1 - /.../glrenderer.cpp: error: GL_R16 was not declared in this scope | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | Normal | Keywords: | UPSTREAM |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://invent.kde.org/multimedia/subtitlecomposer/-/issues/58 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 media-video:subtitlecomposer-0.7.1:20211024-085127.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 746493 [details]
emerge-info.txt
Created attachment 746496 [details]
emerge-history.txt
Created attachment 746499 [details]
environment
Created attachment 746502 [details]
etc.portage.tar.bz2
Created attachment 746505 [details]
logs.tar.bz2
Created attachment 746508 [details]
media-video:subtitlecomposer-0.7.1:20211024-085127.log
Created attachment 746511 [details]
temp.tar.bz2
dev-qt/qtgui[gles2-only] suspect.
glrenderer.cpp has:
> #if defined(GL_ES_VERSION_2_0) || FORCE_GLES
> #define USE_GLES
> #define TEXTURE_RGB_FORMAT GL_RGBA
> // NOTE: we don't support rendering >8bpp on GLES, so 16bit textures are never used
> // and cpu will convert the frame to 8bpp
> #define TEXTURE_U16_FORMAT 0x822A
> #else
> #undef USE_GLES
> #define TEXTURE_RGB_FORMAT GL_BGRA
> #define TEXTURE_U16_FORMAT GL_R16
> #endif
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38de3c946c83c6148450c6aa4d9c7152d37b429 commit a38de3c946c83c6148450c6aa4d9c7152d37b429 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2022-05-09 06:17:05 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2022-05-09 21:55:13 +0000 media-video/subtitlecomposer: Fix build with dev-qt/qtgui[gles2-only] Closes: https://bugs.gentoo.org/820035 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../subtitlecomposer-0.7.1-gles-support.patch | 122 +++++++++++++++++++++ .../subtitlecomposer/subtitlecomposer-0.7.1.ebuild | 7 +- 2 files changed, 127 insertions(+), 2 deletions(-) |