head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.14 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.12 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.10 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.8 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.6 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.4 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.2 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.22 pkgsrc-2008Q1:1.5.0.20 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.18 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.16 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.14 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.24 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.22 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.20 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2008.09.16.16.07.31; author wiz; state dead; branches; next 1.5; 1.5 date 2005.12.12.15.32.56; author joerg; state Exp; branches; next 1.4; 1.4 date 2000.10.18.11.22.44; author rh; state Exp; branches; next 1.3; 1.3 date 2000.06.18.11.11.52; author blymn; state Exp; branches; next 1.2; 1.2 date 99.11.15.13.07.12; author rh; state Exp; branches; next 1.1; 1.1 date 99.09.17.00.48.27; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.09.17.00.48.27; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-aa,v 1.5 2005/12/12 15:32:56 joerg Exp $ --- ../audioIO.c.orig 1997-05-31 15:47:58.000000000 +0000 +++ ../audioIO.c @@@@ -6,10 +6,18 @@@@ #include "audioIO_Linux.c" #endif +#ifdef OS_NetBSD + #include "audioIO_NetBSD.c" +#endif + #ifdef OS_BSD #include "audioIO_Linux.c" #endif +#ifdef OS_DragonFly + #include "audioIO_Linux.c" +#endif + #if defined(OS_IRIX) || defined(OS_IRIX64) #include "audioIO_IRIX.c" #endif @ 1.5 log @Add DragonFly support. XXX Use the changes for FreeBSD as well? @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo , the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation. @ text @d3 3 a5 3 --- ../audioIO.c.orig Sat May 31 23:47:58 1997 +++ ../audioIO.c Sun Oct 1 15:47:54 2000 @@@@ -6,6 +6,10 @@@@ d16 8 @ 1.3 log @* Changed the way xamp supports NetBSD, we now have our own audioIO file. * Added support for 8bit sound cards (it sounds crappy but when it is all you have....) * Fixed bug in debug mode code. @ text @d1 15 a15 16 diff -c ../audioIO.c:1.1.1.1 xamp/audioIO.c:1.2 *** ../audioIO.c:1.1.1.1 Wed Jun 14 22:23:48 2000 --- ../audioIO.c Wed Jun 14 22:23:48 2000 *************** *** 6,11 **** --- 6,15 ---- #include "audioIO_Linux.c" #endif + #ifdef OS_NetBSD + #include "audioIO_NetBSD.c" + #endif + #ifdef OS_BSD #include "audioIO_Linux.c" #endif @ 1.2 log @defuzz @ text @d1 16 a16 13 $NetBSD$ --- ../audioIO.c.orig Sat May 31 19:47:58 1997 +++ ../audioIO.c Mon Nov 15 13:58:45 1999 @@@@ -18,7 +18,7 @@@@ #include "audioIO_HPUX.c" #endif -#ifdef OS_SunOS +#if defined(OS_SunOS) || defined(OS_NetBSD) #include "audioIO_SunOS.c" #endif @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- ../audioIO.c.old Sun Oct 26 10:55:27 1997 +++ ../audioIO.c Sun Oct 26 10:56:03 1997 a13 56 --- ../audioIO.h.old Sun Oct 26 10:57:10 1997 +++ ../audioIO.h Fri Oct 31 06:43:07 1997 @@@@ -27,3 +27,7 @@@@ #ifdef OS_SunOS #define AUSIZ 4096 #endif + +#ifdef OS_NetBSD + #define AUSIZ 32768 +#endif --- ../audioIO_SunOS.c.old Sun Oct 26 10:58:36 1997 +++ ../audioIO_SunOS.c Sun Oct 26 11:13:51 1997 @@@@ -8,7 +8,11 @@@@ #include "amp.h" #include +#ifndef OS_NetBSD #include +#else +#include +#endif #include #include #include @@@@ -36,8 +40,7 @@@@ } DB(audio, msg("Audio device opened on %d\n",audio_fd) ); - if (ioctl(audio_fd,AUDIO_GETINFO,&auinfo)<0) - die("Unable to get audio info\n"); + AUDIO_INITINFO(&auinfo); auinfo.play.precision=16; auinfo.play.encoding=AUDIO_ENCODING_LINEAR; --- configure.in.old Sun Oct 26 10:53:03 1997 +++ configure.in Sun Oct 26 10:54:32 1997 @@@@ -58,7 +58,7 @@@@ DEFINES="-DOS_$OS_TYPE -DARCH_$ARCH_TYPE" ;; - Linux|FreeBSD) + Linux|FreeBSD|NetBSD) CC="gcc" if test "$ARCH_TYPE" = "i486" ; then CFLAGS_ARCH="-m486" --- configure.old Sun Oct 26 11:18:18 1997 +++ configure Sun Oct 26 11:18:45 1997 @@@@ -1398,7 +1398,7 @@@@ DEFINES="-DOS_$OS_TYPE -DARCH_$ARCH_TYPE" ;; - Linux|FreeBSD) + Linux|FreeBSD|NetBSD) CC="gcc" if test "$ARCH_TYPE" = "i486" ; then CFLAGS_ARCH="-m486" @ 1.1.1.1 log @A version of amp (stands for `Audio Mpeg Player') plus a Qt GUI Submitted in PR 8424 by Rui-Xiang Guo @ text @@