diff options
author | rafal <rafal> | 2003-06-30 19:20:37 +0000 |
---|---|---|
committer | rafal <rafal> | 2003-06-30 19:20:37 +0000 |
commit | 8f9afe690a18de374479dc43cb224fb22e6ed946 (patch) | |
tree | 64d22bbf6e2249704b8c692a890130cef6c3442a /audio | |
parent | 717bf52a15f66c88ff74e6db2ff2530c7477874c (diff) | |
download | pkgsrc-8f9afe690a18de374479dc43cb224fb22e6ed946.tar.gz |
Fix lame batch-encoding by using the correct shell variables for the encoder
and encoder options.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/patches/patch-ae | 13 |
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 |