NetBSD.se

CVS log for pkgsrc/audio/p5-Audio-Wav/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / p5-Audio-Wav

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 6 12:49:26 2011 UTC (6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Revision bump after updating perl to 5.14.1

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 6 10:40:16 2010 UTC (17 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
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)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:32:44 2010 UTC (17 months, 2 weeks ago) by seb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
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!

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 10 12:13:50 2010 UTC (23 months, 4 weeks ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:41 2008 UTC (3 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:07 2008 UTC (3 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Add DESTDIR support.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 27 08:53:44 2007 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:28:57 2006 UTC (5 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 6 06:19:04 2005 UTC (6 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 13 18:01:18 2005 UTC (6 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:55 2005 UTC (6 years, 10 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 20 11:30:55 2004 UTC (7 years, 1 month ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
since perl is now built with threads on most platforms, the perl archlib
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 11 17:45:52 2004 UTC (7 years, 10 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
bl3ify

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:30:43 2003 UTC (8 years, 6 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:23:06 2003 UTC (8 years, 6 months ago) by grant
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:21:35 2003 UTC (8 years, 8 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 20 17:46:01 2002 UTC (9 years, 3 months ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -6 lines
Use buildlink2. Use perl5/module.mk.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Aug 26 01:46:41 2002 UTC (9 years, 5 months ago) by grant
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of p5-Audio-Wav-0.02 into the NetBSD packages
collection.

Perl modules for reading & writing Microsoft WAV files.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 26 01:46:41 2002 UTC (9 years, 5 months ago) by grant
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>