diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-06 10:39:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-06 10:39:13 +0000 |
commit | d3011357d2cb597609f5851eb5a887f75255694c (patch) | |
tree | a63d5281913c25d55deaf8e32bd92e01b89abaa7 /audio/p5-Audio-Scan/Makefile | |
parent | 204f57d3d7360af82e074f551ded53d0c4b7bc00 (diff) | |
download | pkgsrc-d3011357d2cb597609f5851eb5a887f75255694c.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/p5-Audio-Scan/Makefile')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |