aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-01 19:35:03 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-01 19:35:03 +0200
commit4a134e561aa0b19642005704111fbc0ef2b6e111 (patch)
treed54380269c3de3b1c43e51728ecf50b74ea50bee /recipes/xbmc
parentfe24fcde4c13a74db6c77ab4f04e671876437721 (diff)
downloadopenembedded-4a134e561aa0b19642005704111fbc0ef2b6e111.tar.gz
libmms: add 0.5
Diffstat (limited to 'recipes/xbmc')
-rw-r--r--recipes/xbmc/libmms_0.5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xbmc/libmms_0.5.bb b/recipes/xbmc/libmms_0.5.bb
new file mode 100644
index 0000000000..a898c4bc5e
--- /dev/null
+++ b/recipes/xbmc/libmms_0.5.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "LibMMS is a common library for parsing mms:// and mmsh:// type network streams."
+LICENSE = "LGPLv2.1"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://launchpad.net/libmms/trunk/${PV}/+download/libmms-${PV}.tar.gz"
+SRC_URI[md5sum] = "cf83053ec891f14e73a04c84d9de08ee"
+SRC_URI[sha256sum] = "02d9ca2b16b1517b84edb6c1c378a1f447679a831ba708a0396b30852aa6f091"
+
+inherit autotools
+