[SCM] setbfree/master: Add spelling.patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jun 14 22:40:50 UTC 2016
The following commit has been merged in the master branch:
commit 88571c241a00289b7775b1883f3ccdcd4394fa59
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Jun 15 00:33:36 2016 +0200
Add spelling.patch.
diff --git a/debian/patches/0002-spelling.patch b/debian/patches/0002-spelling.patch
new file mode 100644
index 0000000..9aea509
--- /dev/null
+++ b/debian/patches/0002-spelling.patch
@@ -0,0 +1,52 @@
+Description: Fix small spelling mistakes.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: robin at gareus.org
+
+Index: setbfree/doc/setBfree.1
+===================================================================
+--- setbfree.orig/doc/setBfree.1
++++ setbfree/doc/setBfree.1
+@@ -230,7 +230,7 @@ Tuning temperament, gear\-ratios/motor\-
+ osc.x\-precision
+ D (0.001)
+ .IP
+-Wave precision. Maximum allowed error when calulating wave buffer\-length for a given frequency (ideal #of samples \- discrete #of samples)
++Wave precision. Maximum allowed error when calculating wave buffer\-length for a given frequency (ideal #of samples \- discrete #of samples)
+ .TP
+ osc.perc.fast
+ D (1.0)
+@@ -588,7 +588,7 @@ Filter gain
+ whirl.horn.filter.a.type
+ I* (0)
+ .IP
+-This is the first of two filters to shape the signal to be sent to the horn\-speaker; by default a low\-pass filter with negative gain to cut off high freqencies. Filter type: 0\-8. see "Filter types" below.
++This is the first of two filters to shape the signal to be sent to the horn\-speaker; by default a low\-pass filter with negative gain to cut off high frequencies. Filter type: 0\-8. see "Filter types" below.
+ .TP
+ whirl.horn.filter.a.hz
+ D* (4500)
+Index: setbfree/b_whirl/whirl.c
+===================================================================
+--- setbfree.orig/b_whirl/whirl.c
++++ setbfree/b_whirl/whirl.c
+@@ -1469,7 +1469,7 @@ static const ConfigDoc doc[] = {
+ {"whirl.drum.filter.q", CFG_DOUBLE, "1.6016", "Filter Quality, bandwidth", "", 0.1, 6.0, .1},
+ {"whirl.drum.filter.hz", CFG_DOUBLE, "811.9695", "Filter frequency.", "Hz", 20.0, 8000.0, 5.0},
+ {"whirl.drum.filter.gain", CFG_DOUBLE, "-38.9291", "Filter gain", "dB", -48.0, 48.0, 1.0},
+- {"whirl.horn.filter.a.type", CFG_INT, "0", "This is the first of two filters to shape the signal to be sent to the horn-speaker; by default a low-pass filter with negative gain to cut off high freqencies. Filter type: 0-8. see \"Filter types\" below.", "", 0, 8, 1},
++ {"whirl.horn.filter.a.type", CFG_INT, "0", "This is the first of two filters to shape the signal to be sent to the horn-speaker; by default a low-pass filter with negative gain to cut off high frequencies. Filter type: 0-8. see \"Filter types\" below.", "", 0, 8, 1},
+ {"whirl.horn.filter.a.hz", CFG_DOUBLE, "4500", "Filter frequency", "Hz", 20.0, 8000, 5.0},
+ {"whirl.horn.filter.a.q", CFG_DOUBLE, "2.7456", "Filter quality, bandwidth", "", 0.1, 6.0, 0.1},
+ {"whirl.horn.filter.a.gain", CFG_DOUBLE, "-30.0", "Filter gain", "dB", -48.0, 48.0, 1.0},
+Index: setbfree/src/tonegen.c
+===================================================================
+--- setbfree.orig/src/tonegen.c
++++ setbfree/src/tonegen.c
+@@ -3615,7 +3615,7 @@ struct b_tonegen *allocTonegen() {
+ static const ConfigDoc doc[] = {
+ {"osc.tuning", CFG_DOUBLE, "440.0", "Base tuning of the organ.", "Hz", 220.0, 880.0, .5},
+ {"osc.temperament", CFG_TEXT, "\"gear60\"", "Tuning temperament, gear-ratios/motor-speed. One of: \"equal\", \"gear60\", \"gear50\"", "", 0, 2, 1},
+- {"osc.x-precision", CFG_DOUBLE, "0.001", "Wave precision. Maximum allowed error when calulating wave buffer-length for a given frequency (ideal #of samples - discrete #of samples)", INCOMPLETE_DOC},
++ {"osc.x-precision", CFG_DOUBLE, "0.001", "Wave precision. Maximum allowed error when calculating wave buffer-length for a given frequency (ideal #of samples - discrete #of samples)", INCOMPLETE_DOC},
+ {"osc.perc.fast", CFG_DOUBLE, "1.0", "Fast percussion decay time", "s", 0, 10.0, 0.1},
+ {"osc.perc.slow", CFG_DOUBLE, "4.0", "Slow percussion decay time", "s", 0, 10.0, 0.1},
+ {"osc.perc.normal", CFG_DECIBEL, "1.0", "Percussion starting gain of the envelope for normal volume.", "dB", 0, 1, 2.0},
diff --git a/debian/patches/series b/debian/patches/series
index b5c7eee..4eb9654 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-buildsystem.patch
+0002-spelling.patch
--
setbfree packaging
More information about the pkg-multimedia-commits
mailing list