diff options
author | reed <reed@pkgsrc.org> | 2010-03-27 02:23:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2010-03-27 02:23:07 +0000 |
commit | 4dd485632f54cc0c0010d61a0b1795085618ffd1 (patch) | |
tree | b05d7f4edd8ad77b952e1357ca54b391b89803bb /audio/p5-Audio-Scan/Makefile | |
parent | 172944a8b205d52a18d5bcf299adae5c291f677e (diff) | |
download | pkgsrc-4dd485632f54cc0c0010d61a0b1795085618ffd1.tar.gz |
For PR pkg/43059. I only tested install. This is from the maintainer.
Update to 0.70.
0.70 2010-03-23 19:00:00
- Replaced libid3tag with a custom ID3 tag parser. libid3tag would read
an entire
tag into memory, so in files with large embedded artwork this was a hu
ge waste
of memory. The new parser will generally never buffer more than about
4K of the
file if AUDIO_SCAN_NO_ARTWORK is set. It is also around twice as fast
.
- INCOMPATIBLE CHANGE: ID3 tag elements returned in array form no longer
include
the encoding type as the first value in the array. Common frames this
affects
include COMM, APIC, USLT, and others.
- INCOMPATIBLE CHANGE: find_frame for both MP3 and Ogg Vorbis now take a
timestamp in milliseconds. Seeking using a file offset is too ambiguo
us
because of non-audio tag data.
- Fixed minor bug in Ogg Vorbis bitrate calculation, it was not ignoring
the
size of the leading tag data when calculating average bitrate.
- Improved Ogg Vorbis bitrate/duration calculation when file contains multiple
logical bitstreams.
- Added support for old WavPack versions < 4.
- Changed ASF file_size value to be the actual file size, not the value
from within
the file metadata which may or may not be correct.
- Bundled a win32 build of zlib to make compiling on Windows a bit easie
r.
0.62 2010-03-02 12:00:00
- INCOMPATIBLE CHANGE: Ogg Vorbis COVERART tags are now translated to an
ALLPICTURES block and are base64-decoded.
- Added support for new Ogg Vorbis cover art tag, METADATA_BLOCK_PICTURE
. Data
is returned in the same ALLPICTURES array as for FLAC.
0.61 2010-02-23 22:50:00
- RT 53118: Fixed crash under Perl 5.11.
- Updated Mac hints file to be more compatible with non-Apple Perl build
s.
0.60 2010-02-22 17:45:00
- WavPack 4.x support.
- ID3: Bug 3998, Fixed parsing of multiple TCON genre values in older ta
g
versions.
- ID3: Parse RGAD frame (replay gain adjustment).
- APE: Fixed bug where a trailing null could be read from tags.
- FLAC: Calculate correct duration/bitrate for files with bad header
information.
- WAV: Ignore chunks SAUR, PAD, and otom.
Diffstat (limited to 'audio/p5-Audio-Scan/Makefile')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index 80ce2ad2c34..09a29da2d95 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/02/09 11:48:33 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/03/27 02:23:07 reed Exp $ # -DISTNAME= Audio-Scan-0.59 +DISTNAME= Audio-Scan-0.70 PKGNAME= p5-${DISTNAME} CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} |