From 642308e3e88390b0b37df3cc15c519aa298276ff Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 5 Feb 2010 12:15:36 +0100 Subject: totem: add more RDEPENDS for youtube and iplayer plugins --- recipes/totem/totem_2.28.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- cgit 1.2.3-korg