Author: freetz                       Date: Sun Apr  2 14:11:07 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable checking for runtime deps at builtime

---- Files affected:
SOURCES:
   totem-configure.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/totem-configure.patch
diff -u /dev/null SOURCES/totem-configure.patch:1.1
--- /dev/null   Sun Apr  2 16:11:07 2006
+++ SOURCES/totem-configure.patch       Sun Apr  2 16:11:02 2006
@@ -0,0 +1,53 @@
+diff -aurN totem-1.4.0.orig/configure.in totem-1.4.0/configure.in
+--- totem-1.4.0.orig/configure.in      2006-03-13 10:33:13.000000000 +0100
++++ totem-1.4.0/configure.in   2006-04-02 16:06:36.000000000 +0200
+@@ -143,41 +143,6 @@
+ 
+       AC_MSG_RESULT(GStreamer-$GST_MAJORMINOR)
+ 
+-      dnl Check for required plugins
+-      if test x$GST_MAJORMINOR = x0.10; then
+-              gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
+-              gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
+-
+-              dnl Check for elements from gst-plugins-base
+-              for base_element in playbin ffmpegcolorspace videoscale
+-              do
+-                      AC_MSG_CHECKING([GStreamer 0.10 $base_element plugin])
+-                      if $gst010_inspect $base_element >/dev/null 
2>/dev/null; then
+-                              AC_MSG_RESULT([yes])
+-                      else
+-                              AC_MSG_RESULT([no])
+-                              AC_MSG_ERROR([
+-                                      Cannot find required GStreamer-0.10 
plugin '$base_element'.
+-                                      It should be part of gst-plugins-base. 
Please install it.
+-                              ])
+-                      fi
+-              done
+-
+-              dnl Check for elements from gst-plugins-good
+-              for good_element in gconfaudiosink gconfvideosink
+-              do
+-                      AC_MSG_CHECKING([GStreamer 0.10 $good_element plugin])
+-                      if $gst010_inspect $good_element >/dev/null 
2>/dev/null; then
+-                              AC_MSG_RESULT([yes])
+-                      else
+-                              AC_MSG_RESULT([no])
+-                              AC_MSG_ERROR([
+-                                      Cannot find required GStreamer-0.10 
plugin '$good_element'.
+-                                      It should be part of gst-plugins-good. 
Please install it.
+-                              ])
+-                      fi
+-              done
+-
+               dnl We want at least GLib-2.8 for the GStreamer-0.10 backend
+               AC_MSG_CHECKING([whether GLib has atomic refcounting for 
objects])
+               PKG_CHECK_MODULES(GLIB_WITH_ATOMIC_REFCOUNTING, glib-2.0 >= 
2.8.0, [
+@@ -191,7 +156,6 @@
+                       ])
+               ])
+                       
+-      fi
+ fi
+ 
+ AM_CONDITIONAL(TOTEM_GST, test "x$HAVE_GSTREAMER" = "xyes")
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to