summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Wav/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-11-24Update 0.13 to 0.14mef1-3/+2
0.14 Sun Apr 27 00:50:07 EDT 2014 - bugfix for https://rt.cpan.org/Public/Bug/Display.html?id=94951, thanks to Haruka Kataoka
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-01Updated to 0.13rhaen1-3/+2
Changes: 0.13 Fri Mar 30 21:17:18 GMT 2012 - read: don't call close() at DESTROY time when the file handle creationfailed during new() (Murali Ramanathan) https://rt.cpan.org/Ticket/Display.html?id=71462 - apply patch to allow read/write of files from handle https://rt.cpan.org/Ticket/Display.html?id=71715 - fix problem with $^X under mod_perl (thanks, mario and david!) https://rt.cpan.org/Ticket/Display.html?id=62060 - fix bug in perldoc (Sergei Steshenko) https://rt.cpan.org/Ticket/Display.html?id=57114 - fix problem with writing 24,32 bps files reported by Sergei Steshenko: http://rt.cpan.org/Public/Bug/Display.html?id=57093 - spelling fixes from debian http://rt.cpan.org/Public/Bug/Display.html?id=69644
2011-08-06Revision bump after updating perl to 5.14.1adam1-2/+2
2010-09-06Update to 0.12:wiz1-3/+2
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)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-10Update p5-Audio-Wav to 0.08.obache1-3/+3
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
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-02-27Update to 0.06:wiz1-3/+2
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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-11bl3ifyxtraeme1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-08-26Initial import of p5-Audio-Wav-0.02 into the NetBSD packagesgrant1-0/+20
collection. Perl modules for reading & writing Microsoft WAV files.