Summary: | media-video/vlc-9999: --enable-qt now depends on Qt6 (and dev-qt/qt5compat[qml]) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mikkl <ironmikkl> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, gentoo-bugzilla, jasiupsota, web.alexander |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=954006 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mikkl
2024-05-15 20:20:08 UTC
Run in the same issue, but the qt5compat was installed on my system. I was needed to recompile qt5compat with USE=qml enabled. dev-qt/qt5compat[qml] should be the missed dependency in ebuild *** Bug 933556 has been marked as a duplicate of this bug. *** Now vlc needs dev-qt/qtdeclarative:6, but there is brand new error: configure: error: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.. If you want to build VLC without GUI, pass --disable-qt It has nothing to do with system locale settings - with C or C.utf8 it does not work just like with my default pl_PL.UTF-8. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b247952b9264ea079576875191690e98f280bd8d commit b247952b9264ea079576875191690e98f280bd8d Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-10-13 21:33:30 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-10-13 21:38:31 +0000 media-video/vlc: Update IUSE qt dependencies (ported to Qt6) Strictly only looking at the Qt changes. Closes: https://bugs.gentoo.org/931967 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-video/vlc/vlc-9999.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) |