Commit graph

39 commits

Author SHA1 Message Date
adam
1ca965dd59 Changes 1.0.17:
* Add sndfile.hh C++ wrapper.
* Update Win32 MinGW build instructions.
* Minor bug fixes and cleanups.
2006-09-01 06:02:23 +00:00
adam
cc4662c003 Changes 1.0.16:
* Add support for Broadcast (BEXT) chunks in WAV files.
  * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
  * Add support for RIFX (big endian WAV variant).
  * Fix configure script bugs.
  * Fix bug in INST and MARK chunk writing for AIFF files.
2006-04-30 17:29:29 +00:00
drochner
933a45e757 update to 1.0.15
changes:
* Fix some ia64 issues.
* Fix precompiled DLL.
* Minor bug fixes.
2006-04-06 16:59:07 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
adam
a25fb1b227 Changes 1.0.14:
* Really fix MinGW compile problems.
* Minor bug fixes.
2006-02-24 08:11:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adam
20addf2561 Changes 1.0.13:
* Fix form MinGW compiler problems.
  * Allow readin/write of instrument chunks from WAV and AIFF files.
  * Compile problem fix for Solaris compiler.
  * Minor cleanups and bug fixes.
2006-01-21 23:04:08 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adam
3b347872f8 Changes 1.0.12:
* Add support for FLAC and Apple's Core Audio Format (CAF).
* Add virtual I/O interface (still needs docs).
* Cygwin and other Win32 fixes.
* Minor bug fixes and cleanups.
2005-09-30 13:26:02 +00:00
wiz
47a8d542ab Convert to options framework. 2005-05-31 16:13:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ben
d91aef1359 I incorrectly tested my previous change, and it turns out that with
USE_OSS defined, the build process does require the original escaping.
Revert to original escaping in OSS_DEFS.
2005-03-19 13:59:13 +00:00
ben
995228291c Change quote escaping to reflect Todd Vierling's recent makefile fixes. 2005-02-24 03:37:28 +00:00
adam
78b090b266 Fix building on MacOSX 2004-11-23 19:02:43 +00:00
adam
6d91195d11 Changes 1.0.11:
* Add SD2 file support
* Reading of loop data in WAV and AIFF
* Minor bug fixes
2004-11-19 12:15:14 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
adam
97e33615da Changes 1.0.10:
* Minor bug fixes
* Fix support for Win32 MinGW compiler
2004-06-28 08:14:03 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
snj
40fe4910a1 This package compiles with gcc2, so let configure know that. Idea stolen
from Michael van Elst in PR pkg/25047.

While here, reinstate the sparc64 gcc2 f77 workaround.
2004-05-03 22:19:08 +00:00
dillo
b61f271c51 drop maintainership 2004-04-25 12:07:12 +00:00
wiz
40be2e69e6 bl3 packages should only include bl3 files. 2004-04-24 23:04:28 +00:00
kristerw
3adb772a0f This package uses C99 features, and does thus need gcc 3.1 or better.
Remove a work-around for sparc64 gcc2 bugs (since gcc3 is required
anyway...)
2004-04-11 20:49:46 +00:00
adam
3124bcb6df Changes 1.0.9:
* Add AVR format
* Improve handling of some WAV files
2004-04-02 10:13:43 +00:00
adam
3570383c49 Changes 1.0.8:
* Minor bug fixes
2004-03-29 08:08:13 +00:00
snj
b54bbed2de Fix build on sparc64 with gcc2. 2004-03-20 04:30:55 +00:00
adam
28ca10f7a1 Changes 1.0.7: Fix build problems on MacOSX and fix ia64/MIPS etc clip mode detection 2004-02-26 15:41:50 +00:00
wiz
ca67f1db05 Convert to bl3 and remove superfluous LTCONFIG_OVERRIDE. 2004-02-17 19:12:31 +00:00
adam
6361d29148 Changes 1.0.6:
Large file fix for Linux/Solaris
New functionality and Win32 improvements
2004-02-13 14:57:20 +00:00
recht
a2b6a51416 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed sndfile.pc.
2003-09-23 23:28:16 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
wiz
71453e7c63 Update to 1.0.5:
* Added support for HTK files.
  * Added new function sf_open_fd() to allow for secure opening of temporary
    files as well as reading/writing sound files embedded within larger
    container files.
  * Added string support for AIFF files.
  * Minor bug fixes and code cleanups.
2003-05-23 09:30:10 +00:00
wiz
0d8cd19ce5 Update to 1.0.4, requested by adam.
Changes since 1.0.3:
  * Added suport of PVF and XI files.
  * Added functionality for setting and retrieving strings from sound files.
  * Minor code cleanups and bug fixes.
2003-03-02 22:26:37 +00:00
jmmv
ac69089d28 Update libsndfile to 1.0.3.
There have been several changes since 1.0.1, but the most important ones
are (according to the homepage):
- Version 1.0.2 (Nov 24 2002) Added VOX ADPCM format.
- Version 1.0.3 (Dec 09 2002) Fixes for Linux on ia64 CPUs.
2002-12-14 17:30:31 +00:00
jlam
dd29e2a737 Make this package OSS-aware. 2002-10-18 13:26:12 +00:00
skrll
e7be3d72c3 Do previous "The Right Way". 2002-09-30 20:54:34 +00:00
wiz
a47e7466e5 Add -lm to LIBS, somehow needed for it to be included in libsndfile.la. 2002-09-28 11:35:51 +00:00
wiz
07b3b349b8 Update to 1.0.1.
Changes:
Version 1.0.1 (2002-09-14)
  * Added MAT and MAT5 file formats.
  * Minor bug fixes.
2002-09-28 01:28:24 +00:00
wiz
b1303cab67 Convert to buildlink2. 2002-08-31 14:06:25 +00:00
dillo
e986a6810e add libsndfile 1.0.0
Libsndfile is a C library for reading and writing files containing
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
through one standard library interface.
2002-08-23 11:39:27 +00:00