diff options
author | reed <reed> | 2010-03-27 02:23:07 +0000 |
---|---|---|
committer | reed <reed> | 2010-03-27 02:23:07 +0000 |
commit | 006b67c56acd2f8903a03509a09d7df30d68aefa (patch) | |
tree | b05d7f4edd8ad77b952e1357ca54b391b89803bb /audio | |
parent | bd26ac67f810568de04d89b81f64122b4a6440a6 (diff) | |
download | pkgsrc-006b67c56acd2f8903a03509a09d7df30d68aefa.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')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 4 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo index bdae6def804..8b09c4da273 100644 --- a/audio/p5-Audio-Scan/distinfo +++ b/audio/p5-Audio-Scan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/02/09 11:48:33 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/03/27 02:23:07 reed Exp $ -SHA1 (Audio-Scan-0.59.tar.gz) = 494a798b729aae1e7758c5e62de2d43947d70588 -RMD160 (Audio-Scan-0.59.tar.gz) = f4aeb55a0b207fbbf57f985de95cf3c1042290c3 -Size (Audio-Scan-0.59.tar.gz) = 2882637 bytes +SHA1 (Audio-Scan-0.70.tar.gz) = ef8a9445d3de612a93339d3d22bfd4809e118472 +RMD160 (Audio-Scan-0.70.tar.gz) = 09eb1deb76b461b827bef5574e6df8e029a0ccfa +Size (Audio-Scan-0.70.tar.gz) = 2880142 bytes |