head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.60 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.58 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.56 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.54 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.52 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.50 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.48 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.46 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.36 pkgsrc-2008Q1:1.3.0.34 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.32 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.30 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.28 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.26 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.24 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.22 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.20 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.18 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.16 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.14 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.12 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.03.06.16.02.42; author wiz; state dead; branches; next 1.3; 1.3 date 2004.03.14.07.15.49; author ben; state Exp; branches; next 1.2; 1.2 date 2004.03.09.04.38.40; author ben; state Exp; branches; next 1.1; 1.1 date 2004.03.05.22.36.12; author ben; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.03.05.22.36.12; author ben; state Exp; branches; next ; desc @@ 1.4 log @Remove GTK1 using packages for which noone spoke up for the last two weeks on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check". @ text @$NetBSD: patch-ac,v 1.3 2004/03/14 07:15:49 ben Exp $ --- modplugplay/modplugplay.c.orig Thu Oct 16 03:47:46 2003 +++ modplugplay/modplugplay.c @@@@ -89,7 +89,9 @@@@ command line option handling #define VERSION "1.0" #define BUF_SIZE 4096 +#ifndef DEVICE_NAME #define DEVICE_NAME "/dev/dsp" +#endif static struct termios stored_settings; int audio_fd, mixer_fd; @@@@ -288,7 +290,6 @@@@ int main(int argc, char* argv[]) int songsplayed = 0; ModPlug_Settings settings; - ModPlug_GetSettings(&settings); int format; int channels = 2; @@@@ -317,6 +318,8 @@@@ int main(int argc, char* argv[]) int surdly=0; // y int bas=0; // x int basrng=0; // c + + ModPlug_GetSettings(&settings); if ((format = get_byteorder()) == -1) { return 1; @ 1.3 log @Make xmms-modplug build with GCC 2.95.3. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Use DEVOSSAUDIO to specify audio device for command-line MOD player. @ text @d3 1 a3 1 --- modplugplay/modplugplay.c.orig 2003-10-16 03:47:46.000000000 -0700 d15 17 @ 1.1 log @Initial revision @ text @d5 1 a5 1 @@@@ -89,7 +89,11 @@@@ command line option handling d9 1 a9 3 +#ifdef __NetBSD__ +#define DEVICE_NAME "/dev/sound" +#else @ 1.1.1.1 log @Initial import of xmms-modplug-2.05, an XMMS plugin based on modplug. Based on the ModPlug sound engine by Olivier Lapicque XMMS plugin by Kenton Varda Placed in the public domain in October, 2001 @ text @@