From: Koen Kooi Date: Fri, 5 Feb 2010 11:15:36 +0000 (+0100) Subject: totem: add more RDEPENDS for youtube and iplayer plugins X-Git-Tag: Release-2010-05/1~566 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=642308e3e88390b0b37df3cc15c519aa298276ff;p=openembedded.git totem: add more RDEPENDS for youtube and iplayer plugins --- diff --git a/recipes/totem/totem_2.28.5.bb b/recipes/totem/totem_2.28.5.bb index 0bc61b7d1b..ee7501d744 100644 --- a/recipes/totem/totem_2.28.5.bb +++ b/recipes/totem/totem_2.28.5.bb @@ -6,7 +6,7 @@ DESCRIPTION = "A GTK2 based media player" HOMEPAGE = "http://www.gnome.org/projects/totem/" LICENSE = "GPL" -PR = "r4" +PR = "r5" DEPENDS = " nautilus tracker gnome-doc-utils libunique libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" RDEPENDS_${PN} += "iso-codes" @@ -72,8 +72,8 @@ python populate_packages_prepend () { FILES_${PN} = "${bindir}/* ${sysconfdir} ${libdir}/lib*.so.* ${libexecdir} ${datadir}/icons ${datadir}/totem ${datadir}/applications \ " -RDEPENDS_totem-plugin-iplayer_append = "python-pygtk" -RDEPENDS_totem-plugin-youtube_append = "python-pygtk" +RDEPENDS_totem-plugin-iplayer_append = "python-pygtk gst-plugin-flv" +RDEPENDS_totem-plugin-youtube_append = "python-pygtk gnome-vfs-plugin-http gst-plugin-gnomevfs gst-plugin-flv" PACKAGES =+ "totem-nautilus-extension totem-browser-plugin-dbg totem-browser-plugin"