diff options
author | adam <adam> | 2011-08-06 12:48:30 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-06 12:48:30 +0000 |
commit | 2d2e783585ff6f8e7c6106edd9e7b52e6cad6a9d (patch) | |
tree | d01f751266e30b6ae39d2f045e5abe7dd3061dd1 /audio | |
parent | 415c4a03fa50ee0237d39ba5cf538e0f18a98115 (diff) | |
download | pkgsrc-2d2e783585ff6f8e7c6106edd9e7b52e6cad6a9d.tar.gz |
Changes 0.90:
* ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
and WAV where the tag does not live at the front of the file.
Changes 0.89:
* APE: Bug 15895, better handling if we have a broken APE tag and run out of
tag data.
* WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in
the Header Extension/Metadata Library block.
* WMA: Added output warning when trying to seek in a file without ASF_Index.
* Switched aac.t to Test::Warn instead of manual STDERR redirection.
Changes 0.88:
* ADTS AAC: Check first 2-3 frames to avoid false syncs.
* OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
* Win32: Display better error messages when unable to read from files.
* MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur.
Changes 0.87:
* AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated
ADTS stream.
* Win32: Fixed MSVC compilation error in mp3.c.
Changes 0.86:
* MP3: Require first 3 frames to have matching samplerate and channel values.
* MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame
but no LAME data.
* MP3: Handle case where ID3 tag indicates an extended header is present but no
actual header exists.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 9 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index ee6647682ac..59317105371 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2010/09/07 10:48:32 wiz Exp $ -# +# $NetBSD: Makefile,v 1.9 2011/08/06 12:48:30 adam Exp $ -DISTNAME= Audio-Scan-0.84 +DISTNAME= Audio-Scan-0.90 PKGNAME= p5-${DISTNAME} CATEGORIES= audio perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/} MAINTAINER= wenheping@gmail.com HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/ @@ -13,9 +12,9 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes PERL5_PACKLIST= auto/Audio/Scan/.packlist USE_LIBTOOL= yes +GNU_CONFIGURE= yes .include "../../devel/zlib/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo index 324c8b456ab..4dd450a5cbf 100644 --- a/audio/p5-Audio-Scan/distinfo +++ b/audio/p5-Audio-Scan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/09/07 10:48:32 wiz Exp $ +$NetBSD: distinfo,v 1.8 2011/08/06 12:48:30 adam Exp $ -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 +SHA1 (Audio-Scan-0.90.tar.gz) = c0aedd71266e84dce4a173412c3e4fc8504aca71 +RMD160 (Audio-Scan-0.90.tar.gz) = 4f23472c73cce84dc3f417e21a1d364ebbfc90ae +Size (Audio-Scan-0.90.tar.gz) = 3228384 bytes |