Package: ardour Version: 1:2.1-1.1 Severity: important Tags: patch Hi,
it looks like the fix for #406754 is broken. I'm attaching a patch that fixes JACK support on powerpc and amd64. Roland -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.25.4-rt3 (SMP w/1 CPU core; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ardour depends on: ii jackd 0.109.2-3 JACK Audio Connection Kit (server ii libart-2.0-2 2.3.20-2 Library of functions for 2D graphi ii libasound2 1.0.16-2 ALSA library ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit ii libc6 2.7-12 GNU C Library: Shared libraries ii libcairo2 1.6.4-4 The Cairo 2D vector graphics libra ii libgcc1 1:4.3.0-5 GCC support library ii libglib2.0-0 2.16.3-2 The GLib library of C routines ii libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display ii libgtk2.0-0 2.12.10-1 The GTK+ graphical user interface ii libjack0 0.109.2-3 JACK Audio Connection Kit (librari pn liblo0 <none> (no description available) ii liblrdf0 0.4.0-1.1 a library to manipulate RDF files ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio ii libraptor1 1.4.17-1 Raptor RDF parser and serializer l ii libsamplerate0 0.1.3-1 audio rate conversion library ii libstdc++6 4.3.0-5 The GNU Standard C++ Library v3 ii libxml2 2.6.32.dfsg-2 GNOME XML library ii libxslt1.1 1.1.24-1 XSLT processing library - runtime ii python 2.5.2-1 An interactive high-level object-o ii python-gtk2 2.12.1-5 Python bindings for the GTK+ widge ii python-twisted 8.1.0-1 Event-based framework for internet Versions of packages ardour recommends: ii elinks [www-browser] 0.11.3-8 advanced text-mode WWW browser ii elvis [www-browser] 2.2.0-10 powerful clone of the vi/ex text e ii epiphany-gecko [www-browser] 2.22.1.1-1 Intuitive GNOME web browser - Geck ii galeon [www-browser] 2.0.4-1 GNOME web browser for advanced use ii iceape-browser [www-browser] 1.1.9-5 Iceape Navigator (Internet browser ii iceweasel [www-browser] 2.0.0.14-2 lightweight web browser based on M ii lynx [www-browser] 2.8.6-2 Text-mode WWW Browser ii w3m [www-browser] 0.5.2-1 WWW browsable pager with excellent
--- debian/rules.orig 2008-06-13 20:19:33.000000000 +0200 +++ debian/rules 2008-06-13 20:19:50.000000000 +0200 @@ -9,10 +9,10 @@ ifeq (i386,$(DEB_HOST_ARCH)) T1_DEB_CONFIGURE_EXTRA_FLAGS := --with-jack=yes else - ifeq (powerpc, ,$(DEB_HOST_ARCH)) + ifeq (powerpc,$(DEB_HOST_ARCH)) T1_DEB_CONFIGURE_EXTRA_FLAGS := --with-jack=yes else - ifeq (amd64, ,$(DEB_HOST_ARCH)) + ifeq (amd64,$(DEB_HOST_ARCH)) T1_DEB_CONFIGURE_EXTRA_FLAGS := --with-jack=yes else T1_DEB_CONFIGURE_EXTRA_FLAGS := --with-jack=no

