Commit graph

19 commits

Author SHA1 Message Date
wiz
7bd4513a33 id3: update to 1.1.0.
1.1.0
-----

- Support the "--help" and "--version" long option forms.
- Add the "--features" option, only advertising "id3" for the present.
2018-05-26 21:49:22 +00:00
wiz
af0505de0b id3: update to 1.0.1.
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.
2018-01-28 15:52:16 +00:00
wiz
c45ff9bcc2 Add upstream bug report URL. 2016-08-24 10:01:21 +00:00
wiz
ad6b6385df Updated id3 to 1.0.0.
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-08-24 09:59:31 +00:00
nros
bc2d37bd21 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
agc
b734eb2ebf Add SHA512 digests for distfiles for audio category
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.
2015-11-03 01:12:23 +00:00
asau
2fead99d50 "user-destdir" is default these days 2012-09-11 23:59:21 +00:00
obache
4b7d16de7f 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
2008-11-24 12:04:15 +00:00
rillig
a80d4c6cee Fixed PKGMANDIR. 2006-10-14 13:11:23 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sketch
b1e1a6a32d Do not attempt to include the non-standard getopt.h, unistd.h should
be sufficient.

Remove an unnecessary install argument to allow this package to install
unprivileged.
2003-12-23 18:11:19 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
agc
9ef8e436ff Initial import of id3-0.12 into the packages collection.
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.
2001-10-12 09:21:15 +00:00