summaryrefslogtreecommitdiff
path: root/recipes/rygel/rygel_0.4.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rygel/rygel_0.4.8.bb')
-rw-r--r--recipes/rygel/rygel_0.4.8.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/rygel/rygel_0.4.8.bb b/recipes/rygel/rygel_0.4.8.bb
new file mode 100644
index 0000000000..6d7dd6a930
--- /dev/null
+++ b/recipes/rygel/rygel_0.4.8.bb
@@ -0,0 +1,14 @@
+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 automake-native-1.11.1"
+HOMEPAGE = "http://live.gnome.org/Rygel"
+
+SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/rygel/0.4/rygel-${PV}.tar.bz2 \
+ file://configure.ac.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-vala=no"
+
+FILES_${PN} += "${libdir}/rygel-1.0/librygel*.so ${datadir}/dbus-1/"
+FILES_${PN}-dbg += "${libdir}/rygel-1.0/.debug/"