Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914985 - media-sound/strawberry: builds with qt6 when it should use qt5
Summary: media-sound/strawberry: builds with qt6 when it should use qt5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-30 23:56 UTC by Jason A. Donenfeld
Modified: 2023-10-01 08:23 UTC (History)
1 user (show)

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


Attachments
fix for the problem (qt5-strawberry.patch,1.63 KB, patch)
2023-09-30 23:57 UTC, Jason A. Donenfeld
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason A. Donenfeld gentoo-dev 2023-09-30 23:56:41 UTC
The meson variable has a new name. Now that qt6 is in the tree, it's being used, which is bad, because there's no theming for it -- -DQT_VERSION_MAJOR=5 instead of -DWITH_QT6=OFF.

Reproducible: Always
Comment 1 Jason A. Donenfeld gentoo-dev 2023-09-30 23:57:07 UTC
Created attachment 871862 [details, diff]
fix for the problem
Comment 2 Larry the Git Cow gentoo-dev 2023-10-01 08:23:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1378bf2991b29cd8e691009d628b310a5079b3b0

commit 1378bf2991b29cd8e691009d628b310a5079b3b0
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2023-10-01 08:21:31 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-10-01 08:22:37 +0000

    media-sound/strawberry: fixed linking against qt
    
    Closes: https://bugs.gentoo.org/914985
    Thanks-to: Jason A. Donenfeld <zx2c4@gentoo.org>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../{strawberry-1.0.18.ebuild => strawberry-1.0.18-r1.ebuild}          | 3 +--
 .../{strawberry-1.0.20.ebuild => strawberry-1.0.20-r1.ebuild}          | 3 +--
 media-sound/strawberry/strawberry-9999.ebuild                          | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)