summaryrefslogtreecommitdiffstats
path: root/source/l/libvisual-plugins/libvisual-plugins.gstreamer.diff
blob: 060cef30bc1359a65b4d1502335502fb2416605f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
--- ./configure.orig	2006-03-20 12:48:36.000000000 -0600
+++ ./configure	2008-09-12 00:08:19.000000000 -0500
@@ -23466,11 +23466,11 @@
   if test "$HAVE_GTK" = "yes"; then
     build_actor_plugins="$build_actor_plugins gdkpixbuf"
   else
-    { echo "$as_me:$LINENO: WARNING: *** GTK+ >= ${2.0} is not found.
+    { echo "$as_me:$LINENO: WARNING: *** GTK+ >= 2.0 is not found. 
 	  	The libvisual GdkPixbuf image loader plugin won't be build.
 		GdkPixbuf is included within gtk-2.0 and newer, which can be
 		downloaded at http://www.gtk.org/" >&5
-echo "$as_me: WARNING: *** GTK+ >= ${2.0} is not found.
+echo "$as_me: WARNING: *** GTK+ >= 2.0 is not found.
 	  	The libvisual GdkPixbuf image loader plugin won't be build.
 		GdkPixbuf is included within gtk-2.0 and newer, which can be
 		downloaded at http://www.gtk.org/" >&2;}
@@ -23496,12 +23496,12 @@
         pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.8 >= 0.8\"") >&5
-  ($PKG_CONFIG --exists --print-errors "gstreamer-0.8 >= 0.8") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10\"") >&5
+  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8 >= 0.8" 2>/dev/null`
+  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= 0.10" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -23514,12 +23514,12 @@
         pkg_cv_GSTREAMER_LIBS="$GSTREAMER_LIBS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.8 >= 0.8\"") >&5
-  ($PKG_CONFIG --exists --print-errors "gstreamer-0.8 >= 0.8") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10\"") >&5
+  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8 >= 0.8" 2>/dev/null`
+  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= 0.10" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -23538,9 +23538,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.8 >= 0.8"`
+	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10"`
         else
-	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8 >= 0.8"`
+	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10"`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$GSTREAMER_PKG_ERRORS" >&5
@@ -23559,10 +23559,10 @@
   if test "$HAVE_GSTREAMER" = "yes"; then
     build_actor_plugins="$build_actor_plugins gstreamer"
   else
-    { echo "$as_me:$LINENO: WARNING: *** GStreamer >= ${0.8} is not found.
+    { echo "$as_me:$LINENO: WARNING: *** GStreamer >= 0.10 is not found.
 	  	The libvisual GStreamer viewer plugin won't be build.
 		GStreamer can be downloaded from http://www.gstreamer.org/" >&5
-echo "$as_me: WARNING: *** GStreamer >= ${0.8} is not found.
+  echo "$as_me: WARNING: *** GStreamer >= 0.10 is not found.
 	  	The libvisual GStreamer viewer plugin won't be build.
 		GStreamer can be downloaded from http://www.gstreamer.org/" >&2;}
   fi