You are not logged in.

#1 2020-05-29 20:05:45

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

audacious-plugins update forces pulseaudio [solved]

why does audacious-plugins need pulseaudio?
I don't want to install pulseaudio.

Last edited by capoeira (2020-05-31 11:27:04)

Offline

#2 2020-05-29 20:09:59

loqs
Member
Registered: 2014-03-06
Posts: 18,891

Re: audacious-plugins update forces pulseaudio [solved]

Offline

#3 2020-05-30 08:54:22

kullfar
Member
From: Moscow
Registered: 2013-04-22
Posts: 18

Re: audacious-plugins update forces pulseaudio [solved]

Oh.... bad news. Can someone recommend alternative for a audacious to switch then?

Offline

#4 2020-05-30 10:01:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: audacious-plugins update forces pulseaudio [solved]

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

#5 2020-05-30 14:07:21

itektur
Member
Registered: 2014-03-01
Posts: 29

Re: audacious-plugins update forces pulseaudio [solved]

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

#6 2020-05-30 16:00:13

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: audacious-plugins update forces pulseaudio [solved]

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

#7 2020-05-30 16:44:53

loqs
Member
Registered: 2014-03-06
Posts: 18,891

Re: audacious-plugins update forces pulseaudio [solved]

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

#8 2020-05-31 11:28:07

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: audacious-plugins update forces pulseaudio [solved]

Well, the dependency has been changed to libpulse. marked as solved

Offline

#9 2020-05-31 19:42:21

kullfar
Member
From: Moscow
Registered: 2013-04-22
Posts: 18

Re: audacious-plugins update forces pulseaudio [solved]

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

Board footer

Powered by FluxBB