[SCM] showq/master: Patch refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Dec 15 21:39:11 UTC 2016


The following commit has been merged in the master branch:
commit 0ef160ee222cbb77b895691f4704f22afe2c60c5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Dec 15 22:39:04 2016 +0100

    Patch refreshed.

diff --git a/debian/patches/01-binary-spelling-fix.patch b/debian/patches/01-binary-spelling-fix.patch
index dd844e5..7314977 100644
--- a/debian/patches/01-binary-spelling-fix.patch
+++ b/debian/patches/01-binary-spelling-fix.patch
@@ -3,14 +3,14 @@ Description: Fix spelling error.
 Forwarded: yes
 Index: showq/src/app.cc
 ===================================================================
---- showq.orig/src/app.cc	2011-04-10 19:10:38.682557100 +0200
-+++ showq/src/app.cc	2011-04-10 19:11:12.806557253 +0200
-@@ -65,7 +65,7 @@
-     snd_seq_port_info_t* port_info;
+--- showq.orig/src/app.cc
++++ showq/src/app.cc
+@@ -66,7 +66,7 @@ MIDIengine::MIDIengine()
+   snd_seq_port_info_t *port_info;
  
-     snd_seq_port_info_alloca(&port_info);
--    snd_seq_port_info_set_name(port_info, "System Announcement Reciever");
-+    snd_seq_port_info_set_name(port_info, "System Announcement Receiver");
-     snd_seq_port_info_set_capability(port_info,
- 	SND_SEQ_PORT_CAP_WRITE|SND_SEQ_PORT_CAP_SUBS_WRITE|SND_SEQ_PORT_CAP_NO_EXPORT);
-     snd_seq_port_info_set_port_specified(port_info, 1);
+   snd_seq_port_info_alloca(&port_info);
+-  snd_seq_port_info_set_name(port_info, "System Announcement Reciever");
++  snd_seq_port_info_set_name(port_info, "System Announcement Receiver");
+   snd_seq_port_info_set_capability(port_info,
+                                    SND_SEQ_PORT_CAP_WRITE | SND_SEQ_PORT_CAP_SUBS_WRITE | SND_SEQ_PORT_CAP_NO_EXPORT);
+   snd_seq_port_info_set_port_specified(port_info, 1);

-- 
showq packaging



More information about the pkg-multimedia-commits mailing list