[oe-commits] Koen Kooi : totem: add more RDEPENDS for youtube and iplayer plugins

git version control git at git.openembedded.org
Sun Feb 7 12:20:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 642308e3e88390b0b37df3cc15c519aa298276ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=642308e3e88390b0b37df3cc15c519aa298276ff

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Feb  5 12:15:36 2010 +0100

totem: add more RDEPENDS for youtube and iplayer plugins

---

 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 0bc61b7..ee7501d 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"





More information about the Openembedded-commits mailing list