From: Koen Kooi Date: Wed, 11 Aug 2010 12:16:13 +0000 (+0200) Subject: rygel: add 0.6.0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ef0accda1420f302a88ac0c5f986a08ff34013;p=openembedded.git rygel: add 0.6.0 --- 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/"