[oe-commits] : totem: add more gst plugins and fix mythtv detection

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:43 UTC 2008


Module: OE.dev
Branch: master
Commit: 55590eb211c101de696f066277a5ff4d7fb0121e
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=55590eb211c101de696f066277a5ff4d7fb0121e

Author:  <koen at openembedded.org>
Date:   Sun Aug 10 19:08:50 2008 +0000

totem: add more gst plugins and fix mythtv detection 

---

 packages/totem/totem/gst-detect.diff |    4 ++--
 packages/totem/totem_2.23.4.bb       |    7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/packages/totem/totem/gst-detect.diff b/packages/totem/totem/gst-detect.diff
index 5fc0788..6d37515 100644
--- a/packages/totem/totem/gst-detect.diff
+++ b/packages/totem/totem/gst-detect.diff
@@ -1,5 +1,5 @@
 --- /tmp/configure.in	2008-08-10 15:27:06.000000000 +0200
-+++ totem-2.23.4/configure.in	2008-08-10 17:35:46.593198000 +0200
++++ totem-2.23.4/configure.in	2008-08-10 20:37:08.743198000 +0200
 @@ -142,11 +142,7 @@
  		if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
  			AC_MSG_RESULT([yes])
@@ -31,7 +31,7 @@
  		;;
  		mythtv)
 -			PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7 gmyth-upnp >= 0.7.1,
-+			PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7.0,
++			PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7.0 gmyth-upnp,
  					  [HAVE_GMYTH=yes], [HAVE_GMYTH=no])
  			if test "${HAVE_GMYTH}" != "yes"; then
  				plugin_error_or_ignore "you need GMyth >= 0.7 installed for the MythTV plugin"
diff --git a/packages/totem/totem_2.23.4.bb b/packages/totem/totem_2.23.4.bb
index 7bd5c69..f20499a 100644
--- a/packages/totem/totem_2.23.4.bb
+++ b/packages/totem/totem_2.23.4.bb
@@ -6,9 +6,11 @@ DESCRIPTION = "A GTK2 based media player"
 HOMEPAGE = "http://www.gnome.org/projects/totem/"
 LICENSE = "GPL"
 
-DEPENDS = " totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base"
+PR = "r1"
+
+DEPENDS = " totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base python" 
 RDEPENDS = "iso-codes"
-RRECOMMENDS = "gst-plugin-playbin gst-ffmpeg gst-plugin-audioresample gst-plugin-ximagesink gst-plugin-xvimagesink gst-plugin-alsa"
+RRECOMMENDS = "gst-plugin-playbin gst-plugin-gconfelements gst-plugin-decodebin gst-plugin-decodebin2 gst-ffmpeg gst-plugin-audioresample gst-plugin-ximagesink gst-plugin-xvimagesink gst-plugin-alsa"
 
 inherit gnome
 
@@ -21,6 +23,7 @@ EXTRA_OECONF=" --disable-schemas-install \
                --enable-gstreamer \
                --enable-browser-plugins \
 	       --disable-run-in-source-tree \
+	       --disable-vala \
 	       --with-dbus \
 	       "
 





More information about the Openembedded-commits mailing list