[SCM] stk/master: Use correct invocation to pass the rawwave path, also fix the destination

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Jan 16 13:09:23 UTC 2012


The following commit has been merged in the master branch:
commit 2b62afa1e365aac435d93e83e2adf92b6c42bdab
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jan 16 10:01:45 2012 -0300

    Use correct invocation to pass the rawwave path, also fix the destination

diff --git a/debian/rules b/debian/rules
index 87b813a..e4112e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,15 @@ else
 CONFIGURE_FLAGS += --disable-realtime
 endif
 
+RAWWAVE_PATH = /usr/share/stk/rawwaves/
+
+CONFIGURE_FLAGS += RAWWAVE_PATH=$(RAWWAVES)
 
 %:
 	dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
-					--with-rawwaves=/usr/share/stk \
-					$(CONFIGURE_FLAGS)
+	dh_auto_configure -- $(CONFIGURE_FLAGS)
 	mkdir -p src/Release
 
 override_dh_installchangelogs:

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list