diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-10 14:39:06 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-10 14:39:06 +0800 |
commit | ce7c57df87bb70d3d6b1ff033eb9a91f2f82366d (patch) | |
tree | 93e46afa5ef182598a4e57d41a38ad0613fce058 /audio | |
parent | 048790ee9f8ac792bb866ce66e3e7d71423e8b65 (diff) | |
download | freebsd-ports-gnome-ce7c57df87bb70d3d6b1ff033eb9a91f2f82366d.tar.gz freebsd-ports-gnome-ce7c57df87bb70d3d6b1ff033eb9a91f2f82366d.tar.zst freebsd-ports-gnome-ce7c57df87bb70d3d6b1ff033eb9a91f2f82366d.zip |
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>
Diffstat (limited to 'audio')
-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 |