[Lunar-commits] <moonbase> live555: initial import that can be used by vlc and mplayer for additional streaming support.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed Mar 11 20:33:47 CET 2009
commit 5687e4ebb502016a968fd61697743c17a1a35744
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Mar 11 15:33:47 2009 -0400
live555: initial import that can be used by vlc and mplayer for
additional streaming support.
---
net/live555/BUILD | 16 ++++++++++++++++
net/live555/DETAILS | 15 +++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/net/live555/BUILD b/net/live555/BUILD
new file mode 100644
index 0000000..136c808
--- /dev/null
+++ b/net/live555/BUILD
@@ -0,0 +1,16 @@
+(
+
+ sedit "s:-O2 -D:-O2 -fPIC -D:" config.linux
+
+ INST_DIR="/usr/lib/live"
+
+ if [ -d $INST_DIR ] ; then
+ mkdir -p $INST_DIR
+ fi &&
+
+ ./genMakefiles linux &&
+ make &&
+ prepare_install &&
+ cp -rf . $INST_DIR
+
+) > $C_FIFO 2>&1
diff --git a/net/live555/DETAILS b/net/live555/DETAILS
new file mode 100644
index 0000000..c593a45
--- /dev/null
+++ b/net/live555/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=live555
+ VERSION=2009.02.23
+ SOURCE=live.$VERSION.tar.gz
+ SOURCE_URL=http://www.live555.com/liveMedia/public/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/live
+ SOURCE_VFY=sha1:aebd5045c79caff537e1900da717a5b245112db3
+ WEB_SITE=http://www.live555.com/liveMedia/#config-unix
+ ENTERED=20090311
+ UPDATED=20090311
+ SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP"
+
+cat << EOF
+This code forms a set of C++ libraries for multimedia streaming, using open
+standard protocols (RTP/RTCP, RTSP, SIP).
+EOF
More information about the Lunar-commits
mailing list