Package Details: pulseaudio-control 3.1.1-2

Git Clone URL: https://aur.archlinux.org/pulseaudio-control.git (read-only, click to copy)
Package Base: pulseaudio-control
Description: Easily control PulseAudio from any status bar
Upstream URL: https://github.com/marioortizmanero/polybar-pulseaudio-control
Keywords: audio control polybar pulse pulseaudio status
Licenses: custom:MIT
Submitter: OJFord
Maintainer: OJFord (marioom)
Last Packager: OJFord
Votes: 9
Popularity: 0.25
First Submitted: 2020-10-25 22:42 (UTC)
Last Updated: 2024-08-06 21:49 (UTC)

Latest Comments

1 2 Next › Last »

OJFord commented on 2024-08-06 22:20 (UTC)

Thanks all, should be sorted now.

benjarobin commented on 2024-08-06 18:34 (UTC)

Please depend on pulse-native-provider instead of pulseaudio. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

LordPax commented on 2024-08-06 16:03 (UTC)

you can patch this in the PKGBUILD while waiting for the modification to be made to the package.

diff --git a/PKGBUILD b/PKGBUILD
index 55e7200..7b60cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=pulseaudio-control
 _reponame="polybar-$pkgname" # expected to change
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Easily control PulseAudio from any status bar'
 url="https://github.com/marioortizmanero/${_reponame}"
 license=('custom:MIT')
@@ -14,7 +14,7 @@ arch=('any')
 depends=(
     'bash'
     'libpulse'
-    'pulseaudio'
+    'pulse-native-provider'
 )
 optdepends=(
 )

dawid.loubser commented on 2024-08-06 05:48 (UTC)

Seconded - please update the dependencies of this package. At the moment, performing a system upgrade fails due to:

installing pipewire-pulse (1:1.2.2-1) breaks dependency 'pulseaudio' required by pulseaudio-control

LordPax commented on 2024-08-03 17:08 (UTC) (edited on 2024-08-03 17:09 (UTC) by LordPax)

Hi, due to this change you should switch depends on pulse-native-provider

artafinde commented on 2024-08-02 05:56 (UTC)

switch depends on pulse-native-provider so it can support both pipewire-pulse/pulseaudio

marioom commented on 2022-07-03 22:22 (UTC)

Should be fixed in v3.0.1. But beware: listen may not update when switching the default microphone. I'll try to fix it soon.

marioom commented on 2022-07-03 22:09 (UTC)

Ah, damn. Thanks for the report. That's something we tried to improve with https://github.com/marioortizmanero/polybar-pulseaudio-control/pull/65 and https://github.com/marioortizmanero/polybar-pulseaudio-control/pull/67, actually.

Turns out that these improvements don't work well when trying to support microphones. pactl subscribe, which is how we get notified about new events, doesn't have a way to differentiate microphone changing. Which means we have to subscribe to all kinds of events, and the script will update even when nothing is going on.

You can see more information here: https://github.com/marioortizmanero/polybar-pulseaudio-control/issues/68. I can release a quick patch to fix this issue, but then microphone switching won't work...

Viterzgir commented on 2022-07-03 19:41 (UTC)

I have high processor load(pipeware process) after update to 3.0.0 version.