diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:39:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:39:06 +0000 |
commit | cb49d38bf0f0ade310129407ac8288a63924516c (patch) | |
tree | dcf65896f8fa20dd9e9debbc9b6feaad736312c7 | |
parent | Make this build again. I'm not sure how this slipped through :/ (diff) |
Add the xmms-liveice port.
This port installs a plugin for xmms that allows you to use xmms
for streaming music (or whatever) to icecast servers. Multiple bitrate
streams and title streaming is not supported.
PR: 16506
Submitted by: Espen Skoglund <esk@ira.uka.de>
Notes
Notes:
svn path=/head/; revision=25636
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-liveice/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-liveice/files/patch-aa | 21 | ||||
-rw-r--r-- | audio/xmms-liveice/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-liveice/pkg-descr | 3 | ||||
-rw-r--r-- | audio/xmms-liveice/pkg-plist | 1 |
6 files changed, 28 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 09e607383bc2..0ec39f977835 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -104,6 +104,7 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms + SUBDIR += xmms-liveice SUBDIR += xmms-mikmod SUBDIR += xmp SUBDIR += xmpeg3 diff --git a/audio/xmms-liveice/distinfo b/audio/xmms-liveice/distinfo new file mode 100644 index 000000000000..9fb3960c9aa2 --- /dev/null +++ b/audio/xmms-liveice/distinfo @@ -0,0 +1 @@ +MD5 (liveice-xmms.tar.gz) = a638e9f084ee6a93642799f8d056f23d diff --git a/audio/xmms-liveice/files/patch-aa b/audio/xmms-liveice/files/patch-aa new file mode 100644 index 000000000000..0c103487a2e3 --- /dev/null +++ b/audio/xmms-liveice/files/patch-aa @@ -0,0 +1,21 @@ +*** src/serverlib.h.org Sat Feb 5 17:20:28 2000 +--- src/serverlib.h Sat Feb 5 17:20:38 2000 +*************** +*** 19,24 **** +--- 19,25 ---- + */ + + ++ #include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/in.h> +*** src/liveice.h.org Sat Feb 5 17:25:09 2000 +--- src/liveice.h Sat Feb 5 17:25:12 2000 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #include <sys/types.h> + + #define LIVEICE_VERSION "1.0" + diff --git a/audio/xmms-liveice/pkg-comment b/audio/xmms-liveice/pkg-comment new file mode 100644 index 000000000000..a499a526f53b --- /dev/null +++ b/audio/xmms-liveice/pkg-comment @@ -0,0 +1 @@ +Use XMMS for streaming audio to Icecast servers diff --git a/audio/xmms-liveice/pkg-descr b/audio/xmms-liveice/pkg-descr new file mode 100644 index 000000000000..861d4d90e987 --- /dev/null +++ b/audio/xmms-liveice/pkg-descr @@ -0,0 +1,3 @@ +The LiveIce plugin for XMMS allows you to use XMMS for streaming music +(or whatever) to Icecast servers. Multiple bitrate streams and title +streaming is not supported though. diff --git a/audio/xmms-liveice/pkg-plist b/audio/xmms-liveice/pkg-plist new file mode 100644 index 000000000000..3c21a55ec613 --- /dev/null +++ b/audio/xmms-liveice/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Effect/libliveice.so |