RFS: jackd
Free Ekanayaka
free at 64studio.com
Sat Dec 5 17:37:11 UTC 2009
Hi Adrian,
|--==> On Fri, 4 Dec 2009 14:52:22 +0100, adi at drcomp.erfurt.thur.de (Adrian Knoth) said:
AK> On Sat, Nov 21, 2009 at 08:31:39AM -0600, Free Ekanayaka wrote:
>>Hi Adrian,
AK> Hi!
>>jack2 packaging forward, please just let me know when you're happy
>>enough with it, experimental sounds like a good place for it.
AK> I think it's ready now for experimental. At least it's working for me. I
AK> hope the debian/copyright file is acceptable.
Great job! I've been trying it and looks very stable. Do you think it's
possible to activate the mixed 32/64 bits support? It lets people
running amd64 (like me :) using Skype or Wineasio with jack. Something
like the patch below (probably the "--mixed" must be set conditionally
at package build time depending on the target architecture).
Ciao!
Free
diff --git a/debian/control b/debian/control
index 4dff907..a9fc4ad 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 7.0.0),
libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libfreebob0-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libffado-dev [amd64 i386 powerpc],
+ g++-multilib [amd64],
cdbs,
po-debconf,
libcelt-dev (>= 0.7.0),
diff --git a/debian/rules b/debian/rules
index a7e321c..135e556 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) ./waf configure --prefix=/usr && ./waf --destdir=$(CURDIR)/debian/tmp
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) ./waf configure --prefix=/usr --mixed && ./waf --destdir=$(CURDIR)/debian/tmp
DEB_MAKE_INSTALL_TARGET = install
DEB_DH_MAKESHLIBS_ARGS := -V -Xintime -Xinprocess -Xjack_alsa -Xjack_oss\
More information about the pkg-multimedia-maintainers
mailing list