summaryrefslogtreecommitdiff
path: root/audio/id3v2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-04 19:03:25 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-04 19:03:25 +0000
commitb10e85f44d6e77eff6b52f3090f0eec4ae97c0a4 (patch)
treee3859876bea70a63751faf63195f50a4b4d8a5b8 /audio/id3v2
parent574a63fcf15d644d4cd20147209aa548021e3a21 (diff)
downloadpkgsrc-b10e85f44d6e77eff6b52f3090f0eec4ae97c0a4.tar.gz
Update to 0.1.10. I couldn't find any list of changes, but diffing the
sources: - The package is now LGPL'ed instead of GPL'ed. - Several fixes in the genre manipulation code.
Diffstat (limited to 'audio/id3v2')
-rw-r--r--audio/id3v2/Makefile13
-rw-r--r--audio/id3v2/PLIST4
-rw-r--r--audio/id3v2/distinfo7
-rw-r--r--audio/id3v2/patches/patch-aa22
4 files changed, 17 insertions, 29 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index 0ded9a3d403..769a6411e76 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2004/04/11 17:19:30 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/04 19:03:25 jmmv Exp $
-DISTNAME= id3v2-0.1.9
+DISTNAME= id3v2-0.1.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3v2/}
@@ -10,6 +10,15 @@ COMMENT= Command line editor for id3v2 tags
USE_LANGUAGES= c c++
USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+
+INSTALLATION_DIRS= bin man/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/id3v2 ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/id3v2.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/id3v2
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/id3v2/README
.include "../../audio/id3lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/id3v2/PLIST b/audio/id3v2/PLIST
index d6fbcad9066..2a71f623ed7 100644
--- a/audio/id3v2/PLIST
+++ b/audio/id3v2/PLIST
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/12 14:34:29 grant Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/04 19:03:25 jmmv Exp $
bin/id3v2
man/man1/id3v2.1
+share/doc/id3v2/README
+@dirrm share/doc/id3v2
diff --git a/audio/id3v2/distinfo b/audio/id3v2/distinfo
index 2a2f20c0024..611d19b8729 100644
--- a/audio/id3v2/distinfo
+++ b/audio/id3v2/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/03/05 12:51:12 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/05/04 19:03:25 jmmv Exp $
-SHA1 (id3v2-0.1.9.tar.gz) = 80978679b4925485085b244b9615088c26eecba7
-Size (id3v2-0.1.9.tar.gz) = 21144 bytes
-SHA1 (patch-aa) = 49fb4721c94edd4edbbaef406b97a3879dc2999b
+SHA1 (id3v2-0.1.10.tar.gz) = 16a7debefa9c53445acaf44578e1dfeb75bfeb85
+Size (id3v2-0.1.10.tar.gz) = 26419 bytes
diff --git a/audio/id3v2/patches/patch-aa b/audio/id3v2/patches/patch-aa
deleted file mode 100644
index 0b78534a7c7..00000000000
--- a/audio/id3v2/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/03/05 12:51:12 wiz Exp $
-
---- Makefile.orig Tue Feb 25 16:58:23 2003
-+++ Makefile
-@@ -1,6 +1,5 @@
- all: id3v2
-
--PREFIX= /usr/local
- CXXFLAGS+= -I${PREFIX}/include/
- LDFLAGS+= -L${PREFIX}/lib/
-
-@@ -8,8 +7,8 @@ id3v2: convert.o list.o id3v2.o
- c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ id3v2.o list.o convert.o
-
- install: all
-- install -c -s id3v2 ${PREFIX}/bin/id3v2
-- nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1
-+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin/id3v2
-+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1/id3v2.1
-
- clean:
- rm -f id3v2 core *.o