View previous topic :: View next topic |
Author |
Message |
R0bur n00b
Joined: 14 Jan 2025 Posts: 9
|
Posted: Sat Jan 18, 2025 3:21 pm Post subject: Lumina Mediaplayer doesn't play |
|
|
Hello!
I'm trying to use Lumina Desktop in Gentoo. It works as a desktop environment well, but I can't play music in its Lumina Mediaplayer:
Code: | $ lumina-mediaplayer
...
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
... |
What I need to use Qt5-based mediaplayer in Gentoo?
There is a message about media-plugins/gst-plugins-qt5 ebuild, but I can't install this package from Portage repository:
Code: | # emerge --pretend --verbose media-plugins/gst-plugins-qt5
emerge: there are no ebuilds to satisfy "media-plugins/gst-plugins-qt5" |
Is there any way to make Lumina Mediaplayer work? |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9327
|
Posted: Sat Jan 18, 2025 3:35 pm Post subject: |
|
|
What are your USE flags on dev-qt/qtmultimedia:5?
Do note that there has not been a new Lumina release in 3 years, no upstream commit in 2 years, with it still being based on Qt5, it means the clock for package removal has started ticking already. |
|
Back to top |
|
|
R0bur n00b
Joined: 14 Jan 2025 Posts: 9
|
Posted: Sat Jan 18, 2025 4:24 pm Post subject: |
|
|
asturm wrote: | What are your USE flags on dev-qt/qtmultimedia:5? |
Code: |
$ emerge --info dev-qt/qtmultimedia:5
...
dev-qt/qtmultimedia-5.15.16::gentoo was built with the following:
USE="alsa qml widgets -debug -gles2-only -gstreamer -openal -pulseaudio -test" ABI_X86="(64)"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--undefined-version"
|
asturm wrote: | Do note that there has not been a new Lumina release in 3 years, no upstream commit in 2 years, with it still being based on Qt5, it means the clock for package removal has started ticking already. |
Thank you for the warning... It's very sad. |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9327
|
Posted: Sun Jan 19, 2025 9:03 am Post subject: |
|
|
Try enable gstreamer then. |
|
Back to top |
|
|
|