diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 08:53:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 08:53:44 +0000 |
commit | 41306d0706902c8f9ad1822c8331130e0743cb96 (patch) | |
tree | 24700c6dfef26fa4bd1dba2d203af600ee4f97eb /audio | |
parent | b0958508cde35bb1d96413c5d64b8cc0989a480d (diff) | |
download | pkgsrc-41306d0706902c8f9ad1822c8331130e0743cb96.tar.gz |
Update to 0.06:
0.03 Fri Jun 11 13:29:00 2004
- minor bug fix to pass tests with Perl 5.8.3 (thanks to Jeremy Devenport).
0.04 Thu Dec 30 07:47:00 2004
- fixed a bug in Audio::Wav::Read::move_to, now adds where the data actually starts to the position given.
- Audio::Wav::Read::move_to now rereads data length to see if file has grown since this was last read.
- added method Audio::Wav::Read::reread_length, rereads the length of the file in case it is being written to as we are reading it.
- added method Audio::Wav::Read::read_raw_samples which will read X samples in raw format.
- added method Audio::Wav::Read::position_samples which returns the current audio data position in samples.
- in method Audio::Wav::Write::add_cue, if sample position supplied is undefined, then the position will be the current position (end of all data written so far).
- in method Audio::Wav::Write, moved the option of not caching data from the write_raw method to new.
0.05 Tue Oct 25 12:20:00 2005
- Audio::Wav::Read::position_samples should have divided by block_align, rather than multiplied (thanks David Brandt).
- Fixed bug where unknown blocks weren't skipped (thanks Robert Hiller).
0.06 Wed Mar 22 12:00:00 2006
- Fixed a circular reference in Audio::Wav::Write::Header that was causing memory to leak (thanks Sumitro Chowdhury).
- Tidied up bits and pieces.
- Added very basic support for WAVEFORMATEXTENSIBLE.
- When writing files, finish() will now be called by DESTROY if necessary.
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 76298534028..3ed8d27db70 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:57 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/27 08:53:44 wiz Exp $ # -DISTNAME= Audio-Wav-0.02 +DISTNAME= Audio-Wav-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 2a7ef9a1c62..979c17e036a 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:50 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 08:53:44 wiz Exp $ -SHA1 (Audio-Wav-0.02.tar.gz) = e7f729b4cf539fb179278efdf40351dc52e4eb4c -RMD160 (Audio-Wav-0.02.tar.gz) = 23779c7df5ce6530f19a47d8ad25e12a686405db -Size (Audio-Wav-0.02.tar.gz) = 15827 bytes +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 |