diff --git a/multimedia/sound/pulseaudio/actions.py b/multimedia/sound/pulseaudio/actions.py
index 01eab5e175..3c3e031a0d 100644
--- a/multimedia/sound/pulseaudio/actions.py
+++ b/multimedia/sound/pulseaudio/actions.py
@@ -35,6 +35,10 @@ def setup():
--with-system-group=pulse \
--with-access-group=pulse-access \
--with-database=tdb \
+ --disable-systemd-daemon \
+ --disable-systemd-login \
+ --disable-systemd-journal \
+ --with-alsa-data-dir=/usr/share/alsa-card-profile/mixer \
--with-module-dir=/usr/lib/pulse/modules \
--with-udev-rules-dir=/lib/udev/rules.d"
@@ -82,7 +86,7 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Disable autospawn by default
- shelltools.system("sed -e '/autospawn/iautospawn=yes' -i '%s/etc/pulse/client.conf'" % get.installDIR())
+ shelltools.system("sed -e '/autospawn/iautospawn= yes' -i '%s/etc/pulse/client.conf'" % get.installDIR())
# Speed up pulseaudio shutdown
# Lower resample quality, saves CPU
shelltools.system("sed -e '/exit-idle-time/iexit-idle-time=0' \
diff --git a/multimedia/sound/pulseaudio/pspec.xml b/multimedia/sound/pulseaudio/pspec.xml
index ef9161f32a..a3641ba601 100644
--- a/multimedia/sound/pulseaudio/pspec.xml
+++ b/multimedia/sound/pulseaudio/pspec.xml
@@ -15,7 +15,7 @@
library
A networked sound server with an advanced plugin system
pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware.
- https://freedesktop.org/software/pulseaudio/releases/pulseaudio-13.99.1.tar.xz
+ https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz
orc-devel
sbc-devel
@@ -226,6 +226,13 @@
+
+ 2021-01-19
+ 14.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-05-26
13.99