summaryrefslogtreecommitdiff
path: root/audio/id3v2/patches
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-04-19 14:35:29 +0000
committerzuntum <zuntum@pkgsrc.org>2002-04-19 14:35:29 +0000
commitb911827ff9fada32612262947782da35ccff7617 (patch)
tree5461b0cee1a1e08ae9ddf3fbff3c4abdd333f545 /audio/id3v2/patches
parentcfa6c4e0b559e2ff11bc4305e1a41c2695942be1 (diff)
downloadpkgsrc-b911827ff9fada32612262947782da35ccff7617.tar.gz
Initial import of id3v2-1.0.6 -- command-line id3v2 tag editor
This command-line utility will allow you to modify MP3's id3v2 tags. The are more powerful than the default id3v1; they can store infomation about what band recorded the song, the song name, etc. and without string length limits. Provided by Julio Merino <slink@unixbsd.org> in pkg/16332
Diffstat (limited to 'audio/id3v2/patches')
-rw-r--r--audio/id3v2/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/id3v2/patches/patch-aa b/audio/id3v2/patches/patch-aa
new file mode 100644
index 00000000000..56c1d823fb6
--- /dev/null
+++ b/audio/id3v2/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $
+
+--- Makefile.orig Sat Apr 13 12:07:11 2002
++++ Makefile Sat Apr 13 12:07:47 2002
+@@ -1,10 +1,10 @@
+ all: id3v2
+
+ id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp
+- g++ -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp
++ g++ ${CFLAGS} ${LDFLAGS} -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp
+
+ install: all
+- cp id3v2 /usr/local/bin/
++ cp id3v2 ${LOCALBASE}/bin
+
+ clean:
+ rm -f id3v2 core