[SCM] zynaddsubfx/master: Add spelling patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 21 07:49:30 UTC 2016


The following commit has been merged in the master branch:
commit 0c0d8bd1e91aaf13923c750aa44d88912684cf21
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 21 08:41:57 2016 +0100

    Add spelling patch.

diff --git a/debian/patches/0005-spelling.patch b/debian/patches/0005-spelling.patch
new file mode 100644
index 0000000..1b92550
--- /dev/null
+++ b/debian/patches/0005-spelling.patch
@@ -0,0 +1,39 @@
+Description: Spelling fix.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: mark.d.mccurry at gmail.com
+
+Index: zynaddsubfx/src/Params/FilterParams.cpp
+===================================================================
+--- zynaddsubfx.orig/src/Params/FilterParams.cpp
++++ zynaddsubfx/src/Params/FilterParams.cpp
+@@ -34,7 +34,7 @@ constexpr int sizeof_pvowels = sizeof(Fi
+ static const rtosc::Ports subsubports = {
+     rParamZyn(freq, rShort("f.freq"), "Formant frequency"),
+     rParamZyn(amp,  rShort("f.str"),  "Strength of formant"),
+-    rParamZyn(q,    rShort("f.q"),    "The formant's quality factor, also known as resonance bandwith or Q for short"),
++    rParamZyn(q,    rShort("f.q"),    "The formant's quality factor, also known as resonance bandwidth or Q for short"),
+ };
+ #undef rObject
+ 
+Index: zynaddsubfx/src/UI/EffUI.fl
+===================================================================
+--- zynaddsubfx.orig/src/UI/EffUI.fl
++++ zynaddsubfx/src/UI/EffUI.fl
+@@ -445,7 +445,7 @@ if (filterwindow!=NULL){
+         class Fl_Osc_Check
+       }
+       Fl_Check_Button chorusp11 {
+-        label Substract
++        label Subtract
+         tooltip {inverts the output} xywh {185 10 70 20} box THIN_UP_BOX down_box DOWN_BOX color 51 labelsize 10
+         code0 {o->init("parameter11");}
+         class Fl_Osc_Check
+@@ -599,7 +599,7 @@ if (filterwindow!=NULL){
+         class Fl_Osc_Dial
+       }
+       Fl_Check_Button phaserp10 {
+-        label Substract
++        label Subtract
+         tooltip {inverts output} xywh {200 10 74 20} box THIN_UP_BOX down_box DOWN_BOX color 51 labelfont 1 labelsize 10
+         code0 {o->init("parameter10");}
+         class Fl_Osc_Check
diff --git a/debian/patches/series b/debian/patches/series
index 3061f8e..249ed5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0003-dont_duplicate_changelog_files.patch
+0005-spelling.patch

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list