[SCM] snd/master: pass libs for building with pulse-simple

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 25 11:18:43 UTC 2016


The following commit has been merged in the master branch:
commit 64ad6cfc0cb281168a094e02e6fcdffc57577fda
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 25 12:18:23 2016 +0100

    pass libs for building with pulse-simple

diff --git a/debian/rules b/debian/rules
index 6e6994d..7b5c1a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ override_dh_auto_install:
 	./configure $(COMMON_CONFIGURE_ARGS) \
 			--with-gtk \
 			--with-pulseaudio
-	$(MAKE)
+	$(MAKE) AUDIO_LIB="$(shell pkg-config --libs libpulse-simple)"
 	dh_install -psnd-gtk-pulse
 	dh_installman -psnd-gtk-pulse snd.1
 	# Clean the tree

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list