diff -Nru calf-0.0.19+git20140527+e79ddef54/configure.ac calf-0.0.19+git20140915+5de5da28/configure.ac --- calf-0.0.19+git20140527+e79ddef54/configure.ac 2014-05-26 23:54:01.000000000 +0000 +++ calf-0.0.19+git20140915+5de5da28/configure.ac 2014-09-13 19:46:25.000000000 +0000 @@ -37,6 +37,10 @@ AC_SUBST(JACK_DEPS_LIBS) AC_SUBST(FLUIDSYNTH_DEPS_CFLAGS) AC_SUBST(FLUIDSYNTH_DEPS_LIBS) +AC_SUBST(LV2_DEPS_CFLAGS) +AC_SUBST(LV2_DEPS_LIBS) +AC_SUBST(FFTW3_DEPS_CFLAGS) +AC_SUBST(FFTW3_DEPS_LIBS) ############################################################################################ # Detect dependencies @@ -53,6 +57,7 @@ AC_CHECK_HEADER(fftw3.h, true, AC_MSG_ERROR([FFTW3 header (fftw3.h) not found])) AC_CHECK_LIB(fftw3, true, AC_MSG_ERROR([FFTW3 library (libfftw3) not found])) AC_CHECK_LIB(fftw3f, true, AC_MSG_ERROR([Single-precision FFTW3 library (libfftw3f) not found])) +PKG_CHECK_MODULES(FFTW3_DEPS, fftw3, true, AC_MSG_ERROR([FFTW3 library (libfftw3) not found])) # JACK AC_CHECK_HEADERS([jack/jack.h], have_jack_header=yes, have_jack_header=no) @@ -153,6 +158,7 @@ if test "$set_enable_debug" = "yes"; then CXXFLAGS="$CXXFLAGS -O0 -g -Wall" else + # TODO: remove -finline options if clang is used CXXFLAGS="$CXXFLAGS -O3 -finline-functions -finline-functions-called-once -Wall" fi diff -Nru calf-0.0.19+git20140527+e79ddef54/debian/changelog calf-0.0.19+git20140915+5de5da28/debian/changelog --- calf-0.0.19+git20140527+e79ddef54/debian/changelog 2014-05-27 20:49:02.000000000 +0000 +++ calf-0.0.19+git20140915+5de5da28/debian/changelog 2014-09-15 20:20:41.000000000 +0000 @@ -1,3 +1,9 @@ +calf (0.0.19+git20140915+5de5da28-1) unstable; urgency=medium + + * Imported Upstream version 0.0.19+git20140915+5de5da28 (Closes: #759833) + + -- Adrian Knoth Mon, 15 Sep 2014 22:19:42 +0200 + calf (0.0.19+git20140527+e79ddef54-1) unstable; urgency=medium [ Adrian Knoth ] diff -Nru calf-0.0.19+git20140527+e79ddef54/gui/gui-bassenhancer.xml calf-0.0.19+git20140915+5de5da28/gui/gui-bassenhancer.xml --- calf-0.0.19+git20140527+e79ddef54/gui/gui-bassenhancer.xml 2014-05-26 23:54:01.000000000 +0000 +++ calf-0.0.19+git20140915+5de5da28/gui/gui-bassenhancer.xml 2014-09-13 19:46:25.000000000 +0000 @@ -40,8 +40,8 @@