[SCM] toonloop/master: Small (and important) fix.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jan 28 21:28:02 UTC 2012


The following commit has been merged in the master branch:
commit 9291fcc5e04a07b96afb4e8ce10527983e4adb00
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 28 22:27:43 2012 +0100

    Small (and important) fix.

diff --git a/debian/patches/0003-rtmidi.patch b/debian/patches/0003-rtmidi.patch
index 5adfc6c..9afca45 100644
--- a/debian/patches/0003-rtmidi.patch
+++ b/debian/patches/0003-rtmidi.patch
@@ -1,8 +1,8 @@
 Description: Link against rtmidi to avoid FTBFS.
 Author: Alessio Treglia <alessio at debian.org>
 ---
- configure |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ configure |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- toonloop.orig/configure
 +++ toonloop/configure
@@ -15,3 +15,12 @@ Author: Alessio Treglia <alessio at debian.org>
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
   #include <stk/RtMidi.h>
+@@ -15742,7 +15742,7 @@ RtMidiIn input
+ }
+ _ACEOF
+ if ac_fn_cxx_try_link "$LINENO"; then :
+-  STK_LIBS=" -lstk -lrt -lm"
++  STK_LIBS=" -lstk -lrtmidi -lrt -lm"
+ 
+ else
+   as_fn_error $? "libstk is not installed: alsa" "$LINENO" 5

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list