[SCM] libdrumstick/master: Refresh GCC 6 patch

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sat Jul 23 13:22:41 UTC 2016


The following commit has been merged in the master branch:
commit ab759db17e8aa8fe34647cfef05b0d794aabaeef
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Jul 23 14:00:05 2016 +0100

    Refresh GCC 6 patch

diff --git a/debian/patches/gcc6.patch b/debian/patches/gcc6.patch
index 8e3b4d5..a8aed21 100644
--- a/debian/patches/gcc6.patch
+++ b/debian/patches/gcc6.patch
@@ -3,20 +3,6 @@ Author: James Cowgill <jcowgill at debian.org>
 Bug-Debian: https://bugs.debian.org/811736
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/utils/buildsmf/buildsmf.cpp
-+++ b/utils/buildsmf/buildsmf.cpp
-@@ -53,9 +53,9 @@ void QSMFBuilder::trackHandler(int )
-     m_engine->writeKeySignature(0, 2, major_mode); // D major (2 sharps)
- 
-     // system exclusive event
--    static char gsreset[] = { 0xf0, 0x41, 0x10, 0x42, 0x12, 
-+    static unsigned char gsreset[] = { 0xf0, 0x41, 0x10, 0x42, 0x12,
-                               0x40, 0x00, 0x7f, 0x00, 0x41, 0xf7 };
--    m_engine->writeMidiEvent(0, system_exclusive, sizeof(gsreset), gsreset);
-+    m_engine->writeMidiEvent(0, system_exclusive, sizeof(gsreset), (char *) gsreset);
- 
-     // some note events
-     static char notes[] = { 60, 62, 64, 65, 67, 69, 71, 72 };
 --- a/utils/testevents/testevents.cpp
 +++ b/utils/testevents/testevents.cpp
 @@ -262,8 +262,8 @@ void QTestEvents::run()

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list