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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:03:37 UTC 2008


totem: add more gst plugins and fix mythtv detection

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dde30b64197fe837c5aeadb8ad43b9f969d83ca0
ViewMTN: http://monotone.openembedded.org/revision/info/dde30b64197fe837c5aeadb8ad43b9f969d83ca0
Files:
1
packages/totem/totem/gst-detect.diff
packages/totem/totem_2.23.4.bb
Diffs:

#
# mt diff -r4084ac5d352f0eab5d79c366ca82f0275b0bbff7 -rdde30b64197fe837c5aeadb8ad43b9f969d83ca0
#
#
#
# patch "packages/totem/totem/gst-detect.diff"
#  from [0d25af2437962fb8275262da472bc007d7e6623f]
#    to [55af1d2c5003eb60d1c443aca03e0b8dde0785b9]
# 
# patch "packages/totem/totem_2.23.4.bb"
#  from [e51e5c4f63f488e8670ca05b4969f9c257de56bb]
#    to [749331338c86426d22b0799196c5b3aad82de891]
#
============================================================
--- packages/totem/totem/gst-detect.diff	0d25af2437962fb8275262da472bc007d7e6623f
+++ packages/totem/totem/gst-detect.diff	55af1d2c5003eb60d1c443aca03e0b8dde0785b9
@@ -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"
============================================================
--- packages/totem/totem_2.23.4.bb	e51e5c4f63f488e8670ca05b4969f9c257de56bb
+++ packages/totem/totem_2.23.4.bb	749331338c86426d22b0799196c5b3aad82de891
@@ -6,9 +6,11 @@ LICENSE = "GPL"
 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