123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- --- configure 2022-07-07 04:20:09.653801458 -0300
- +++ configure 2022-07-07 04:20:09.207801448 -0300
- @@ -4104,12 +4104,12 @@
- pkg_cv_GST_CFLAGS="$GST_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "gstreamer-0.10") 2>&5
- + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-1.0\""; } >&5
- + ($PKG_CONFIG --exists --print-errors "gstreamer-1.0") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- - pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10" 2>/dev/null`
- + pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-1.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- @@ -4121,12 +4121,12 @@
- pkg_cv_GST_LIBS="$GST_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "gstreamer-0.10") 2>&5
- + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-1.0\""; } >&5
- + ($PKG_CONFIG --exists --print-errors "gstreamer-1.0") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- - pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10" 2>/dev/null`
- + pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-1.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- @@ -4147,18 +4147,18 @@
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
- - GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-0.10" 2>&1`
- + GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0" 2>&1`
- else
- - GST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-0.10" 2>&1`
- + GST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$GST_PKG_ERRORS" >&5
-
- - as_fn_error $? "You need libgstreamer0.10 to build $PACKAGE" "$LINENO" 5
- + as_fn_error $? "You need libgstreamer-1.0 to build $PACKAGE" "$LINENO" 5
- elif test $pkg_failed = untried; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
- - as_fn_error $? "You need libgstreamer0.10 to build $PACKAGE" "$LINENO" 5
- + as_fn_error $? "You need libgstreamer-1.0 to build $PACKAGE" "$LINENO" 5
- else
- GST_CFLAGS=$pkg_cv_GST_CFLAGS
- GST_LIBS=$pkg_cv_GST_LIBS
- --- configure.ac 2012-04-23 09:21:00.000000000 -0300
- +++ configure.ac 2022-07-07 04:20:09.229801449 -0300
- @@ -21,8 +21,8 @@
- GUI_LIBS="$GUI_LIBS $GTK_LIBS"
- ], [AC_MSG_ERROR([You need Gtk+ >= 2.16.0 to build $PACKAGE])])
-
- -PKG_CHECK_MODULES(GST, [gstreamer-0.10],,
- - [AC_MSG_ERROR([You need libgstreamer0.10 to build $PACKAGE])])
- +PKG_CHECK_MODULES(GST, [gstreamer-1.0],,
- + [AC_MSG_ERROR([You need libgstreamer-1.0 to build $PACKAGE])])
- GUI_CFLAGS="$GUI_CFLAGS $GST_CFLAGS"
- GUI_LIBS="$GUI_LIBS $GST_LIBS"
-
|