diff options
author | obache <obache@pkgsrc.org> | 2008-11-24 12:04:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-24 12:04:15 +0000 |
commit | 4b7d16de7ffdc4bc2e7fda59f475c58e96d94ebf (patch) | |
tree | a91a2eb79a88707919b15f2d0f6a1ea0f5a153d8 /audio/id3/Makefile | |
parent | d27e35c81b4ccc9c8985262673577630f8f77fd5 (diff) | |
download | pkgsrc-4b7d16de7ffdc4bc2e7fda59f475c58e96d94ebf.tar.gz |
Update id3 to 0.15.
While here, fixes patch-aa and original DESTDIR ready back.
ChangeLog:
d3 (0.15-1) unstable; urgency=low
* Fix infinite loop when setting genre to Fusion (the official ID3v1 genre
list has Fusion as both #30 and #84). Thanks to Matthew Garman for
reporting this bug.
-- Robert Woodcock <rcw@debian.org> Mon, 31 Jul 2006 21:42:52 -0700
id3 (0.14-2) unstable; urgency=low
* Rebuild to remove /usr/doc/id3 symlink, closes: #322808
* Fixed spelling of Psychedelic, closes: #275155
* Fixed version number, closes: #198439
* Updated manual page
-- Robert Woodcock <rcw@debian.org> Fri, 12 Aug 2005 16:23:24 -0700
id3 (0.14-1) unstable; urgency=low
* Added Hwei Sheng Teoh's patches to a new release
* Added directory sanity checking
-- Robert Woodcock <rcw@debian.org> Sun, 24 Nov 2002 11:35:06 -0800
id3 (0.13-3.1) unstable; urgency=low
* Non-maintainer upload
* Clean up id3 tag structure after done processing with a file.
(Closes: #66962)
* Verified that #71795 has already been fixed. (Closes: #71795)
-- Hwei Sheng Teoh <hsteoh@debian.org> Sat, 23 Nov 2002 10:36:03 -0500
id3 (0.13-3) unstable; urgency=low
* Added Build-Depends line
-- Robert Woodcock <rcw@debian.org> Fri, 24 May 2002 10:27:09 -0700
id3 (0.13-2) unstable; urgency=low
* Accidentally built 0.13-1 as a debian-native package. Recompiled.
-- Robert Woodcock <rcw@debian.org> Sat, 23 Sep 2000 14:04:03 -0700
id3 (0.13-1) unstable; urgency=low
* -R outputs genre numbers correctly, thanks to Ma.Fr@t-online.de,
closes: bug #71795
-- Robert Woodcock <rcw@debian.org> Fri, 22 Sep 2000 20:08:27 -0700
Diffstat (limited to 'audio/id3/Makefile')
-rw-r--r-- | audio/id3/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/id3/Makefile b/audio/id3/Makefile index 59ee7068691..1c3f5e1ebe3 100644 --- a/audio/id3/Makefile +++ b/audio/id3/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2006/10/14 13:12:44 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/11/24 12:04:15 obache Exp $ -DISTNAME= id3_0.12.orig -PKGNAME= id3-0.12 +DISTNAME= id3_0.15.orig +PKGNAME= id3-0.15 CATEGORIES= audio -MASTER_SITES= http://frantica.lly.org/~rcw/id3/ +MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/id3/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://frantica.lly.org/~rcw/abcde/page/ +#HOMEPAGE= http://packages.qa.debian.org/i/id3.html COMMENT= ID3 v1.1 tag editor +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |