[Lunar-commits] <moonbase> libmms: new module for mms streaming

Zachary McGrew zmcgrew at lunar-linux.org
Mon Jan 5 08:31:54 CET 2009


commit 5c23b49ac25f1171dbf7652f28f5e0dab9e2cf05
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sun Jan 4 23:31:54 2009 -0800

    libmms: new module for mms streaming
---
 libs/libmms/DEPENDS |    1 +
 libs/libmms/DETAILS |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/libs/libmms/DEPENDS b/libs/libmms/DEPENDS
new file mode 100644
index 0000000..7c5f131
--- /dev/null
+++ b/libs/libmms/DEPENDS
@@ -0,0 +1 @@
+depends glib-2
diff --git a/libs/libmms/DETAILS b/libs/libmms/DETAILS
new file mode 100644
index 0000000..9e29cd4
--- /dev/null
+++ b/libs/libmms/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libmms
+         VERSION=0.4
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://launchpad.net/libmms/trunk/$VERSION/+download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:301dff27db1742eeab699d6f7619a05cd7b0d8a4
+        WEB_SITE=https://launchpad.net/libmms
+         ENTERED=20071003
+         UPDATED=20090104
+           SHORT="MMS stream library"
+cat <<EOF
+LibMMS aims to be common mms:// and mmsh:// (Microsoft streaming
+protocols) parsing library, licensed on LGPL, and thus usable by many
+projects that don't use GPL.
+EOF


More information about the Lunar-commits mailing list