summaryrefslogtreecommitdiff
path: root/audio/vorbis/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis/patches/patch-ag')
-rw-r--r--audio/vorbis/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/vorbis/patches/patch-ag b/audio/vorbis/patches/patch-ag
new file mode 100644
index 00000000000..6e8feaf4d95
--- /dev/null
+++ b/audio/vorbis/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2000/08/19 07:50:02 itojun Exp $
+--- vorbis-tools/mp3tovorbis.orig Thu Jun 15 08:07:47 2000
++++ vorbis-tools/mp3tovorbis Sat Aug 19 11:28:06 2000
+@@ -1,2 +1,2 @@
+-#!/bin/bash
++#! /bin/sh
+
+@@ -42,3 +42,3 @@
+ echo "Encoding Ogg Vorbis stream using Vorbize..."
+-$VORBIZE -w "$2" --artist "$ARTIST" --album "$ALBUM" --track "$TRACK" "$TEMPFILE"
++$VORBIZE -w "$2" --artist "$ARTIST" --album "$ALBUM" --title "$TRACK" "$TEMPFILE"
+