[Lunar-commits] <moonbase-other> pulseaudio: cleanup
v4hn
me at v4hn.de
Sun May 19 22:38:07 CEST 2013
commit 024d7dda31d2727b9df74f293b14c8bde6021d18
Author: v4hn <me at v4hn.de>
Date: Sun, 19 May 2013 13:35:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/024d7dda31d2727b9df74f293b14c8bde6021d18
pulseaudio: cleanup
---
audio/pulseaudio/BUILD | +10/-18
audio/pulseaudio/CONFIGURE | +1/-1
2 files changed, 11 insertions(+), 19 deletions(-)
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,22 +1,14 @@
-(
+if module_installed systemd ; then
+ OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
+fi &&
- if module_installed systemd ; then
- OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
- fi &&
+libtoolize --copy --force --automake &&
+autoreconf &&
- libtoolize --copy --force --automake &&
- autoreconf &&
+OPTS+=" --disable-hal-compat" &&
- OPTS+=" --disable-hal-compat" &&
+default_build &&
- if [ -f /usr/bin/parec ]; then
- rm /usr/bin/parec
- fi &&
-
- default_build &&
-
- add_priv_group pulse &&
- add_priv_group pulse-access &&
- add_priv_user pulse -d /var/run/pulse -g pulse
-
-) > $C_FIFO 2>&1
+add_priv_group pulse &&
+add_priv_group pulse-access &&
+add_priv_user pulse -d /var/run/pulse -g pulse
--- a/audio/pulseaudio/CONFIGURE
+++ b/audio/pulseaudio/CONFIGURE
@@ -1 +1 @@
-mquery EANBLE_IPV6 "Disable optional IPv6 support?" n "--enable-ipv6" "--disable-ipv6"
+mquery ENABLE_IPV6 "IPv6 support?" n "--enable-ipv6" "--disable-ipv6"
More information about the Lunar-commits
mailing list