[Bug 1182730] New: pipewire-pulseaudio impersonates pulseaudio
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 Bug ID: 1182730 Summary: pipewire-pulseaudio impersonates pulseaudio Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Sound Assignee: tiwai@suse.com Reporter: alarrosa@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- pipewire-pulseaudio is a pulseaudio daemon replacement and it will be able to replace it at some point. Because of this, it includes "Provides: pulseaudio" in its spec file so users who want to try it can install it, but we don't really want zypper to install it as a replacement when solving dependencies (yet). -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 Antonio Larrosa <alarrosa@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tiwai@suse.com |alarrosa@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 http://bugzilla.opensuse.org/show_bug.cgi?id=1182730#c6 --- Comment #6 from Antonio Larrosa <alarrosa@suse.com> --- Just as a note, Fedora also uses pulseaudio-daemon as the capability name, as can be seen at: https://src.fedoraproject.org/rpms/pulseaudio/blob/rawhide/f/pulseaudio.spec... So it's good to standardize on that. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 Max Lin <mlin@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mlin@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 http://bugzilla.opensuse.org/show_bug.cgi?id=1182730#c10 --- Comment #10 from Christophe Giboudeaux <christophe@krop.fr> --- pulseaudio-equalizer runs pacmd and pulseaudio to read and apply changes. This one can't work with pipewire: % pulseaudio-equalizer /usr/bin/pulseaudio-equalizer: line 117: pacmd: command not found /usr/bin/pulseaudio-equalizer: line 118: pulseaudio: command not found /usr/bin/pulseaudio-equalizer: line 120: pacmd: command not found /usr/bin/pulseaudio-equalizer: line 126: bc: command not found /usr/bin/pulseaudio-equalizer: line 128: pacmd: command not found /usr/bin/pulseaudio-equalizer: line 136: pacmd: command not found -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 Christophe Giboudeaux <christophe@krop.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christophe@krop.fr -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 http://bugzilla.opensuse.org/show_bug.cgi?id=1182730#c11 --- Comment #11 from Christophe Giboudeaux <christophe@krop.fr> --- pulseeffects runs `pulseaudio --dump-conf` and pulseaudio --dump-resample-methods but that doesn't seem fatal. Not all effects work however: % pulseeffects (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.126: limiter plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.132: filter plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.181: reverb plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.181: bass_enhancer plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.182: exciter plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.190: multiband_compressor plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.193: gate plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.196: multiband_gate plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.196: deesser plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.196: stereo_tools plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.206: rnnoise plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.227: limiter plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.228: filter plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.234: reverb plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.234: gate plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.234: deesser plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.240: multiband_compressor plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.240: multiband_gate plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.241: stereo_tools plugin was not found! (pulseeffects:26897): pulseeffects-WARNING **: 14:08:59.241: rnnoise plugin was not found! -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 http://bugzilla.opensuse.org/show_bug.cgi?id=1182730#c12 --- Comment #12 from Antonio Larrosa <alarrosa@suse.com> --- Yes, pacmd is not expected to work yet. It's in the pipewire developer's todo (https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/357). I guess in the meantime both pulseeffect and pulseaudio-equalizer should keep the Requires: pulseaudio. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1182730 http://bugzilla.opensuse.org/show_bug.cgi?id=1182730#c13 --- Comment #13 from Antonio Larrosa <alarrosa@suse.com> --- I've submitted a revert so pulseeffects and pulseaudio-equalizer keep requiring the real pulseaudio package: https://build.opensuse.org/request/show/876596 (pulseeffects) https://build.opensuse.org/request/show/876597 (pulseaudio-equalizer) -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com