summaryrefslogtreecommitdiff
path: root/audio/libsndfile
AgeCommit message (Collapse)AuthorFilesLines
2009-01-13remove some patches which were intended to make the code compiledrochner6-59/+3
on older compilers but cause crashes (and possible security problems) instead bump PKGREVISION
2008-07-24Fix improper PKG_SUGGESTED_OPTIONS and fix build failure on some platforms.obache2-5/+15
* Should not try to use OSS for unknown OSes, PR 39197, only for having buitin OSS. * for Solaris, ${OPSYS} != "Solaris", it's "SunOS". Fixed to use sunaudio instead of oss. Bump PKGREVISION.
2008-04-07Add a 'sun' option and update patch-ac to support native audio outputbjs4-15/+53
on NetBSD, OpenBSD, and Solaris. This option takes precedence (by default) over OSS in the NetBSD/OpenBSD case. Bump rev.
2008-01-07fix CVE-2007-4974 (buffer overflow), patch from Gentoodrochner3-3/+44
bump PKGREVISION
2007-11-04Add MAKE_JOBS_SAFE=no, pointed out by ASau as part of the pkgthonagc1-1/+3
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2007-01-07Use Gentoo patch to build against flac-1.1.3.wiz2-2/+9
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz2-3/+4
depends bump.
2006-09-01Changes 1.0.17:adam7-19/+34
* Add sndfile.hh C++ wrapper. * Update Win32 MinGW build instructions. * Minor bug fixes and cleanups.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-30Changes 1.0.16:adam4-14/+14
* 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-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06update to 1.0.15drochner3-13/+13
changes: * Fix some ia64 issues. * Fix precompiled DLL. * Minor bug fixes.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
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.
2006-02-24Changes 1.0.14:adam4-15/+14
* Really fix MinGW compile problems. * Minor bug fixes.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-21Changes 1.0.13:adam6-20/+20
* 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.
2005-12-18Fixed CFLAGS quoting.rillig1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-09-30Changes 1.0.12:adam10-45/+49
* 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-05-31Convert to options framework.wiz2-7/+14
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19I incorrectly tested my previous change, and it turns out that withben1-2/+2
USE_OSS defined, the build process does require the original escaping. Revert to original escaping in OSS_DEFS.
2005-02-24Change quote escaping to reflect Todd Vierling's recent makefile fixes.ben1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-23Fix building on MacOSXadam1-1/+5
2004-11-19Changes 1.0.11:adam8-39/+38
* Add SD2 file support * Reading of loop data in WAV and AIFF * Minor bug fixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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-06-28Changes 1.0.10:adam10-65/+80
* Minor bug fixes * Fix support for Win32 MinGW compiler
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-03This package compiles with gcc2, so let configure know that. Idea stolensnj1-3/+6
from Michael van Elst in PR pkg/25047. While here, reinstate the sparc64 gcc2 f77 workaround.
2004-04-25drop maintainershipdillo1-2/+2
2004-04-24bl3 packages should only include bl3 files.wiz1-2/+2
2004-04-12No longer used.snj1-19/+0
2004-04-11This package uses C99 features, and does thus need gcc 3.1 or better.kristerw1-3/+3
Remove a work-around for sparc64 gcc2 bugs (since gcc3 is required anyway...)
2004-04-02Changes 1.0.9:adam6-30/+30
* Add AVR format * Improve handling of some WAV files
2004-04-02Fix build under NetBSD 1.6 (gcc2).jmmv5-1/+57
2004-03-29Changes 1.0.8:adam5-25/+25
* Minor bug fixes
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Changes 1.0.7: Fix build problems on MacOSX and fix ia64/MIPS etc clip mode ↵adam4-11/+11
detection
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-3/+1
2004-02-17Add buildlink3.mk file.wiz1-0/+22
2004-02-17Convert to bl3 and remove superfluous LTCONFIG_OVERRIDE.wiz1-3/+2
2004-02-13Changes 1.0.6:adam6-29/+46
Large file fix for Linux/Solaris New functionality and Win32 improvements
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed sndfile.pc.