[SCM] paulstretch/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Oct 30 20:54:58 UTC 2016
The following commit has been merged in the master branch:
commit 177d42cc10d0ac8ebb0580d1cd1fdc36682c32f1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Oct 30 21:30:04 2016 +0100
Add spelling patch.
diff --git a/debian/patches/01-spelling.patch b/debian/patches/01-spelling.patch
new file mode 100644
index 0000000..6af3df7
--- /dev/null
+++ b/debian/patches/01-spelling.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: paulstretch/JAaudiooutput.cpp
+===================================================================
+--- paulstretch.orig/JAaudiooutput.cpp
++++ paulstretch/JAaudiooutput.cpp
+@@ -167,7 +167,7 @@ void JACKaudiooutputinit(Player *player_
+ snprintf(channelid, 16, "output_%i", i);
+ j_output_port[i] = jack_port_register(j_client, channelid, JACK_DEFAULT_AUDIO_TYPE, JackPortIsOutput, 0);
+ if(!j_output_port[i]) {
+- fprintf(stderr, "no more jack ports availabe.\n");
++ fprintf(stderr, "no more jack ports available.\n");
+ JACKclose();
+ return;
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d2484a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling.patch
--
paulstretch packaging
More information about the pkg-multimedia-commits
mailing list