diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-05 12:15:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-07 10:10:35 +0100 |
commit | 642308e3e88390b0b37df3cc15c519aa298276ff (patch) | |
tree | 6cd7ff0b6835527853b80f1bbc377d744f3c96f1 /recipes/totem | |
parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) |
totem: add more RDEPENDS for youtube and iplayer plugins
Diffstat (limited to 'recipes/totem')
-rw-r--r-- | recipes/totem/totem_2.28.5.bb | 6 |
1 files 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" |