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 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-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2002.09.21.13.33.29; author hubertf; state dead; branches; next 1.4; 1.4 date 2001.07.02.08.17.11; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.10.20.20.34.20; author tron; state dead; branches; next 1.2; 1.2 date 2000.06.04.09.41.14; author tron; state Exp; branches; next 1.1; 1.1 date 2000.05.07.20.49.45; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.05.07.20.49.45; author tron; state Exp; branches; next ; desc @@ 1.5 log @Update xmradio to 1.2. Changes: Changes from 1.1-1.2 ------------------- - with newer openmotif the CheckBoxes where confused. repaired. - mixer panel was confusing too. tried to improve. - records now as mp3 too, you need to install lame and mpg123 for that. - "delete all" and "scan all" button added to config panel. - improved GUI response during recording - lcdproc support is always compiled in, en/disable via app-defaults Changes from 1.0-1.1 ------------------- - changed homepage and email address - made version check asynchronous Update requested by coto on IRC. @ text @$NetBSD: patch-aa,v 1.4 2001/07/02 08:17:11 jlam Exp $ --- Imakefile.orig Wed Nov 1 03:34:18 2000 +++ Imakefile @@@@ -15,7 +15,7 @@@@ SRCS = radio.c remote.c analyzer.c sample.c misc.c config.c version_check.c LiteClue.c lcd_net.c OBJS = radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o -CDEBUGFLAGS = -O2 -g -Wall +#CDEBUGFLAGS = -O2 -g -Wall XCOMM CCOPTIONS= -DJUHA_DRIVER -DHAS_XPM -DLCD_NET XCOMM CCOPTIONS= -DJUHA_DRIVER -DHAS_XPM @ 1.4 log @Honor CFLAGS passed in from environment during build by not overriding CDEBUGFLAGS in the Imakefile. Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update "xmradio" package to version 1.0b1. This version includes the NetBSD patches for version 0.9b2. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/06/04 09:41:14 tron Exp $ d3 5 a7 12 --- radio.c.orig Thu Oct 21 22:14:07 1999 +++ radio.c Sun Jun 4 11:38:23 2000 @@@@ -61,7 +61,7 @@@@ #include #include #ifdef __NetBSD__ -#include +#include #include #else #ifdef linux @@@@ -296,9 +296,7 @@@@ d9 5 a13 9 static String fbres[] = { -#ifdef __NetBSD__ - "*tunerDevice: /dev/tuner0", -#elif defined linux +#ifdef linux "*tunerDevice: /dev/radio", #else "*tunerDevice: /dev/tuner", @ 1.2 log @Adapt to recent changes to "src/etc/etc.i386/MAKEDEV": Use device "/dev/tuner" by default. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d4 1 a4 1 +++ radio.c Sun May 7 22:45:51 2000 d14 11 @ 1.1.1.1 log @Initial import of new "xmradio" package: Radio applicaton for Brooktree 848 compatible TV cards @ text @@