From b911827ff9fada32612262947782da35ccff7617 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 19 Apr 2002 14:35:29 +0000 Subject: 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 in pkg/16332 --- audio/id3v2/patches/patch-aa | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 audio/id3v2/patches/patch-aa (limited to 'audio/id3v2/patches') 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 -- cgit v1.2.3