Comment 16 for bug 360590

Revision history for this message
Motin (motin) wrote :

Rebuilding the ubuntu package with jack support compiled in:

sudo apt-get build-dep portaudio19
sudo apt-get install libjack0.100.0-dev
apt-get source portaudio19
cd portaudio*
gedit debian/rules

Here change the commented:

#ENABLE_JACK=no

to

ENABLE_JACK=no

(uncommented)

and also "--with-jack=no" to "--with-jack=yes" just below that line

Then rebuild and install:

dpkg-buildpackage -rfakeroot -b
cd ..
sudo dpkg -i libportaudio2_19+svn20090620-0ubuntu1_i386.deb
sudo dpkg -i libportaudiocpp0_19+svn20090620-0ubuntu1_i386.deb
sudo dpkg -i portaudio19-doc_19+svn20090620-0ubuntu1_all.deb

(More or less from the instructions for Gutsy in Bug #183011)