[SCM] toonloop/master: Link against rtmidi to avoid FTBFS.

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


The following commit has been merged in the master branch:
commit 4f93570b6dc1ace6bf8e7bfe9b1b5a3f9e514117
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 28 22:03:26 2012 +0100

    Link against rtmidi to avoid FTBFS.

diff --git a/debian/patches/0003-rtmidi.patch b/debian/patches/0003-rtmidi.patch
new file mode 100644
index 0000000..5adfc6c
--- /dev/null
+++ b/debian/patches/0003-rtmidi.patch
@@ -0,0 +1,17 @@
+Description: Link against rtmidi to avoid FTBFS.
+Author: Alessio Treglia <alessio at debian.org>
+---
+ configure |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- toonloop.orig/configure
++++ toonloop/configure
+@@ -15729,7 +15729,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+ 
+ # save original flags
+ SAVED_LIBS=$LIBS
+-LIBS="$LIBS -lstk"
++LIBS="$LIBS -lstk -lrtmidi"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+  #include <stk/RtMidi.h>
diff --git a/debian/patches/series b/debian/patches/series
index 0ab992d..dc5ed01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-0001-clutter_gst_1.0.patch
 0002-help2man.patch
+0003-rtmidi.patch

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list