Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 15:59:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249483] Bring back multimedia/quodlibet with latest version 4.3.0
Message-ID:  <bug-249483-7788-l6A2xtocP4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249483-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249483-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249483

--- Comment #22 from Aaron LI <aly@aaronly.me> ---
(In reply to Fernando Apestegu=C3=ADa from comment #20)

OK, I've found it.

See:
https://github.com/quodlibet/quodlibet/blob/quodlibet-4.3/quodlibet/quodlib=
et/player/gstbe/util.py#L84

QuodLibet will check whether PulseAudio is running (by executing 'pulseaudio
--check') and will use the 'pulsesink' if yes...  Then PulseAudio is chosen
over the OSS (via the 'autoaudiosink').

I'm thinking whether we should just disable PulseAudio on FreeBSD (e.g., by
removing that 'pulse_is_running()' check) ?  Another idea is to provide a
'PULSEAUDIO' build option.  If checked, add 'gstreamer1-plugins-pulse' to t=
he
runtime dependency; otherwise, disable the PulseAudio detection.

What would you suggest?  Thanks.

Regards,
Aaron

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249483-7788-l6A2xtocP4>