summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Wav
diff options
context:
space:
mode:
authorobache <obache>2010-02-10 12:13:50 +0000
committerobache <obache>2010-02-10 12:13:50 +0000
commitdbfcb8186f1c03929abaab9c51e12d2770dc4d4b (patch)
treeb5d20cde6908afbbb40fc51bc8f1996888e6e8ac /audio/p5-Audio-Wav
parentfe4beab7155dc8e79419f7f178f5fb6059fd524a (diff)
downloadpkgsrc-dbfcb8186f1c03929abaab9c51e12d2770dc4d4b.tar.gz
Update p5-Audio-Wav to 0.08.
While here set LICENSE=${PERL5_LICENSE}. Pach provided via PR 42779 by Wen Heping. 0.07 Sun Feb 07 18:05:41 GMT 2010 - change API so you can call Audio::Wav->{read|write} w/o new() if preferred - increase pure perl read speed by a factor of ~2.4 * remove unnecessary bounds check * put block in closure, avoiding double hash lookup * put $block assign in _init_read_sub, put read_sub in closure, too * pull $handle into closure: * get rid of closure, and get rid of read() - inline it with $read_sub - use Inline::C (if available) to increase read speed by a factor of ~2.3 - experimental support for reading 24- and 32- bit data (suspected to work on little endian machines that use Inline::C) 0.08 Sun Feb 09 06:29:43 GMT 2010 - fix regression: read() returned bogus samples when Inline::C not available
Diffstat (limited to 'audio/p5-Audio-Wav')
-rw-r--r--audio/p5-Audio-Wav/Makefile6
-rw-r--r--audio/p5-Audio-Wav/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile
index e5ba471477e..24a7aef9cdf 100644
--- a/audio/p5-Audio-Wav/Makefile
+++ b/audio/p5-Audio-Wav/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:41 he Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/10 12:13:50 obache Exp $
#
-DISTNAME= Audio-Wav-0.06
+DISTNAME= Audio-Wav-0.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Audio-Wav/
COMMENT= Perl modules for reading & writing Microsoft WAV files
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo
index 979c17e036a..577880b2a0f 100644
--- a/audio/p5-Audio-Wav/distinfo
+++ b/audio/p5-Audio-Wav/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/02/27 08:53:44 wiz Exp $
+$NetBSD: distinfo,v 1.4 2010/02/10 12:13:50 obache Exp $
-SHA1 (Audio-Wav-0.06.tar.gz) = 2a95f42bd9ec80c564f479f2384a12fef4ecf038
-RMD160 (Audio-Wav-0.06.tar.gz) = 7b79802e114c91e47a484f14804f9e01167ab069
-Size (Audio-Wav-0.06.tar.gz) = 18201 bytes
+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