Summary: | media-video/smplayer-24.5.0 fails to compile: Project ERROR: Unknown module(s) in QT: qml | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo-bugzilla, quilosaq, sam, sebastien.picavet |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-09-20 06:42:17 UTC
Created attachment 903402 [details]
build.log
build log and emerge --info
Installing qtdeclarative:5 fixed the issue here, at least it starts compiling now, I guess the new version of the ebuild should depend on it. (In reply to Víctor Enríquez from comment #2) > Installing qtdeclarative:5 fixed the issue here, at least it starts > compiling now, I guess the new version of the ebuild should depend on it. Same for me. --- /tmp/mgorny-dev-scripts/portage/media-video/smplayer-23.6.0-r1/work/smplayer-23.6.0/src/findsubtitles/findsubtitles.pro 2023-06-30 14:10:09.000000000 +0100 +++ /tmp/mgorny-dev-scripts/portage/media-video/smplayer-24.5.0/work/smplayer-24.5.0/src/findsubtitles/findsubtitles.pro 2024-05-13 12:54:47.000000000 +0100 @@ -7,11 +7,14 @@ CONFIG += debug QT += network xml -INCLUDEPATH += .. maia +INCLUDEPATH += .. qrestapi isEqual(QT_MAJOR_VERSION, 5) { QT += widgets gui + QT += qml #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x040000 +} else { + QT += script } The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79711713214bf0b8b377467a50f32205704a78c commit b79711713214bf0b8b377467a50f32205704a78c Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-26 22:40:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-26 22:41:12 +0000 media-video/smplayer: needs qtdeclarative:5 Closes: https://bugs.gentoo.org/939884 Signed-off-by: Sam James <sam@gentoo.org> .../smplayer/{smplayer-24.5.0.ebuild => smplayer-24.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) |