[Demudi-commits] r1281 - jack-audio-connection-kit/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Fri May 4 09:29:35 UTC 2007


Author: free-guest
Date: 2007-05-04 09:29:34 +0000 (Fri, 04 May 2007)
New Revision: 1281

Modified:
   jack-audio-connection-kit/trunk/debian/changelog
   jack-audio-connection-kit/trunk/debian/rules
Log:
* Enable dynsimd only for amd64 (Closes: #422076)

Modified: jack-audio-connection-kit/trunk/debian/changelog
===================================================================
--- jack-audio-connection-kit/trunk/debian/changelog	2007-05-04 09:22:52 UTC (rev 1280)
+++ jack-audio-connection-kit/trunk/debian/changelog	2007-05-04 09:29:34 UTC (rev 1281)
@@ -3,8 +3,9 @@
   * We are not depending anymore from automake (see changelog entry for
     version 0.103.0-1), and now the package builds corretly on a plain
     etch system (Closes: #328133)
+  * Enable dynsimd only for amd64 (Closes: #422076)
 
- -- Free Ekanayaka <freee at debian.org>  Fri,  4 May 2007 11:13:21 +0200
+ -- Free Ekanayaka <freee at debian.org>  Fri,  4 May 2007 11:29:00 +0200
 
 jack-audio-connection-kit (0.103.0-2) unstable; urgency=low
 

Modified: jack-audio-connection-kit/trunk/debian/rules
===================================================================
--- jack-audio-connection-kit/trunk/debian/rules	2007-05-04 09:22:52 UTC (rev 1280)
+++ jack-audio-connection-kit/trunk/debian/rules	2007-05-04 09:29:34 UTC (rev 1281)
@@ -25,8 +25,15 @@
 #DEB_SONAME_VERSION := 0.91.1-0
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-resize \
 	--enable-timestamps --disable-iec61883 --with-oldtrans \
-	--disable-ensure-mlock --enable-sse=yes --enable-dynsimd=yes
+	--disable-ensure-mlock --enable-sse=yes
 	# --enable-posix-shm
+
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-dynsimd=yes
+endif
+
+
 # to avoid stripping when nostrip is set in DEB_BUILD_OPTIONS
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
   DEB_CONFIGURE_EXTRA_FLAGS += --enable-stripped-jackd




More information about the Demudi-commits mailing list