summaryrefslogtreecommitdiff
path: root/elements/sound-server-pulseaudio/pulseaudio.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/sound-server-pulseaudio/pulseaudio.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/sound-server-pulseaudio/pulseaudio.bst')
-rw-r--r--elements/sound-server-pulseaudio/pulseaudio.bst30
1 files changed, 30 insertions, 0 deletions
diff --git a/elements/sound-server-pulseaudio/pulseaudio.bst b/elements/sound-server-pulseaudio/pulseaudio.bst
new file mode 100644
index 00000000..5ce94edb
--- /dev/null
+++ b/elements/sound-server-pulseaudio/pulseaudio.bst
@@ -0,0 +1,30 @@
+kind: autotools
+description: PulseAudio System
+depends:
+- bluetooth.bst
+- sound-server-pulseaudio/avahi.bst
+- sound-server-pulseaudio/libsndfile.bst
+- sound-server-pulseaudio/libatomic_ops.bst
+- sound-server-pulseaudio/speex.bst
+- sound-server-pulseaudio/alsa-lib.bst
+- sound-server-pulseaudio/sbc.bst
+- sound-server-pulseaudio/webrtc-audio-processing.bst
+sources:
+- kind: git
+ url: upstream:pulseaudio
+ track: v10.0
+ ref: 84952e6a092b6a0c5b153bd7a4f6e490810681c8
+config:
+ configure-commands:
+ - NOCONFIGURE=1 ./bootstrap.sh
+ - ./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
+public:
+ bst:
+ integration-commands:
+ - 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