diff options
-rw-r--r-- | recipes/rygel/files/configure.ac.patch | 16 | ||||
-rw-r--r-- | recipes/rygel/rygel_0.4.8.bb | 14 |
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/" |