[SCM] yoshimi/master: Add patch to fix build on mips mipsel and powerpc archs.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat May 9 18:14:47 UTC 2015


The following commit has been merged in the master branch:
commit 4359745ee5a4438f6f262fa1eea44cce3b13dccd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat May 9 20:16:53 2015 +0200

    Add patch to fix build on mips mipsel and powerpc archs.

diff --git a/debian/patches/02-fix_build_on_mips_mipsel_powerpc.patch b/debian/patches/02-fix_build_on_mips_mipsel_powerpc.patch
new file mode 100644
index 0000000..d073127
--- /dev/null
+++ b/debian/patches/02-fix_build_on_mips_mipsel_powerpc.patch
@@ -0,0 +1,20 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Origin: Upstream
+Description: Fix build on mips mipsel and powerpc archs.
+Forwarded: no
+
+Index: yoshimi/src/LV2_Plugin/YoshimiLV2Plugin.cpp
+===================================================================
+--- yoshimi.orig/src/LV2_Plugin/YoshimiLV2Plugin.cpp
++++ yoshimi/src/LV2_Plugin/YoshimiLV2Plugin.cpp
+@@ -145,9 +145,7 @@ void YoshimiLV2Plugin::process(uint32_t
+                 }
+                 else
+                 {
+-                    _synth->getRuntime().Log("Bad write to midi ringbuffer: "
+-                                + asString(wrote) + " / "
+-                                + asString((int)sizeof(struct midi_event)));
++                    _synth->getRuntime().Log("Bad write to midi ringbuffer: ");
+                 }
+ 
+             }
diff --git a/debian/patches/series b/debian/patches/series
index ac0ed64..7b65787 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-gcc_flags.patch
+02-fix_build_on_mips_mipsel_powerpc.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list