You are not logged in.
why does audacious-plugins need pulseaudio?
I don't want to install pulseaudio.
Last edited by capoeira (2020-05-31 11:27:04)
Offline
Offline
Oh.... bad news. Can someone recommend alternative for a audacious to switch then?
Offline
That's a weird one, shouldn't a libpulse dependency suffice?
FWIW even if this wasn't adjusted in some from it really isn't that hard to just build it either completely without pulseaudio or just switching the dependency to libpulse: https://wiki.archlinux.org/index.php/Arch_Build_System
But I think just switching to libpulse is a safe compromise that would make everyone happy, I'll make a comment if the mentioned bug report is being reopened.
Last edited by V1del (2020-05-30 10:14:14)
Offline
I spent hours wondering why there was suddenly no sound in mpv anymore. I ran into this topic by mere chance, and it helped me solving that issue. Thank you very much.
@kullfar: Maybe mpv is an alternative, if I understand you correctly. It is a command line tool but there are several GUI frontends available as well.
Last edited by itektur (2020-05-30 14:08:44)
Offline
couldn't the plugins be splited into individual packages?
I mean, the plugin which requires pulseaudio is for midi-playback. who uses that? not many I suppose
Offline
capoeira have you tried the change V1del proposed
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index 5848938..06713cb 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -13,7 +13,7 @@ license=('BSD' 'GPL')
depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
'libmtp' 'libnotify' 'libsamplerate' 'libsidplayfp' 'libvorbis'
- 'lirc' 'mpg123' 'neon' 'pulseaudio' 'wavpack')
+ 'lirc' 'mpg123' 'neon' 'libpulse' 'wavpack')
makedepends=("audacious>=$pkgver" 'glib2' 'python')
source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
sha256sums=('e2a88f5cac3efe03eedbb8d320ca1bb9300788ce66056d2ceba60eb00f8aef97')The pulse plugin is still built and shipped but only libpulse is required not the pulse package.
Offline
Well, the dependency has been changed to libpulse. marked as solved
Offline
Nice to see the fix.
As a good alternative player I can recommend deadbeef
Have already switched to it https://www.archlinux.org/packages/comm … /deadbeef/
Offline