openbsd-ports/audio/normalize/patches/patch-src_normalize-mp3_in

19 lines
652 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_normalize-mp3_in,v 1.1.1.1 2002/04/28 09:11:37 jasoni Exp $
--- src/normalize-mp3.in.orig Sat Feb 23 12:49:57 2002
+++ src/normalize-mp3.in Wed Apr 24 11:59:06 2002
@@ -27,10 +27,10 @@
# %b becomes bitrate of re-encoded file, as specified by the -b option
# Example: $OGGENCODE="oggenc -Q -b %b -o %m %w"
-$MP3DECODE = "@MP3DECODE@";
-$MP3ENCODE = "@MP3ENCODE@";
-$OGGDECODE = "@OGGDECODE@";
-$OGGENCODE = "@OGGENCODE@";
+$MP3DECODE = "mpg321 -q -w %w %m";
+$MP3ENCODE = "lame --quiet -h -b %b %w %m";
+$OGGDECODE = "ogg123 -q -d wav -f %w %m";
+$OGGENCODE = "oggenc -Q -b %b -o %m %w";
$VORBISCOMMENT = "@VORBISCOMMENT@";