SOURCES: totem-configure.patch - updated for 1.5.1

freetz freetz at pld-linux.org
Fri Jun 9 00:01:25 CEST 2006


Author: freetz                       Date: Thu Jun  8 22:01:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.5.1

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

---- Diffs:

================================================================
Index: SOURCES/totem-configure.patch
diff -u SOURCES/totem-configure.patch:1.1 SOURCES/totem-configure.patch:1.2
--- SOURCES/totem-configure.patch:1.1	Sun Apr  2 16:11:02 2006
+++ SOURCES/totem-configure.patch	Fri Jun  9 00:01:19 2006
@@ -1,53 +1,44 @@
-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 @@
+diff -aurN totem-1.5.1.orig/configure.in totem-1.5.1/configure.in
+--- totem-1.5.1.orig/configure.in	2006-05-17 15:13:28.000000000 +0200
++++ totem-1.5.1/configure.in	2006-06-08 23:51:56.630289440 +0200
+@@ -130,40 +130,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"
+-	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-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 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")
+ 	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, [
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/totem-configure.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list