summaryrefslogtreecommitdiff
path: root/audio/libsamplerate/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-04-12libsamplerate: update to 0.1.9maya1-3/+3
Version 0.1.9 (2016-09-23) * Relicense under 2 clause BSD license. * Minor bug fixes and upates. Also fixes CVE-2017-7697: global buffer overflow in calc_output_single
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-07-04Fix buildling on Mac OS X; clean upadam1-14/+6
2011-03-02libsamplerate-0.1.7 was repacked, changes are harmless.wiz1-1/+4
Set DIST_SUBDIR and regen checksum. PR 44662 by Bug Hunting.
2010-01-24Added LICENSE information.heinz1-1/+2
2009-02-25update to 0.1.7drochner1-3/+2
changes: -Optimisation resulting in dramatic throughput improvements -bugfixes (also a segfault, without security implications)
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-1/+2
2008-08-07update to 0.1.4drochner1-2/+2
changes: Fix segfault when using extremely low conversion ratios
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-04-25Update to libsamplerate 0.1.3. No pkgsrc-specific changes.bjs1-3/+2
Version 0.1.3 (2008-03-23) ========================== * Huge improvement to the quality of conversion with the SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY converters. * Minor bug fixes.
2007-06-23Allow to use the Carbon library if it exists.minskim1-1/+5
2007-01-13Needs pkg-config. If it is not installed, libsndfile and fftw supportwiz1-2/+3
are not compiled in -> bump PKGREVISION.
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-2/+2
depends bump.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
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-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-09-20Update to 0.1.2:wiz1-2/+2
Version 0.1.2 (2004-09-12) * Fixed where callback based API wasn't being reset properly. * Minor bug fixes. Version 0.1.1 (2004-07-17) * Fixed bug in callback based API. * Fixed a bug brought tp light by agressive optimisations of gcc-3.4. * Minor bug fixes.
2004-06-21update to 0.1.0drochner1-4/+4
changes: Add callback API, functions for short to float and float to short conversion. Minor bug fixes.
2004-02-19Convert to buildlink3.wiz1-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-5/+3
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-05Add test target; depends on fftw2.wiz1-2/+5
Remove bogus fftw[3] dependency. fftw dependency also not needed in buildlink2.mk, so remove it there too and bump PKGREVISION.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-14Initial import of libsamplerate-0.0.13. DESCR follows:jmmv1-0/+22
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players. SRC is capable of arbitrary and time varying conversions; from downsampling by a factor of 12 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects. SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates.