[oe-commits] Koen Kooi : rygel: add 0.6.0

git version control git at git.openembedded.org
Wed Aug 11 12:17:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b5ef0accda1420f302a88ac0c5f986a08ff34013
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5ef0accda1420f302a88ac0c5f986a08ff34013

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Aug 11 14:16:13 2010 +0200

rygel: add 0.6.0

---

 recipes/rygel/rygel_0.6.0.bb |   20 ++++++++++++++++++++
 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 0000000..6b322fb
--- /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/"





More information about the Openembedded-commits mailing list