From 8f9afe690a18de374479dc43cb224fb22e6ed946 Mon Sep 17 00:00:00 2001 From: rafal Date: Mon, 30 Jun 2003 19:20:37 +0000 Subject: Fix lame batch-encoding by using the correct shell variables for the encoder and encoder options. --- audio/abcde/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/abcde/patches/patch-ae (limited to 'audio') 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 -- cgit v1.2.3