rev 11346 - trunk/packages/kdemultimedia/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Jul 6 21:24:43 UTC 2008


Author: ana
Date: 2008-07-06 21:24:43 +0000 (Sun, 06 Jul 2008)
New Revision: 11346

Modified:
   trunk/packages/kdemultimedia/debian/changelog
   trunk/packages/kdemultimedia/debian/rules
Log:
no alsa in non-linux archs


Modified: trunk/packages/kdemultimedia/debian/changelog
===================================================================
--- trunk/packages/kdemultimedia/debian/changelog	2008-07-06 21:15:29 UTC (rev 11345)
+++ trunk/packages/kdemultimedia/debian/changelog	2008-07-06 21:24:43 UTC (rev 11346)
@@ -4,8 +4,9 @@
     - Just translation in desktop files.
   * Update section in doc-base files.
   * Update lintian overrides.
+  * No use alsa parameters in non-linux architectures. (Closes: #476078)
 
- -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 06 Jul 2008 21:25:31 +0200
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 06 Jul 2008 23:19:41 +0200
 
 kdemultimedia (4:3.5.9-1) unstable; urgency=low
 

Modified: trunk/packages/kdemultimedia/debian/rules
===================================================================
--- trunk/packages/kdemultimedia/debian/rules	2008-07-06 21:15:29 UTC (rev 11345)
+++ trunk/packages/kdemultimedia/debian/rules	2008-07-06 21:24:43 UTC (rev 11346)
@@ -6,11 +6,16 @@
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
-	--with-alsa --with-arts-alsa \
 	--with-extra-includes=/usr/include/speex:/usr/include/kde/arts
 	# The include/kde/arts one should be temporary. See
 	# "juk/Makefile.am: arts_includes vs ARTS_CFLAGS" in -talk.
 
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+DEB_CONFIGURE_EXTRA_FLAGS += --with-alsa --with-arts-alsa
+endif
+
 DOC_HTML_PRUNE := kcontrol
 
 DEB_DH_STRIP_ARGS  := --dbg-package=kdemultimedia-dbg




More information about the pkg-kde-commits mailing list