summaryrefslogtreecommitdiff
path: root/audio/id3
AgeCommit message (Collapse)AuthorFilesLines
2008-11-24Update id3 to 0.15.obache3-20/+22
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
2006-10-14Fixed PKGMANDIR.rillig1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-12-23Do not attempt to include the non-standard getopt.h, unistd.h shouldsketch3-4/+17
be sufficient. Remove an unnecessary install argument to allow this package to install unprivileged.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-12Initial import of id3-0.12 into the packages collection.agc5-0/+65
id3 is an ID3 v1.1 tag editor. ID3 tags are traditionally put at the end of compressed streamed audio files to denote information about the audio contents. Up to thirty characters of Title, Artist, and Album information can be stored, as well as a 28-character comment, four-digit year, track number up to 255, and an enumerated genre.