gnome-dvb-daemon: depend on totem to build totem-plugin
authorKoen Kooi <koen@openembedded.org>
Wed, 26 May 2010 09:24:53 +0000 (11:24 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 26 May 2010 11:09:04 +0000 (13:09 +0200)
recipes/gnome/gnome-dvb-daemon_0.1.18.bb

index ea13d5d..b472cc8 100644 (file)
@@ -1,9 +1,11 @@
 DESCRIPTION = "GNOME DVB Daemon is a daemon written in Vala based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled by any application via its D-Bus interface."
 LICENSE = "GPLv3"
 
-DEPENDS = "libxml2 python-dbus python-gst python-pygtk libgee vala-native gstreamer gst-plugins-good gst-plugins-bad glib-2.0 dbus-glib sqlite3 gst-rtsp"
+DEPENDS = "totem libxml2 python-dbus python-gst python-pygtk libgee vala-native gstreamer gst-plugins-good gst-plugins-bad glib-2.0 dbus-glib sqlite3 gst-rtsp"
 RDEPENDS_${PN} = "python-netserver python-dbus python-gst python-pygtk gst-plugin-dvb gst-fluendo-mpegdemux dvb-apps dvb-scan dvb-tzap dvb-czap dvbstream"
 
+PR = "r1"
+
 inherit gnome
 
 SRC_URI = "http://launchpad.net/gnome-dvb-daemon/trunk/${PV}/+download/gnome-dvb-daemon-${PV}.tar.bz2;name=archive"