New upstream version 2.10.8

This commit is contained in:
Jeremy Bicha
2018-11-08 20:11:56 -05:00
644 changed files with 63918 additions and 40488 deletions

View File

@ -92,8 +92,14 @@ build_triplet = @build@
host_triplet = @host@
subdir = libgimpmath
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/m4macros/alsa.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
$(top_srcdir)/m4macros/intltool.m4 \
$(top_srcdir)/m4macros/libtool.m4 \
$(top_srcdir)/m4macros/ltoptions.m4 \
$(top_srcdir)/m4macros/ltsugar.m4 \
$(top_srcdir)/m4macros/ltversion.m4 \
$(top_srcdir)/m4macros/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
$(top_srcdir)/m4macros/ax_compare_version.m4 \
$(top_srcdir)/m4macros/ax_cxx_compile_stdcxx.m4 \
$(top_srcdir)/m4macros/ax_gcc_func_attribute.m4 \
@ -412,6 +418,7 @@ LCMS_REQUIRED_VERSION = @LCMS_REQUIRED_VERSION@
LD = @LD@
LDFLAGS = @LDFLAGS@
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
LIBBACKTRACE_LIBS = @LIBBACKTRACE_LIBS@
LIBHEIF_CFLAGS = @LIBHEIF_CFLAGS@
LIBHEIF_LIBS = @LIBHEIF_LIBS@
LIBHEIF_REQUIRED_VERSION = @LIBHEIF_REQUIRED_VERSION@
@ -423,6 +430,9 @@ LIBOBJS = @LIBOBJS@
LIBPNG_REQUIRED_VERSION = @LIBPNG_REQUIRED_VERSION@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
LIBUNWIND_REQUIRED_VERSION = @LIBUNWIND_REQUIRED_VERSION@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@

View File

@ -346,7 +346,7 @@ gimp_vector2_sub_val (GimpVector2 vector1,
* @vector2: a pointer to the second #GimpVector2.
*
* Computes the inner (dot) product of two 2D vectors.
* This product is zero if and only if the two vectors are orthognal.
* This product is zero if and only if the two vectors are orthogonal.
*
* Returns: The inner product.
**/
@ -380,7 +380,7 @@ gimp_vector2_inner_product_val (GimpVector2 vector1,
* @vector2: a pointer to the second #GimpVector2.
*
* Compute the cross product of two vectors. The result is a
* #GimpVector2 which is orthognal to both @vector1 and @vector2. If
* #GimpVector2 which is orthogonal to both @vector1 and @vector2. If
* @vector1 and @vector2 are parallel, the result will be the nul
* vector.
*
@ -816,7 +816,7 @@ gimp_vector3_sub_val (GimpVector3 vector1,
* @vector2: a pointer to the second #GimpVector3.
*
* Computes the inner (dot) product of two 3D vectors. This product
* is zero if and only if the two vectors are orthognal.
* is zero if and only if the two vectors are orthogonal.
*
* Returns: The inner product.
**/
@ -854,7 +854,7 @@ gimp_vector3_inner_product_val (GimpVector3 vector1,
* @vector2: a pointer to the second #GimpVector3.
*
* Compute the cross product of two vectors. The result is a
* #GimpVector3 which is orthognal to both @vector1 and @vector2. If
* #GimpVector3 which is orthogonal to both @vector1 and @vector2. If
* @vector1 and @vector2 and parallel, the result will be the nul
* vector.
*