head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.32 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.30 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.28 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.26 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.24 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.20 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.18 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.16 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.14 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.12 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.8 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.6 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.3 date 2013.02.15.14.34.32; author ryoon; state dead; branches; next 1.2; 1.2 date 2008.11.16.11.22.55; author bjs; state Exp; branches; next 1.1; 1.1 date 2008.07.31.03.58.05; author bjs; state Exp; branches; next ; desc @@ 1.3 log @Remove obsolete patches. @ text @$NetBSD: patch-ac,v 1.2 2008/11/16 11:22:55 bjs Exp $ --- libjack/simd.c.orig 2008-11-11 17:36:29.000000000 -0500 +++ libjack/simd.c @@@@ -332,9 +332,9 @@@@ sse_nonalign: void x86_sse_f2i (int *dest, const float *src, int length, float scale) { int i; - float max[4] __attribute__((aligned(16))) = + static const float max[4] __attribute__((aligned(16))) = { -1.0F, -1.0F, -1.0F, -1.0F }; - float min[4] __attribute__((aligned(16))) = + static const float min[4] __attribute__((aligned(16))) = { 1.0F, 1.0F, 1.0F, 1.0F }; float s[4] __attribute__((aligned(16))); @ 1.2 log @Update to jack-0.115.1 (from SVN). Changes: pulled in a patch 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. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on many 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. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2008/05/04 01:02:07 bjs Exp $ d3 13 a15 16 --- tools/netsource.c.orig 2008-07-27 22:17:58.000000000 -0400 +++ tools/netsource.c @@@@ -31,10 +31,14 @@@@ Foundation, Inc., 675 Mass Ave, Cambridg #include #include +#include + #include #include +#ifdef HAVE_ALLOCA_H #include +#endif #include @