head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.4 netbsd-1-3-PATCH002:1.2; locks; strict; comment @# @; 1.5 date 2000.04.02.16.32.36; author pooka; state dead; branches; next 1.4; 1.4 date 98.08.07.10.35.58; author agc; state Exp; branches; next 1.3; 1.3 date 98.07.04.07.50.10; author mycroft; state Exp; branches; next 1.2; 1.2 date 98.03.20.08.25.15; author mycroft; state Exp; branches; next 1.1; 1.1 date 98.03.07.11.04.51; author mycroft; state Exp; branches; next ; desc @@ 1.5 log @Update mikmod to 3.1.6-a. Changes since 3.0.3 are numerous, including integrated patches from the package system, an on-screen configuration facility and a "don't loop" interal module option. See NEWS in distribution for a full list of changes. @ text @$NetBSD: patch-ae,v 1.4 1998/08/07 10:35:58 agc Exp $ --- playercode/unix_drv/drv_sun.c.orig Wed Jan 14 15:33:36 1998 +++ playercode/unix_drv/drv_sun.c Sat Jul 4 02:14:56 1998 @@@@ -33,7 +33,7 @@@@ #include "mikmod.h" -#define DEFAULT_FRAGSIZE 2048 +#define DEFAULT_FRAGSIZE 8192 static int sndfd; /* we need these in a few places */ static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE; @ 1.4 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 3.0.3. @ text @d1 2 @ 1.2 log @Remove spurious warning. @ text @d1 2 a2 2 --- drv_sun.c.orig Sat Nov 30 22:09:55 1996 +++ drv_sun.c Fri Mar 20 03:13:13 1998 a11 10 @@@@ -173,9 +173,6 @@@@ close( sndfd ); return 0; } - if(!quiet) - if( (play_stereo != 1 || play_rate != 8000) && AUDIO_ENCODING_ULAW ) - printf( "Warning: not using 8khz mono with ulaw. This might not sound good\n" ); AUDIO_INITINFO( &audioinfo ); audioinfo.play.precision = play_precision; @ 1.1 log @Use the native audio interface. @ text @d2 1 a2 1 +++ drv_sun.c Sat Mar 7 05:59:39 1998 d12 10 @