aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rygel
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-01-18 20:39:57 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-01-18 20:48:40 +0100
commit9a3007faba9e879ea1eb02d69e6622f7ad339bf7 (patch)
tree0ed8d2946c53a78a43a9bd7562cc64b1b659afd1 /recipes/rygel
parent1b292552e4c21563f9b1b1f614c68cae6b6e0569 (diff)
downloadopenembedded-9a3007faba9e879ea1eb02d69e6622f7ad339bf7.tar.gz
rygel: added 0.4.8 (requires automake-native 1.11.1)
Information from website (http://live.gnome.org/Rygel): Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), implemented through a plug-in mechanism. Important facts and features * Specifically designed for GNOME (Mobile) and is therefore planned to be one of the key new features of Maemo platform in the Harmattan release. * Based on GUPnP. * written (mostly) in Vala language * APIs to ease the implementation of AV devices (currently only MediaServer V2.0 specification) * Export of on-disk media: o tracker plugin. o media-export plugin: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and gstreamer can handle. * Export of online media from 2nd German TV station. * Export of media hierarchies provided by external applications through implementation of D-Bus MediaServer spec. Applications that utilize this feature are: o PulseAudio: Provides streams for input/output devices on the system. o DVB Daemon: Provides live TV (DVB) channel streams. o Export of GStreamer pipelines as media items on the network, specified through gst-launch syntax in the user configuration. * Audio and Video Transcoding: source format could be anything GStreamer's decodebin2 can handle but output formats are currently limited to: mp3, PCM and MPEG TS. Fortunately the transcoding framework is flexible enough to easily add more transcoding targets.
Diffstat (limited to 'recipes/rygel')
-rw-r--r--recipes/rygel/files/configure.ac.patch16
-rw-r--r--recipes/rygel/rygel_0.4.8.bb14
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes/rygel/files/configure.ac.patch b/recipes/rygel/files/configure.ac.patch
new file mode 100644
index 0000000000..8cd7ca471e
--- /dev/null
+++ b/recipes/rygel/files/configure.ac.patch
@@ -0,0 +1,16 @@
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- rygel-0.4.8.orig/configure.ac
++++ rygel-0.4.8/configure.ac
+@@ -1,8 +1,8 @@
+ AC_PREREQ(2.53)
+ AC_INIT([rygel],
+- m4_esyscmd([GNOME_TAG_PATTERN=RYGEL build-aux/git-version-gen .tarball-version]),
++ 0.4.8,
+ [http://live.gnome.org/Rygel])
+ AC_CONFIG_AUX_DIR([build-aux])
+
+ # require automake-1.11 for vala support
+ AM_INIT_AUTOMAKE([1.11])
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/"