Comment 14 for bug 193593

Revision history for this message
Caroline Ford (secretlondon) wrote :

This bug has two parts. Audacity is not set up to compile against libsoundtouch, even though it has been added as a build dependency.

That bit is fixed by adding --with-soundtouch=system to DEB_CONFIGURE_EXTRA_FLAGS := $(T1_DEB_CONFIGURE_EXTRA_FLAGS) in debian/rules

*However* we then get this when we try and build it:

configure: error: You requested using the system libraries for LIBSOUNDTOUCH but they are not available

http://www.audacityteam.org/forum/viewtopic.php?f=19&t=188 says "I think the test for external soundtouch only finds version 1.3.1 onwards, because that was easier and I was lazy writing the test, and already had 1.3.1 installed"

We have 1.3.0-2.2 in hardy.