diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:01:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:01:49 +0000 |
commit | 39db9bb39e5302c1a6773df8d129990304a45b2d (patch) | |
tree | a926f7786d38c84d725a9e868d36d6612f44408c /audio/liveice/patches/patch-ab | |
parent | 59da6815d71eb0a64703798038d16d46b6dcae10 (diff) | |
download | pkgsrc-39db9bb39e5302c1a6773df8d129990304a45b2d.tar.gz |
Add liveice-0.20001121:
LiveIce is the source client for Icecast which encodes an mpeg
stream for broadcast as it is created. Unlike clients such as Shout
and IceDJ this permits the broadcast of live audio, rather than
prerecorded mp3's.
To start:
0. start icecast
1. find $HOME/mp3 -type f >playlist
2. liveiceconfigure.tk, save
3. In /bin/sh: liveice -M 2>/dev/null
Diffstat (limited to 'audio/liveice/patches/patch-ab')
-rw-r--r-- | audio/liveice/patches/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/liveice/patches/patch-ab b/audio/liveice/patches/patch-ab new file mode 100644 index 00000000000..78de2701858 --- /dev/null +++ b/audio/liveice/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $ + +--- streams.c.orig Tue Nov 21 03:30:12 2000 ++++ streams.c +@@ -36,7 +36,11 @@ + #ifdef HAVE_SYS_SOUNDCARD_H + #include <sys/soundcard.h> + #else ++#ifdef __NetBSD__ ++#include <soundcard.h> ++#else + #include <machine/soundcard.h> ++#endif /* __NetBSD__ */ + #endif + #endif + #include <sys/ioctl.h> |