summaryrefslogtreecommitdiff
path: root/audio/libsndfile/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01recursive bump from hdf5 shlib major bump.obache1-1/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-08-06Update to 1.0.25:wiz1-3/+2
(SA45125 was already fixed in the package) Version 1.0.25 (2011-07-13) * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler. * Accept broken WAV files with blockalign == 0. * Minor bug fixes and improvements.
2011-07-14add patch from upstream to fix crash by invalid PAF filesdrochner1-1/+2
(DOS problem, SA45125) bump PKGREV
2011-03-23Changes 1.0.24:adam1-2/+2
WAV files are now written with an 18 byte u-law and A-law fmt chunk. A document on virtual I/O functionality was added. Two new methods were added in sndfile.hh. A fix was made for a non-zero SSND offset values on AIFF. Minor bug fixes and improvements were done.
2010-10-16Changes 1.0.23:adam1-8/+2
* Minor bug fixes.
2010-02-06drop MAKE_JOBS_SAFE=no, built ok with 64 jobs.tnn1-3/+1
2010-01-24Enabled test target.heinz1-1/+3
2009-12-15Update to 1.0.21:wiz1-5/+4
Version 1.0.21 (2009-12-13) * Add a couple of new binary programs to programs/ dir. * Remove sndfile-jackplay (now in sndfile-tools package). * Add windows only function sf_wchar_open(). * Bunch of minor bug fixes. (The last entry sums up at least the DOS patches we had in pkgsrc.)
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2009-09-18Use -features=extensions with sunpro C++ to get __func__sketch1-1/+5
2009-06-08Set the license type to "gnu-lgpl-v2.1".tron1-1/+2
2009-06-08Add upstream patch (taken from Debian bug report) to fix crashestron1-1/+2
caused by bad audio files.
2009-05-14Changes 1.0.20:adam1-3/+3
* Fix potential heap overflow in VOC file parser.
2009-05-02pkglint fix -- use -e in SUBST_SED.wiz1-2/+2
2009-03-04Update to libsndfile-1.0.19.tnn1-2/+2
Version 1.0.19 (2009-03-02) * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research). * Huge number of minor bug fixes as a result of static analysis.
2009-02-21Update to 1.0.18:wiz1-9/+14
Version 1.0.18 (2009-02-07) * Add Ogg/Vorbis support (thanks to John ffitch). * Remove captive FLAC library. * Many new features and bug fixes. * Generate Win32 and Win64 pre-compiled binaries. Add ogg and vorbis dependencies to bl3.mk and increase ABI depends.
2009-01-13remove some patches which were intended to make the code compiledrochner1-2/+2
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.obache1-2/+2
* 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 outputbjs1-3/+4
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 Gentoodrochner1-2/+2
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.wiz1-1/+5
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-1/+2
depends bump.
2006-09-01Changes 1.0.17:adam1-2/+2
* Add sndfile.hh C++ wrapper. * Update Win32 MinGW build instructions. * Minor bug fixes and cleanups.
2006-04-30Changes 1.0.16:adam1-2/+2
* 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-06update to 1.0.15drochner1-2/+2
changes: * Fix some ia64 issues. * Fix precompiled DLL. * Minor bug fixes.
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:adam1-3/+2
* Really fix MinGW compile problems. * Minor bug fixes.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-21Changes 1.0.13:adam1-2/+2
* 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-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:adam1-4/+5
* 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.wiz1-7/+2
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
2004-11-23Fix building on MacOSXadam1-1/+5
2004-11-19Changes 1.0.11:adam1-3/+2
* 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.10tv1-1/+2
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-06-28Changes 1.0.10:adam1-4/+2
* 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-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:adam1-2/+2
* Add AVR format * Improve handling of some WAV files
2004-03-29Changes 1.0.8:adam1-2/+2
* Minor bug fixes
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4