[Lunar-commits] <moonbase> Coherence: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Mar 6 17:37:51 CET 2010
commit 2a42d6098b078c6f1cf6ec7443e7118eb9dc0a97
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 6 11:37:51 2010 -0500
Coherence: Adding to moonbase.
---
net/Coherence/BUILD | 6 ++++++
net/Coherence/DEPENDS | 1 +
net/Coherence/DETAILS | 28 ++++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/net/Coherence/BUILD b/net/Coherence/BUILD
new file mode 100644
index 0000000..ce8239d
--- /dev/null
+++ b/net/Coherence/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/net/Coherence/DEPENDS b/net/Coherence/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/net/Coherence/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/net/Coherence/DETAILS b/net/Coherence/DETAILS
new file mode 100644
index 0000000..06a47f0
--- /dev/null
+++ b/net/Coherence/DETAILS
@@ -0,0 +1,28 @@
+ MODULE=Coherence
+ VERSION=0.6.6.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://coherence.beebits.net/download/
+ SOURCE_VFY=sha1:c8f3aedf6f393e400b012b9b79a45faf6bc3c809
+ WEB_SITE=http://www.dest-unreach.org/$MODULE/
+ ENTERED=20100306
+ UPDATED=20100306
+ SHORT="DLNA and UPnP MediaServer"
+
+cat << EOF
+Coherence offers a toolkit including:
+
+ * a DLNA/UPnP MediaServer stand-alone application, which exports local/home
+ or online media files via its backends to other UPnP clients.
+ * an audio/video DLNA/UPnP MediaRenderer stand-alone application, based on
+ the GStreamer framework .
+ * Cadre: an image DLNA/UPnP MediaRenderer stand-alone application, to be
+ used as a picture frame.
+ * Mirabeau: a standalone UPnP bridge application, to share your UPnP content
+ between two or more local networks over the Internet (work in progress).
+ * The Inspector: a UPnP Device and Service analyzer/debugger tool, which can
+ also be used as a UPnP ControlPoint.
+ * Puncher: a command-line UPnP InternetGatewayDevice manipulation tool
+ * Plugins or extensions for other applications to open them to the UPnP world,
+ thanks to the framework (either as MediaServers, ControlPoints or MediaRenderers).
+ This includes Totem, Nautilus, Eye Of Gnome, Rythmbox, Banshee, Elisa, amarok...
+EOF
More information about the Lunar-commits
mailing list