blob: 060cef30bc1359a65b4d1502335502fb2416605f (
plain) (
tree)
|
|
--- ./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
|