Commit graph

52 commits

Author SHA1 Message Date
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
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +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
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +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
f8f63c6693 Fixed CFLAGS quoting. 2005-12-18 21:47:23 +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
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +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
snj
c8379bcb2f No longer used. 2004-04-12 22:39:35 +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
jmmv
d1b2c9fb18 Fix build under NetBSD 1.6 (gcc2). 2004-04-02 09:37:56 +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
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +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
5864f18321 buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. 2004-02-19 17:54:05 +00:00
wiz
7715c652dc Add buildlink3.mk file. 2004-02-17 19:13:28 +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
8da1b29f2e The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
2003-01-02 22:44:43 +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
wiz
17226f81aa Not used. 2002-08-31 13:56:58 +00:00