Age | Commit message (Collapse) | Author | Files | Lines |
|
1.1.0
-----
- Support the "--help" and "--version" long option forms.
- Add the "--features" option, only advertising "id3" for the present.
|
|
1.0.1
-----
- Do not explicitly pass "-o 0" to the installation command;
if running as root, it is not needed, and if not running as root,
it will only break.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
be sufficient.
Remove an unnecessary install argument to allow this package to install
unprivileged.
|
|
|
|
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
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.
|