From: Cristy Date: Sun, 27 Oct 2019 11:02:53 +0000 (-0400) Subject: WebPAnimEncoder X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fcb93734b2030bc4185d6cab275c607339084e3;p=imagemagick WebPAnimEncoder --- diff --git a/configure b/configure index 35302ad02..de44603fd 100755 --- a/configure +++ b/configure @@ -4581,7 +4581,7 @@ MAGICK_PATCHLEVEL_VERSION=1 MAGICK_VERSION=7.0.9-1 -MAGICK_GIT_REVISION=16297:b520258ee:20191025 +MAGICK_GIT_REVISION=16303:1e2387c56:20191027 # Substitute library versioning @@ -33743,19 +33743,19 @@ $as_echo "yes" >&6; } fi pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4" >&5 -$as_echo_n "checking for libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0" >&5 +$as_echo_n "checking for libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0... " >&6; } if test -n "$WEBPMUX_CFLAGS"; then pkg_cv_WEBPMUX_CFLAGS="$WEBPMUX_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_WEBPMUX_CFLAGS=`$PKG_CONFIG --cflags "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4" 2>/dev/null` + pkg_cv_WEBPMUX_CFLAGS=`$PKG_CONFIG --cflags "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -33767,12 +33767,12 @@ if test -n "$WEBPMUX_LIBS"; then pkg_cv_WEBPMUX_LIBS="$WEBPMUX_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_WEBPMUX_LIBS=`$PKG_CONFIG --libs "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4" 2>/dev/null` + pkg_cv_WEBPMUX_LIBS=`$PKG_CONFIG --libs "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -33793,9 +33793,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - WEBPMUX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4" 2>&1` + WEBPMUX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0" 2>&1` else - WEBPMUX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4" 2>&1` + WEBPMUX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$WEBPMUX_PKG_ERRORS" >&5 diff --git a/configure.ac b/configure.ac index 829ecf482..03540a8e6 100644 --- a/configure.ac +++ b/configure.ac @@ -2925,7 +2925,7 @@ WEBPMUX_PKG="" if test "x$with_webp" = "xyes"; then AC_MSG_RESULT([-------------------------------------------------------------]) PKG_CHECK_MODULES(WEBP,[libwebp], have_webp=yes, have_webp=no) - PKG_CHECK_MODULES(WEBPMUX,[libwebpmux >= 0.4.4 libwebpdemux >= 0.4.4], have_webpmux=yes, have_webpmux=no) + PKG_CHECK_MODULES(WEBPMUX,[libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0], have_webpmux=yes, have_webpmux=no) AC_MSG_RESULT([]) fi