[SCM] gwc/master: disable pulse audio

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Mar 6 12:26:55 UTC 2011


The following commit has been merged in the master branch:
commit 5f5e45f213e4ac1fd69d88ad5f252161f1e830ca
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Mar 6 13:26:20 2011 +0100

    disable pulse audio

diff --git a/debian/rules b/debian/rules
index b6c03f7..073e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,15 @@
 
 LDFLAGS+=-Wl,--as-needed
 
+configure_flags := \
+	--disable-pa \
+
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- $(configure_flags)
+
 override_dh_auto_install:
 	dh_auto_install
 	rm -fR $(CURDIR)/debian/tmp/usr/tmp

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list