Codebase list libmypaint / upstream/1.6.1
New upstream version 1.6.1 Boyuan Yang 3 years ago
5 changed file(s) with 32 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
8989 lib_LTLIBRARIES = libmypaint.la
9090
9191 libmypaint_la_LDFLAGS = \
92 -release @LIBMYPAINT_API_PLATFORM_VERSION@ \
9392 -version-info @LIBMYPAINT_ABI_VERSION_INFO@ \
9493 -no-undefined
9594
532532 AM_CFLAGS = $(JSON_CFLAGS) $(GLIB_CFLAGS) $(OPENMP_CFLAGS)
533533 lib_LTLIBRARIES = libmypaint.la
534534 libmypaint_la_LDFLAGS = \
535 -release @LIBMYPAINT_API_PLATFORM_VERSION@ \
536535 -version-info @LIBMYPAINT_ABI_VERSION_INFO@ \
537536 -no-undefined
538537
6464 #define PACKAGE_NAME "libmypaint"
6565
6666 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "libmypaint 1.6.0"
67 #define PACKAGE_STRING "libmypaint 1.6.1"
6868
6969 /* Define to the one symbol short name of this package. */
7070 #define PACKAGE_TARNAME "libmypaint"
7373 #define PACKAGE_URL "https://github.com/mypaint/libmypaint"
7474
7575 /* Define to the version of this package. */
76 #define PACKAGE_VERSION "1.6.0"
76 #define PACKAGE_VERSION "1.6.1"
7777
7878 /* Define to 1 if you have the ANSI C header files. */
7979 #define STDC_HEADERS 1
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for libmypaint 1.6.0.
2 # Generated by GNU Autoconf 2.69 for libmypaint 1.6.1.
33 #
44 # Report bugs to <https://github.com/mypaint/libmypaint/issues>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='libmypaint'
591591 PACKAGE_TARNAME='libmypaint'
592 PACKAGE_VERSION='1.6.0'
593 PACKAGE_STRING='libmypaint 1.6.0'
592 PACKAGE_VERSION='1.6.1'
593 PACKAGE_STRING='libmypaint 1.6.1'
594594 PACKAGE_BUGREPORT='https://github.com/mypaint/libmypaint/issues'
595595 PACKAGE_URL='https://github.com/mypaint/libmypaint'
596596
14451445 # Omit some internal or obsolete options to make the list less imposing.
14461446 # This message is too long to be a string in the A/UX 3.1 sh.
14471447 cat <<_ACEOF
1448 \`configure' configures libmypaint 1.6.0 to adapt to many kinds of systems.
1448 \`configure' configures libmypaint 1.6.1 to adapt to many kinds of systems.
14491449
14501450 Usage: $0 [OPTION]... [VAR=VALUE]...
14511451
15161516
15171517 if test -n "$ac_init_help"; then
15181518 case $ac_init_help in
1519 short | recursive ) echo "Configuration of libmypaint 1.6.0:";;
1519 short | recursive ) echo "Configuration of libmypaint 1.6.1:";;
15201520 esac
15211521 cat <<\_ACEOF
15221522
16651665 test -n "$ac_init_help" && exit $ac_status
16661666 if $ac_init_version; then
16671667 cat <<\_ACEOF
1668 libmypaint configure 1.6.0
1668 libmypaint configure 1.6.1
16691669 generated by GNU Autoconf 2.69
16701670
16711671 Copyright (C) 2012 Free Software Foundation, Inc.
20342034 This file contains any messages produced by compilers while
20352035 running configure, to aid debugging if configure makes a mistake.
20362036
2037 It was created by libmypaint $as_me 1.6.0, which was
2037 It was created by libmypaint $as_me 1.6.1, which was
20382038 generated by GNU Autoconf 2.69. Invocation command line was
20392039
20402040 $ $0 $@
29022902
29032903 # Define the identity of the package.
29042904 PACKAGE='libmypaint'
2905 VERSION='1.6.0'
2905 VERSION='1.6.1'
29062906
29072907
29082908 # Some tools Automake needs.
29892989
29902990 LIBMYPAINT_MAJOR_VERSION=1
29912991 LIBMYPAINT_MINOR_VERSION=6
2992 LIBMYPAINT_MICRO_VERSION=0
2993 LIBMYPAINT_VERSION=1.6.0
2994 LIBMYPAINT_VERSION_FULL=1.6.0
2992 LIBMYPAINT_MICRO_VERSION=1
2993 LIBMYPAINT_VERSION=1.6.1
2994 LIBMYPAINT_VERSION_FULL=1.6.1
29952995 LIBMYPAINT_API_PLATFORM_VERSION=1.6
29962996 LIBMYPAINT_API_PLATFORM_VERSION_UL=1_6
2997 LIBMYPAINT_ABI_VERSION_INFO=2:2:1
2997 LIBMYPAINT_ABI_VERSION_INFO=0:0:0
29982998
29992999
30003000
1615116151 # report actual input values of CONFIG_FILES etc. instead of their
1615216152 # values after options handling.
1615316153 ac_log="
16154 This file was extended by libmypaint $as_me 1.6.0, which was
16154 This file was extended by libmypaint $as_me 1.6.1, which was
1615516155 generated by GNU Autoconf 2.69. Invocation command line was
1615616156
1615716157 CONFIG_FILES = $CONFIG_FILES
1621816218 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1621916219 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1622016220 ac_cs_version="\\
16221 libmypaint config.status 1.6.0
16221 libmypaint config.status 1.6.1
1622216222 configured by $0, generated by GNU Autoconf 2.69,
1622316223 with options \\"\$ac_cs_config\\"
1622416224
88
99 m4_define([libmypaint_api_major], [1])
1010 m4_define([libmypaint_api_minor], [6])
11 m4_define([libmypaint_api_micro], [0])
11 m4_define([libmypaint_api_micro], [1])
1212 m4_define([libmypaint_api_prerelease], []) # may be blank
1313
1414 # ABI version. Changes independently of API version.
1616 # https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
1717 # The rules are fiddly, and are summarized here.
1818
19 m4_define([libmypaint_abi_revision], [2]) # increment on every release
20 m4_define([libmypaint_abi_current], [2]) # inc when add/remove/change interfaces
21 m4_define([libmypaint_abi_age], [1]) # inc only if changes backward compat
19 # NOTE: Due to the use of the ``-release`` flag, prior to the 1.6.1 release,
20 # the ABI version fields were not used in a meaningful way, since the SONAME
21 # differed even for ABI-compatible versions of the library.
22
23 # Increment if any public interfaces have been
24 # added/removed/changed since the last release.
25 m4_define([libmypaint_abi_current], [0])
26
27 # Set to 0 if ``current`` is incremented, otherwise increment
28 # if the __code__ has changed at all since the last release.
29 m4_define([libmypaint_abi_revision], [0])
30
31 # Set to 0 if any public interfaces have been removed/changed since the last release,
32 # otherwise increment if any public interfaces have been __added__.
33 m4_define([libmypaint_abi_age], [0]) # inc only if changes backward compat
2234
2335
2436 ## Derivative version macros ##