diff options
author | wiz <wiz> | 2010-09-06 10:40:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-06 10:40:16 +0000 |
commit | f280916b68e622c4bd494e8962b789cfc1e26c64 (patch) | |
tree | 7b9ef846d2ba99f2aab3e6921a4dcd0e66966879 /audio | |
parent | d92f75bd3322f45288bc860bf9bca7829ad80207 (diff) | |
download | pkgsrc-f280916b68e622c4bd494e8962b789cfc1e26c64.tar.gz |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 5 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
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 |