New upstream version 2.10.26
This commit is contained in:
97
configure
vendored
97
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for GIMP 2.10.24.
|
||||
# Generated by GNU Autoconf 2.69 for GIMP 2.10.26.
|
||||
#
|
||||
# Report bugs to <https://gitlab.gnome.org/GNOME/gimp/issues/new>.
|
||||
#
|
||||
@ -590,8 +590,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GIMP'
|
||||
PACKAGE_TARNAME='gimp'
|
||||
PACKAGE_VERSION='2.10.24'
|
||||
PACKAGE_STRING='GIMP 2.10.24'
|
||||
PACKAGE_VERSION='2.10.26'
|
||||
PACKAGE_STRING='GIMP 2.10.26'
|
||||
PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gimp/issues/new'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1884,7 +1884,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures GIMP 2.10.24 to adapt to many kinds of systems.
|
||||
\`configure' configures GIMP 2.10.26 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1959,7 +1959,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GIMP 2.10.24:";;
|
||||
short | recursive ) echo "Configuration of GIMP 2.10.26:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -2001,8 +2001,8 @@ Optional Features:
|
||||
--disable-alsatest Do not try to compile and run a test Alsa program
|
||||
--disable-python do not build the python extension
|
||||
--disable-vector-icons use raster icons rather than vector ones (default=auto)
|
||||
--disable-check-update
|
||||
GIMP will not look up new version availability on startup
|
||||
--enable-check-update
|
||||
GIMP will not look up new version availability on startup (default=auto)
|
||||
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
|
||||
--enable-gtk-doc-html build documentation in html format [[default=yes]]
|
||||
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
|
||||
@ -2298,7 +2298,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GIMP configure 2.10.24
|
||||
GIMP configure 2.10.26
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2888,7 +2888,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by GIMP $as_me 2.10.24, which was
|
||||
It was created by GIMP $as_me 2.10.26, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3752,7 +3752,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gimp'
|
||||
VERSION='2.10.24'
|
||||
VERSION='2.10.26'
|
||||
|
||||
|
||||
# Some tools Automake needs.
|
||||
@ -3882,11 +3882,11 @@ AM_BACKSLASH='\'
|
||||
|
||||
GIMP_MAJOR_VERSION=2
|
||||
GIMP_MINOR_VERSION=10
|
||||
GIMP_MICRO_VERSION=24
|
||||
GIMP_INTERFACE_AGE=24
|
||||
GIMP_BINARY_AGE=1024
|
||||
GIMP_VERSION=2.10.24
|
||||
GIMP_REAL_VERSION=2.10.24
|
||||
GIMP_MICRO_VERSION=26
|
||||
GIMP_INTERFACE_AGE=26
|
||||
GIMP_BINARY_AGE=1026
|
||||
GIMP_VERSION=2.10.26
|
||||
GIMP_REAL_VERSION=2.10.26
|
||||
GIMP_API_VERSION=2.0
|
||||
GIMP_APP_VERSION=2.10
|
||||
GIMP_PLUGIN_VERSION=2.0
|
||||
@ -3931,7 +3931,7 @@ GTK_REQUIRED_VERSION=2.24.32
|
||||
CAIRO_REQUIRED_VERSION=1.12.2
|
||||
CAIRO_PDF_REQUIRED_VERSION=1.12.2
|
||||
GEGL_MAJOR_MINOR_VERSION=0.4
|
||||
GEGL_REQUIRED_VERSION=0.4.30
|
||||
GEGL_REQUIRED_VERSION=0.4.32
|
||||
GEXIV2_REQUIRED_VERSION=0.10.6
|
||||
LCMS_REQUIRED_VERSION=2.8
|
||||
LIBPNG_REQUIRED_VERSION=1.6.25
|
||||
@ -4012,7 +4012,7 @@ fi
|
||||
|
||||
|
||||
|
||||
LT_VERSION_INFO="1000:24:1000"
|
||||
LT_VERSION_INFO="1000:26:1000"
|
||||
LT_CURRENT_MINUS_AGE=0
|
||||
|
||||
|
||||
@ -19775,7 +19775,7 @@ fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiling for Win32" >&5
|
||||
$as_echo_n "checking if compiling for Win32... " >&6; }
|
||||
case "$host_os" in
|
||||
mingw* | cygwin*)
|
||||
msys* | mingw* | cygwin*)
|
||||
platform_win32=yes
|
||||
;;
|
||||
*)
|
||||
@ -19799,7 +19799,7 @@ if test "x$platform_win32" != xno; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if this is native Win32" >&5
|
||||
$as_echo_n "checking if this is native Win32... " >&6; }
|
||||
case "$host_os" in
|
||||
mingw*)
|
||||
msys* | mingw*)
|
||||
os_win32=yes
|
||||
case "$host_cpu" in
|
||||
x86_64)
|
||||
@ -23078,19 +23078,19 @@ $as_echo "yes" >&6; }
|
||||
fi
|
||||
|
||||
pkg_failed=no
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gegl-0.4 >= 0.4.30" >&5
|
||||
$as_echo_n "checking for gegl-0.4 >= 0.4.30... " >&6; }
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gegl-0.4 >= 0.4.32" >&5
|
||||
$as_echo_n "checking for gegl-0.4 >= 0.4.32... " >&6; }
|
||||
|
||||
if test -n "$GEGL_CFLAGS"; then
|
||||
pkg_cv_GEGL_CFLAGS="$GEGL_CFLAGS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gegl-0.4 >= 0.4.30\""; } >&5
|
||||
($PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.30") 2>&5
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gegl-0.4 >= 0.4.32\""; } >&5
|
||||
($PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.32") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
pkg_cv_GEGL_CFLAGS=`$PKG_CONFIG --cflags "gegl-0.4 >= 0.4.30" 2>/dev/null`
|
||||
pkg_cv_GEGL_CFLAGS=`$PKG_CONFIG --cflags "gegl-0.4 >= 0.4.32" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@ -23102,12 +23102,12 @@ if test -n "$GEGL_LIBS"; then
|
||||
pkg_cv_GEGL_LIBS="$GEGL_LIBS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gegl-0.4 >= 0.4.30\""; } >&5
|
||||
($PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.30") 2>&5
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gegl-0.4 >= 0.4.32\""; } >&5
|
||||
($PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.32") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
pkg_cv_GEGL_LIBS=`$PKG_CONFIG --libs "gegl-0.4 >= 0.4.30" 2>/dev/null`
|
||||
pkg_cv_GEGL_LIBS=`$PKG_CONFIG --libs "gegl-0.4 >= 0.4.32" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@ -23128,27 +23128,27 @@ else
|
||||
_pkg_short_errors_supported=no
|
||||
fi
|
||||
if test $_pkg_short_errors_supported = yes; then
|
||||
GEGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gegl-0.4 >= 0.4.30" 2>&1`
|
||||
GEGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gegl-0.4 >= 0.4.32" 2>&1`
|
||||
else
|
||||
GEGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gegl-0.4 >= 0.4.30" 2>&1`
|
||||
GEGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gegl-0.4 >= 0.4.32" 2>&1`
|
||||
fi
|
||||
# Put the nasty error message in config.log where it belongs
|
||||
echo "$GEGL_PKG_ERRORS" >&5
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.30" >&5
|
||||
$as_echo "$as_me: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.30" >&6;}
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.32" >&5
|
||||
$as_echo "$as_me: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.32" >&6;}
|
||||
required_deps="$required_deps
|
||||
- Error: missing dependency gegl-0.4 >= 0.4.30"
|
||||
- Error: missing dependency gegl-0.4 >= 0.4.32"
|
||||
|
||||
elif test $pkg_failed = untried; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.30" >&5
|
||||
$as_echo "$as_me: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.30" >&6;}
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.32" >&5
|
||||
$as_echo "$as_me: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: gegl-0.4 >= 0.4.32" >&6;}
|
||||
required_deps="$required_deps
|
||||
- Error: missing dependency gegl-0.4 >= 0.4.30"
|
||||
- Error: missing dependency gegl-0.4 >= 0.4.32"
|
||||
|
||||
else
|
||||
GEGL_CFLAGS=$pkg_cv_GEGL_CFLAGS
|
||||
@ -27741,7 +27741,7 @@ GIMP_COMMAND='gimp-2.10'
|
||||
|
||||
# The list of MIME types that are supported by plug-ins that are compiled
|
||||
# unconditionally:
|
||||
MIME_TYPES="image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
|
||||
MIME_TYPES="image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/x-sun-raster"
|
||||
|
||||
#################
|
||||
# Bundle packages
|
||||
@ -33850,12 +33850,21 @@ GIMP_PACKAGE_REVISION=$with_revision
|
||||
|
||||
# Check whether --enable-check-update was given.
|
||||
if test "${enable_check_update+set}" = set; then :
|
||||
enableval=$enable_check_update; check_update=no
|
||||
enableval=$enable_check_update;
|
||||
else
|
||||
check_update=yes
|
||||
enable_check_update=auto
|
||||
fi
|
||||
|
||||
if test "x$check_update" = xyes; then
|
||||
if test "x$enable_check_update" != xno &&
|
||||
test "x$enable_check_update" != xyes; then
|
||||
if test "x$platform_osx" = "xyes" ||
|
||||
test "x$platform_win32" = "xyes"; then
|
||||
enable_check_update=yes
|
||||
else
|
||||
enable_check_update=no
|
||||
fi
|
||||
fi
|
||||
if test "x$enable_check_update" = xyes; then
|
||||
|
||||
$as_echo "#define CHECK_UPDATE 1" >>confdefs.h
|
||||
|
||||
@ -34569,7 +34578,7 @@ Extra Binaries:
|
||||
gimp-console: $enable_gimp_console
|
||||
|
||||
Optional Features:
|
||||
Check updates at startup: $check_update
|
||||
Check updates at startup: $enable_check_update
|
||||
Levin matting engine: $have_matting_levin
|
||||
Language selection: $have_iso_codes
|
||||
Vector icons: $enable_vector_icons
|
||||
@ -35328,7 +35337,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by GIMP $as_me 2.10.24, which was
|
||||
This file was extended by GIMP $as_me 2.10.26, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -35394,7 +35403,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
GIMP config.status 2.10.24
|
||||
GIMP config.status 2.10.26
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
@ -35901,8 +35910,8 @@ fi
|
||||
|
||||
gimp_major_ver=2
|
||||
gimp_minor_ver=10
|
||||
gimp_micro_ver=24
|
||||
gimp_ver=2.10.24
|
||||
gimp_micro_ver=26
|
||||
gimp_ver=2.10.26
|
||||
gimp_api_ver=2.0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user