summaryrefslogtreecommitdiff
path: root/audio/jack/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2016-02-14Put back alloca.h, it's required on at least SunOS. Change the configurejperkin1-2/+2
test to make it non-fatal for it to be missing instead.
2016-02-10Update jack to 0.124.1.wiz1-10/+10
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.joerg1-2/+2
2015-01-27avoid hard coding paths to header files on Darwindbj1-1/+3
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 injperkin1-2/+1
/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.jperkin1-2/+2
2014-08-16Fix build on Mc OS X.gls1-1/+2
2013-02-27alloca and stdbool fixes for SunOS.jperkin1-1/+4
2013-02-09Update to 0.121.3.ryoon1-13/+9
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-01-11Fix build on SunOS.hans1-1/+2
2008-11-16If we're using dynamic SIMD detection, we _do not_ want to buildbjs1-3/+3
with -msse et. al. s/HOST_HAS_BSD_POLL/JACK_&/
2008-11-16Revert netjack fix--it's not what I wanted.bjs1-2/+2
2008-11-16Update to jack-0.115.1 (from SVN). Changes: pulled in a patchbjs1-21/+20
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.bjs1-2/+2
2008-07-31Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on manybjs1-6/+21
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.
2006-06-23Ensure that the "whitespace()" macro function is always defined, asjlam1-1/+2
it's used within jack_transport.c. This fixes errors building audio/jack using the built-in editline library on NetBSD, and fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-04-19Add libtool dependency. Add readline dependency for jack_transport.joerg1-1/+2
Fix pthread detection. Bump revision.
2006-04-12Imported jack from pkgsrc-wip.rillig1-0/+5
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). Packaged by Chris Wareham.