From 9b5d457c60cb23a0ff31b30a382618f54d26fdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 3 Jul 2016 21:34:00 +0100 Subject: Split bluetooth and audio-server (pulseaudio) in different strata Change-Id: I5bd5d79581ed59833002f27f10b596202d8d06bb --- strata/sound-server-pulseaudio/pulseaudio.morph | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 strata/sound-server-pulseaudio/pulseaudio.morph (limited to 'strata/sound-server-pulseaudio/pulseaudio.morph') diff --git a/strata/sound-server-pulseaudio/pulseaudio.morph b/strata/sound-server-pulseaudio/pulseaudio.morph new file mode 100644 index 00000000..dfaa9b0d --- /dev/null +++ b/strata/sound-server-pulseaudio/pulseaudio.morph @@ -0,0 +1,18 @@ +name: pulseaudio +kind: chunk +description: PulseAudio System +build-system: autotools +pre-configure-commands: +- NOCONFIGURE=1 ./bootstrap.sh +configure-commands: +- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple + --with-systemduserunitdir=/usr/lib/systemd/user + --with-system-user=pulse --with-system-group=pulse --with-access-group=pulse-access + --enable-webrtc-aec +system-integration: + pulseaudio-misc: + 00-add-pulse-users: + - groupadd -rf pulse-access + - groupadd -rf pulse-rt + - groupadd -f -g 171 -r pulse + - useradd -r -g pulse -d /var/run/pulse -s /bin/false -c "PulseAudio System Daemon" pulse || exit 0 -- cgit v1.2.1