Subject: CVS commit: pkgsrc/audio/p5-MP3-Info
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/27/2007 09:21:26
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Feb 27 09:21:26 UTC 2007
Modified Files:
	pkgsrc/audio/p5-MP3-Info: Makefile distinfo
Removed Files:
	pkgsrc/audio/p5-MP3-Info/patches: patch-aa
Log Message:
Update to 1.21:
* v1.21 Thu Jan  4 13:41:42 PST 2007
   * Use Module::Install
   * Prefer Encode::Detect::Detector over Encode::Detect if available.
   * Skip over Lyrics3 tags
   * Pull out iTunes iTunNORM gain info.
   * Handle Named genres separated by nulls & multiple genres
   * Skip over broken iTunes ID3v2.2 frames that are in a ID3v2.3/2.4 header.
   * Patch from Justin Fletcher <gerph (at) gerph.org> to fix ID3v2.4 header & footer parsing.
* v1.20, Saturday, January 7, 2006
   * New maintainer & Sponsor:
	Dan Sully - daniel | at | electricrain.com
	Slim Devices, Inc - dan | at | slimdevices.com
   * Read ReplayGain Information in:
	- RVA, RVAD and RVA2 tags.
	- COMM tags via J.River Media Center
	- PRIV tags via Windows Media Player
   * Unicode / Encode optimizations to only guess if the string isn't ascii.
   * Proper numeric genre decoding, now in tune with the ID3 spec.
   * Parse and return PIC & APIC data.
   * Handle multiple COMM and TCON tags.
   * Parse APE tags that are in the ID3v1 header space.
   * Parse USLT - Lyrics tags, used by iTunes.
* v1.13, Wednesday, March 10, 2005
   Fix for UTF-16 handling.  (Wes Barris)
* v1.12, Wednesday, March 9, 2005
   Add OFFSET to info.  (Dan Sully)
* v1.11, Friday, January 14, 2005
   Fix for ID3v2 tags that happen to be UTF-16LE.  (Dan Sully)
* v1.10, Thursday, December 30, 2004
   Make utf8 enabled by default (if available).
   perl 5.6 is now required.
   Remove dependency on Symbol.pm.
   Use three-arg open.  (Alex Marandon)
   Make reading of genres a bit more nimble.  (Brian S. Stephan)
   Fix frame counting.  (Ben Winslow, Anthony DiSante)
   Fix syncsafe byte reading.  (Pierre-Yves Thoulon, et al)
   Some Unicode fixes.  (Ilya Konstantinov)
   More changes for Unicode.  Unicode::String no longer used; Encode is used
   instead.  Encode::Guess used as last resort.  (Dan Sully)
   Optimizations and other fixes.  (michael, Dan Sully)
   Support for reading ID3v2 tags from WAV and AIFF files.  Not fully
   supported.  (Dan Sully)
* v1.02, Sunday, March 2, 2003
   Fix broken argument parsing for use_mp3_utf8.  (Ben Gertzfield)
   Document that UTF8 can be access in ":all" export tag.  (Ben Gertzfield)
   Better document for new() method.
   Add can() method.  (Ken Williams)
   Stick failure warnings in $@.  (Jeffrey Friedl)
   Added support for reasonable data from ID3v2 tags with RAW_V2 == 2.
   (brian d foy and others)
   Deal with broken iTunes comment frames in ID3v2.3.0/2.4.0.  (Many users)
   remove_mp3tag() was reporting 128 bytes removed even if no bytes were
   removed.  (scfc_de)
   Allow calling methods on objects where tag does not exist (e.g., don't fail
   if there is no comment but you call $mp3->comment).
   Various bugfixes.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/audio/p5-MP3-Info/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/audio/p5-MP3-Info/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/audio/p5-MP3-Info/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.