diff options
author | wiz <wiz> | 2010-09-06 10:39:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-06 10:39:13 +0000 |
commit | 609a0fab6309365a008aee8362435efed66c635f (patch) | |
tree | a63d5281913c25d55deaf8e32bd92e01b89abaa7 /audio | |
parent | 3f2cf1fbca59e98bef6cbbf53fe2a667e22f32ab (diff) | |
download | pkgsrc-609a0fab6309365a008aee8362435efed66c635f.tar.gz |
Update to 0.84:
0.84 2010-08-27 19:10:00
- Added an optional audio_md5 info value, this is the MD5 checksum of the
first N audio bytes of the file. This is useful in determining if a file
is the same even when tags have been changed. See the documentation for details.
- Added audio_size info value to all formats.
- Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so
image data may be extracted directly from the file if needed. See the
documentation for specific details.
- AAC: Fixed samplerate values for AACplus files. The samplerate in the header
needs to be doubled to obtain the actual playback samplerate.
- ID3: Bug 16452, Don't add null strings as array entries for T* frames.
0.83 2010-06-10 14:15:00
- APE: Tag could be ignored when ID3v1 tag is present.
- Fixed error handling for invalid RVAD tags.
- Win32: Added binmode for all open files and filehandles.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 5 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index cc619315da2..112a9cceeb9 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:32:43 seb Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/06 10:39:13 wiz Exp $ # -DISTNAME= Audio-Scan-0.82 +DISTNAME= Audio-Scan-0.84 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 808971bdd42..6d43edb4969 100644 --- a/audio/p5-Audio-Scan/distinfo +++ b/audio/p5-Audio-Scan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/07/04 16:55:03 cube Exp $ +$NetBSD: distinfo,v 1.5 2010/09/06 10:39:13 wiz Exp $ -SHA1 (Audio-Scan-0.82.tar.gz) = f43d64a99e0ad7f89133c00e14cdcc9658387faf -RMD160 (Audio-Scan-0.82.tar.gz) = 9404377b1015ccd71ea68a2a47b9e639fbf9514a -Size (Audio-Scan-0.82.tar.gz) = 3092157 bytes +SHA1 (Audio-Scan-0.84.tar.gz) = e6db665e478213e26e01541dc15613be5dbcd7ef +RMD160 (Audio-Scan-0.84.tar.gz) = 4832e07afc6f25eb1001d74866d826ecbaa8efcf +Size (Audio-Scan-0.84.tar.gz) = 3104346 bytes |