[Lunar-commits] <moonbase> ushare: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 10 15:23:56 CET 2010
commit 8c2bfe45314fdf58e52b54173cbddd60a35c7048
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 10 09:23:56 2010 -0500
ushare: Adding to moonbase.
---
video/ushare/BUILD | 10 ++++++++++
video/ushare/DEPENDS | 3 +++
video/ushare/DETAILS | 16 ++++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/video/ushare/BUILD b/video/ushare/BUILD
new file mode 100644
index 0000000..155ba4e
--- /dev/null
+++ b/video/ushare/BUILD
@@ -0,0 +1,10 @@
+(
+
+ OPTS+=" --enable-dlna --sysconfdir=/etc" &&
+
+ ./configure --prefix=/usr \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/video/ushare/DEPENDS b/video/ushare/DEPENDS
new file mode 100644
index 0000000..62d7b05
--- /dev/null
+++ b/video/ushare/DEPENDS
@@ -0,0 +1,3 @@
+depends libdlna
+depends libupnp
+depends ffmpeg
diff --git a/video/ushare/DETAILS b/video/ushare/DETAILS
new file mode 100644
index 0000000..2085bc5
--- /dev/null
+++ b/video/ushare/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=ushare
+ VERSION=1.1a
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:1539e83cde5d80f433d262d971f5fe78486c9375
+ WEB_SITE=http://ushare.geexbox.org/
+ ENTERED=20100209
+ UPDATED=20100209
+ SHORT="UPnP A/V & DLNA Media Server"
+PSAFE=no
+cat << EOF
+uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server
+component that provides UPnP media devices with information on available
+multimedia files. uShare uses the built-in http server of libupnp to
+stream the files to clients.
+EOF
More information about the Lunar-commits
mailing list