diff options
Diffstat (limited to 'audio/liveice/patches/patch-ac')
-rw-r--r-- | audio/liveice/patches/patch-ac | 47 |
1 files changed, 34 insertions, 13 deletions
diff --git a/audio/liveice/patches/patch-ac b/audio/liveice/patches/patch-ac index a3944770f75..d0e447e5c4a 100644 --- a/audio/liveice/patches/patch-ac +++ b/audio/liveice/patches/patch-ac @@ -1,14 +1,35 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $ +$NetBSD: patch-ac,v 1.2 2001/05/05 10:05:34 wiz Exp $ ---- Makefile.in.orig Tue Nov 21 03:31:42 2000 -+++ Makefile.in -@@ -1,6 +1,9 @@ - CC = @CC@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LIBS@ -+.if ${OPSYS} == "NetBSD" -+LDFLAGS+= -lossaudio # Not needed on Solaris -+.endif - SHELL=/bin/sh - - srcdir = @srcdir@ +--- README.NetBSD.orig Sat May 5 12:00:35 2001 ++++ README.NetBSD +@@ -0,0 +1,30 @@ ++I've patched this to handle the NetBSD audio driver natively. ++ ++Therefore, there are some new config variables which you have to worry ++about if you intend to use the soundcard-based streaming features. ++ ++# SOUND_DEVICE /dev/sound ++ ++SOUND_DEVICE is no longer used when compiling under NetBSD. ++ ++Instead: ++ ++NETBSD_AUDIO_FILE /dev/audio0 ++NETBSD_AUDIOCTL_FILE /dev/audioctl0 ++ ++Or something of that nature should be used. ++ ++=== Last Updated: 09 February 2001 ++=== Andrew Hobgood <chaos@strange.net> ++ ++This has been tested on NetBSD-current (1.5 cvs 06 Feb 2001) with my SB ++AWE64 Gold ISA. ++ ++NetBSD schizo 1.5 NetBSD 1.5 (SCHIZO) #4: Tue Feb 6 13:40:31 EST 2001 root@schizo:/usr/src/sys/arch/alpha/compile/SCHIZO alpha ++ ++isapnp0: read port 0x203 ++sb0 at isapnp0 port 0x220/16,0x330/2,0x388/4 irq 5 drq 1,5 ++sb0: Creative SB AWE64 Gold Audio: dsp v4.16 ++audio0 at sb0: full duplex, mmap, independent ++isapnp0: <Creative SB AWE64 Gold, CTL7002, PNPB02F, Game> port 0x200/8 not configured ++isapnp0: <Creative SB AWE64 Gold, CTL0023, , WaveTable> port 0x620/4 not configured |