summaryrefslogtreecommitdiff
path: root/audio/jack
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18*: revbump for libsndfileleot2-3/+4
2019-12-02jack: remove information about running as rootnia1-10/+6
2019-12-02jack: Fix Sun driver on NetBSD and default to it over OSS.nia5-33/+108
Update usage instructions. Bump PKGREVISION
2019-11-02audio: align variable assignments and directivesrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-09-09jack: Removed dropped libuuid dependency from buildlink3nia1-2/+1
2019-09-09audio/jack: Remove unnecessary dependency on libuuiddbj1-2/+2
2019-07-26jack: Add BDB_ACCEPTED to buildlink3.mknia1-1/+3
2019-06-19jack: HAVE_ALLOCA_H is no longer used, switch to __sun.jperkin2-5/+5
2019-06-15jack: updated to 0.125.0adam22-231/+171
0.125.0: Bug fixes
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-02-14Bump PKGREVISION for previous.wiz1-1/+2
2016-02-14Switch from bdb.bl3.mk to db4/bl3.mk.wiz2-5/+5
Dependencies need to pull in the db used, and I don't know how to find that out in bl3.mk. Also: who uses db2 or db3 by choice?
2016-02-14jack headers include uuid.h, so include uuid bl3.mk in jack bl3.mk.wiz1-1/+2
2016-02-14Put back alloca.h, it's required on at least SunOS. Change the configurejperkin2-10/+10
test to make it non-fatal for it to be missing instead.
2016-02-10Update jack to 0.124.1.wiz8-40/+59
Changes not found. Disable simd option by default, since it breaks compilation for me on 7.99.26/amd64: ./simd.c: In function 'x86_3dnow_add2f': ./simd.c:211:3: error: impossible constraint in 'asm' asm volatile (
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg3-6/+6
2015-01-27avoid hard coding paths to header files on Darwindbj4-16/+34
use Carbon/Carbon.h instead of MacTypes.h, which has problems on older systems
2015-01-26Re-work how we handle MacTypes.h. Older Darwin releases do not ship a copy injperkin3-22/+16
/usr/include, whilst newer Xcode do not ship a copy in the SDK, and we somehow need to handle both. This package explicitly passes -mmacosx-version-min=10.4 meaning we cannot test the __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ macro as we would normally. So for now we perform a direct substitution based on whether /usr/include/MacTypes.h exists. Cleaner solutions welcome.
2015-01-14Fix build on Snow Leopard which requires the older header location.jperkin2-6/+10
2014-08-16Fix build on Mc OS X.gls3-4/+21
2014-02-23Fix check for OPSYS on Solaris, which should be 'SunOS'.richard1-2/+2
(PM: LOWER_OPSYS is 'solaris')
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-27alloca and stdbool fixes for SunOS.jperkin4-1/+53
2013-02-15Remove obsolete patches.ryoon2-45/+0
2013-02-10Bump PKGREVISION.ryoon1-2/+3
Reference libossaudio explicitly on NetBSD.
2013-02-09Update to 0.121.3.ryoon11-87/+63
Changelog: Make the printed output of jack_iodelay more useful to actual users Compilation fixes for OS X (particularly PPC architectures) Remove SSE-related messages during startup Fix a few argument type declarations for a few functions OSS backend: fix a call to yet undefined engine instance
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-01-26Use SET_LIBDIR with packages that want to use to lib64sbd1-1/+2
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+1
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-11Fix build on SunOS.hans3-2/+19
2012-01-04Remove ${LIBABISUFFIX} from PLIST and insure file are not installedsbd2-14/+13
with using it.
2012-01-03Add ${LIBABISUFFIX} to PLIST entry's.sbd2-12/+14
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-15Build fix (untested by me):wiz1-1/+2
Define _GNU_SOURCE on Linux. From Aleksey Cheusov in PR 41219.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-16If we're using dynamic SIMD detection, we _do not_ want to buildbjs4-20/+19
with -msse et. al. s/HOST_HAS_BSD_POLL/JACK_&/
2008-11-16Revert netjack fix--it's not what I wanted.bjs3-56/+4
2008-11-16Update to jack-0.115.1 (from SVN). Changes: pulled in a patchbjs20-104/+169
to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets. This is presently untested, however. Also, with this snapshot we at least have the hope that the network facility works. Includes other miscellaneous bug fixes, also. While here, explicitly enable coreaudio on Darwin and add a PLIST entry for its driver module. This is also untested, but at least installation on Darwin will not fail due to an incorrect PLIST. Also, include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order to heed DLOPEN_REQUIRE_PTHREADS.
2008-08-09Update patch comment to reflect its contents.bjs2-5/+5
2008-07-31Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on manybjs23-88/+501
platforms and a hideous anachronism. On NetBSD-current/i386 and amd64, at least, I can say that this package works very well. If you have issues with the audio skipping and are running NetBSD 4.99.x, try updating to rev. 1.241 of sys/dev/audio.c; the changes to audio_poll() and the pause attribute handling (in large part thanks to help from jakemsr@openbsd.org) are important for proper functioning of jack (though you may find it works regardless, depending upon your audio driver, how demanding your "workload" is, etc.). I will submit a pullup request for this change for NetBSD 4 as well. JACK now supports both our native audio API and OSS--I recommend trying both.
2007-03-18configure: error: *** JACK requires GNU getopt_longrillig1-1/+2
2006-11-29Add missing LIBS+=${LIBOSSAUDIO}... at least the oss module needsxtraeme1-2/+4
that, reported by an user on freenode. Bump PKGREVISION.
2006-11-15Added dependency of oss to Makefile:wulf1-2/+3
jack requires oss support
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-26This package needs Perl to build correctly.rillig1-2/+2