summaryrefslogtreecommitdiff
path: root/audio/id3
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24Add upstream bug report URL.wiz2-3/+6
2016-08-24Updated id3 to 1.0.0.wiz4-41/+28
1.0.0 ----- - Development taken over by Peter Pentchev. - Import a Debian patch by Stefan Ott <stefan@ott.net> to avoid backquotes in the usage string. - Import a Debian patch by Stefan Ott <stefan@ott.net> and Peter Pentchev to let the compiler and linker flags be overridden. - Let the install program and the strip flag also be overridden. - Check some more functions' return values for errors. - Add some preprocessor and compiler flags to specify certain POSIX and C environment standards. - Reorder the #include statements. - Also include <strings.h> for strncasecmp(). - Mark the list of genres in genre.h as "const char". - Add a lot of GCC-specific compiler warning flags. - Use the err(3) and warn(3) functions, they're portable enough. - Mark several global variables as static. - Break the display of the ID3 tags out into a separate function. - Use "return" from main(), remove unreachable "break" statements. - Avoid possible out-of-bound copying when storing command-line arguments into the new tag structure. - Expect a C99 compiler and reduce the scope of some variables. - Use the C99 "bool" type for, well, boolean flags. - Convert the id3.1 manual page to the mdoc format. - Fix the fields length in the manual page - only the comment is limited to 28 characters, the rest of the text fields are at 30. - Use the more common "file..." instead of "file1 [file2 [file3...]]" - Fill in some commonly-used manual page sections. - Validate number-to-string conversions for the genre and track number. - Fix a signedness error in the track number display.
2016-04-20Set LICENSE for a lot of audio packages.nros1-1/+2
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-09-11"user-destdir" is default these daysasau1-3/+1
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.