pkgsrc/audio/liveice/patches/patch-aa
hubertf 39db9bb39e 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
2000-11-21 06:01:49 +00:00

14 lines
328 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $
--- liveice.h.orig Tue Nov 21 03:29:51 2000
+++ liveice.h
@@ -39,7 +39,9 @@
#include <signal.h>
#include <netdb.h>
#include <arpa/inet.h>
+#ifndef __NetBSD__
#include <sched.h>
+#endif
#include <unistd.h>
#include <termios.h>
#include <sys/wait.h>