aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rygel
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-11 14:16:13 +0200
committerKoen Kooi <koen@openembedded.org>2010-08-11 14:16:13 +0200
commitb5ef0accda1420f302a88ac0c5f986a08ff34013 (patch)
treeda6759ed6eb2d81402c00d63d4063194cfd017fd /recipes/rygel
parent9f75b210f2d8bffe44892b594374e06f8e476162 (diff)
downloadopenembedded-b5ef0accda1420f302a88ac0c5f986a08ff34013.tar.gz
rygel: add 0.6.0
Diffstat (limited to 'recipes/rygel')
-rw-r--r--recipes/rygel/rygel_0.6.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/rygel/rygel_0.6.0.bb b/recipes/rygel/rygel_0.6.0.bb
new file mode 100644
index 0000000000..6b322fb370
--- /dev/null
+++ b/recipes/rygel/rygel_0.6.0.bb
@@ -0,0 +1,20 @@
+inherit gnome vala
+
+DESCRIPTION = "Collection of DLNA[1] (UPnP[2] AV) devices, implemented through a plug-in mechanism."
+SECTION = "network/multimedia"
+DEPENDS = "glib-2.0 gupnp gupnp-av gstreamer sqlite3 libsoup-2.4 "
+HOMEPAGE = "http://live.gnome.org/Rygel"
+
+SRC_URI[archive.md5sum] = "037894e84f9b57c32e9bde75ee5b4dbf"
+SRC_URI[archive.sha256sum] = "94b0904468c74d0931c95ba0920c5585e96f25cf014dd9756f78d5b6f2e428ca"
+
+#EXTRA_OECONF = "--enable-vala=no"
+
+do_configure() {
+ libtoolize --force
+ gnu-configize --force
+ oe_runconf
+}
+
+FILES_${PN} += "${libdir}/rygel-1.0/librygel*.so ${datadir}/dbus-1/"
+FILES_${PN}-dbg += "${libdir}/rygel-1.0/.debug/"