summaryrefslogtreecommitdiff
path: root/debian/patches/37_expand_CBR_acronym.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/37_expand_CBR_acronym.patch')
-rw-r--r--debian/patches/37_expand_CBR_acronym.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/37_expand_CBR_acronym.patch b/debian/patches/37_expand_CBR_acronym.patch
new file mode 100644
index 0000000..753a75e
--- /dev/null
+++ b/debian/patches/37_expand_CBR_acronym.patch
@@ -0,0 +1,15 @@
+Change error message wording to say `fixed bitrate', which is
+more clear than `CBR'. Patch by Michael Banck. Debian #293336
+
+
+--- a/jack_checkopts.py.orig 2005-03-25 23:12:59.333566976 +0100
++++ b/jack_checkopts.py 2005-03-25 23:13:12.996489896 +0100
+@@ -188,7 +188,7 @@
+ cf.rupdate({'vbr': {'val': 0}}, "check")
+
+ if not cf['_vbr'] and not jack_helpers.helpers[cf['_encoder']].has_key('cmd'):
+- error("can't do CBR because " + cf['encoder']['val'] + " doesn't support it. Use -v")
++ error("can't do fixed bitrate because " + cf['encoder']['val'] + " doesn't support it. Use -v")
+
+ if cf['_ripper'] == "cdparanoia" and cf['_sloppy']:
+ jack_helpers.helpers['cdparanoia']['cmd'] = replace(jack_helpers.helpers['cdparanoia']['cmd'], "--abort-on-skip", "")