From: cristy Date: Thu, 8 May 2014 21:45:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc96493e6bef713d68998e9a5ed9b3534c3422fe;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index 2d5c9cc22..a5f952a20 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2014 ImageMagick Studio LLC" -#define MagickSVNRevision "15686:15688M" +#define MagickSVNRevision "15693M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 1,0,0 diff --git a/configure b/configure index 439e462e3..aa5538435 100755 --- a/configure +++ b/configure @@ -3697,7 +3697,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=15686:15688M +MAGICK_SVN_REVISION=15693M # Substitute library versioning @@ -30131,12 +30131,12 @@ if test -n "$LIBOPENJP2_CFLAGS"; then pkg_cv_LIBOPENJP2_CFLAGS="$LIBOPENJP2_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libopenjp2 >= 2.0.1\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.0.1") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libopenjp2 >= 2.1.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBOPENJP2_CFLAGS=`$PKG_CONFIG --cflags "libopenjp2 >= 2.0.1" 2>/dev/null` + pkg_cv_LIBOPENJP2_CFLAGS=`$PKG_CONFIG --cflags "libopenjp2 >= 2.1.0" 2>/dev/null` else pkg_failed=yes fi @@ -30147,12 +30147,12 @@ if test -n "$LIBOPENJP2_LIBS"; then pkg_cv_LIBOPENJP2_LIBS="$LIBOPENJP2_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libopenjp2 >= 2.0.1\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.0.1") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libopenjp2 >= 2.1.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBOPENJP2_LIBS=`$PKG_CONFIG --libs "libopenjp2 >= 2.0.1" 2>/dev/null` + pkg_cv_LIBOPENJP2_LIBS=`$PKG_CONFIG --libs "libopenjp2 >= 2.1.0" 2>/dev/null` else pkg_failed=yes fi @@ -30170,9 +30170,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LIBOPENJP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libopenjp2 >= 2.0.1" 2>&1` + LIBOPENJP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libopenjp2 >= 2.1.0" 2>&1` else - LIBOPENJP2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libopenjp2 >= 2.0.1" 2>&1` + LIBOPENJP2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libopenjp2 >= 2.1.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBOPENJP2_PKG_ERRORS" >&5 diff --git a/configure.ac b/configure.ac index c6e2c0998..31937da62 100755 --- a/configure.ac +++ b/configure.ac @@ -2408,7 +2408,7 @@ LIBOPENJP2_LIBS="" LIBOPENJP2_PKG="" if test "x$with_openjp2" = "xyes"; then AC_MSG_RESULT([-------------------------------------------------------------]) - PKG_CHECK_MODULES(LIBOPENJP2,[libopenjp2 >= 2.0.1], have_openjp2=yes, have_openjp2=no) + PKG_CHECK_MODULES(LIBOPENJP2,[libopenjp2 >= 2.1.0], have_openjp2=yes, have_openjp2=no) AC_MSG_RESULT([]) fi