summaryrefslogtreecommitdiff
path: root/debian/patches/45_fix_normalize_example.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/45_fix_normalize_example.patch')
-rw-r--r--debian/patches/45_fix_normalize_example.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/45_fix_normalize_example.patch b/debian/patches/45_fix_normalize_example.patch
new file mode 100644
index 0000000..acd426d
--- /dev/null
+++ b/debian/patches/45_fix_normalize_example.patch
@@ -0,0 +1,16 @@
+The example about normalizing WAVs is broken since jack will put WAV files
+in a sub-directory. Add the -D option so this is not done. SourceForge
+#1311567
+
+diff -urN orig/jack.man jack-3.1.1+cvs20050801/jack.man
+--- orig/jack.man 2006-02-27 13:33:48.000000000 +0000
++++ jack-3.1.1+cvs20050801/jack.man 2006-02-27 13:34:22.000000000 +0000
+@@ -496,7 +496,7 @@
+ .PP
+ Editing / normalizing / stripping the WAV files before encoding:
+ .RS
+-jack \-O \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
++jack \-O \-D \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
+ .RE
+ Just replace gnoise by the operation you'd like to perform.
+ .SH PLUG-INS