From f280916b68e622c4bd494e8962b789cfc1e26c64 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 6 Sep 2010 10:40:16 +0000 Subject: Update to 0.12: 0.12 Sun May 30 08:45:03 GMT 2010 - don't use values > MAXINT. +2147483648 is not a valid unsigned int32 (it's MAXINT+1). while we're at it, put all constants in the XS in hex format for clarity. possibly fixes: http://www.cpantesters.org/cpan/report/6945385 - fall back to pureperl when Inline::C is installed but not functional as reported by Michel Lanne. 0.11 Fri Mar 12 04:12:44 GMT 2010 - fix two bugs triggered with inline on win32 - one related to assuming C99 support and one related to lack of stdint.h or equivalent. tested with strawberry perl, should work with msvc too. bug report here: http://www.cpantesters.org/cpan/report/6920668 same smoker reports tests with 0.11 here: http://www.cpantesters.org/cpan/report/6930825 0.10 Sun Feb 14 04:09:00 GMT 2010 - add COPYRIGHT information for debian folks - include xt/ 0.09 Thu Feb 11 14:58:37 GMT 2010 - Support 24 and 32 bit wav reading w/o Inline::C (from Wolfram humann) ( see https://rt.cpan.org/Public/Bug/Display.html?id=36452 ) - add a META.yml and some other easy kwalitee tweaks - Audio::Wav::Read::_has_inline moved to Audio::Wav::_has_inline so it can be queried before instantiating a reader (and later be used internally for Audio::Wav::Write) --- audio/p5-Audio-Wav/Makefile | 5 ++--- audio/p5-Audio-Wav/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'audio/p5-Audio-Wav') diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index 800d59004c3..a0c7579aeb4 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/08/21 16:32:44 seb Exp $ +# $NetBSD: Makefile,v 1.17 2010/09/06 10:40:16 wiz Exp $ # -DISTNAME= Audio-Wav-0.08 +DISTNAME= Audio-Wav-0.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo index 577880b2a0f..b616d949920 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/02/10 12:13:50 obache Exp $ +$NetBSD: distinfo,v 1.5 2010/09/06 10:40:16 wiz Exp $ -SHA1 (Audio-Wav-0.08.tar.gz) = b1352368fae5cd0b44e702f214e32a1e4690e851 -RMD160 (Audio-Wav-0.08.tar.gz) = 92ae7fe85db25641ab9014e67a157302faac51ca -Size (Audio-Wav-0.08.tar.gz) = 20237 bytes +SHA1 (Audio-Wav-0.12.tar.gz) = c1a4a585c31f030f66759574f07912a421f7507e +RMD160 (Audio-Wav-0.12.tar.gz) = 1d54fe7dce4707e292c00bbec0eb64b7fff39d16 +Size (Audio-Wav-0.12.tar.gz) = 22903 bytes -- cgit v1.2.3