summaryrefslogtreecommitdiff
path: root/audio/abcde
diff options
context:
space:
mode:
authorrafal <rafal@pkgsrc.org>2003-06-30 19:20:37 +0000
committerrafal <rafal@pkgsrc.org>2003-06-30 19:20:37 +0000
commit6838c17ceec17767f45549f523d9413751093abb (patch)
tree64d22bbf6e2249704b8c692a890130cef6c3442a /audio/abcde
parented50e8c2065de2097cf7f331c1765f0718d6dd2a (diff)
downloadpkgsrc-6838c17ceec17767f45549f523d9413751093abb.tar.gz
Fix lame batch-encoding by using the correct shell variables for the encoder
and encoder options.
Diffstat (limited to 'audio/abcde')
-rw-r--r--audio/abcde/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/abcde/patches/patch-ae b/audio/abcde/patches/patch-ae
new file mode 100644
index 00000000000..f3bfe8c67a9
--- /dev/null
+++ b/audio/abcde/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/06/30 19:20:37 rafal Exp $
+
+--- abcde.orig 2003-06-30 15:06:18.000000000 -0400
++++ abcde 2003-06-30 15:07:32.000000000 -0400
+@@ -337,7 +337,7 @@
+ do
+ TRACKFILES="$TRACKFILES track$UTRACKNUM.wav"
+ done
+- nice $ENCNICE $ENCODER $ENCODEROPTS --nogap $TRACKFILES
++ nice $ENCNICE $MP3ENCODER $MP3ENCODEROPTS --nogap $TRACKFILES
+ RETURN=$?
+ if [ "$RETURN" != "0" ]; then
+ echo "batch-encode: $ENCODER returned code $RETURN" >> errors