Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768330 - media-sound/pulseeffects-5.0.0: needs pipewire to be built with USE="gstreamer"
Summary: media-sound/pulseeffects-5.0.0: needs pipewire to be built with USE="gstreamer"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL: https://github.com/wwmm/pulseeffects/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-02 08:19 UTC by Marcus Koehler
Modified: 2021-02-09 22:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Koehler 2021-02-02 08:19:26 UTC
Pulseeffects 5.0.0 and up only works with Pipewire, and it needs the Pipewire gstreamer plugin to work, otherwise it will fail with this error: 

(pulseeffects:561): dbind-WARNING **: 17:16:15.000: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-qzmyO3lZOM: Connection refused

** (pulseeffects:561): ERROR **: 17:16:15.108:

unhandled exception (type std::exception) in signal handler:

what: soe: Failed to get required plugin: pipewiresrc

Trace/breakpoint trap (core dumped)


Maybe the ebuild should include DEPEND=( media-video/pipewire[gstreamer] ) or something similar?
Comment 1 Larry the Git Cow gentoo-dev 2021-02-09 22:59:57 UTC
The bug has been closed via the following commit(s):

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

commit aea1695f0b9bcb8362b6c3d8d2e670c83d42516f
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-02-09 22:59:44 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-02-09 22:59:53 +0000

    media-sound/pulseeffects: add gstreamer flag to pipewire
    
    Closes: https://bugs.gentoo.org/768330
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 media-sound/pulseeffects/pulseeffects-5.0.0.ebuild | 2 +-
 media-sound/pulseeffects/pulseeffects-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)