Hello community,

here is the log from the commit of package libmatroska for openSUSE:Factory 
checked in at 2017-07-02 13:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmatroska (Old)
 and      /work/SRC/openSUSE:Factory/.libmatroska.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmatroska"

Sun Jul  2 13:36:58 2017 rev:42 rq:506394 version:1.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2016-08-03 
11:37:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes     
2017-07-02 13:36:59.593087757 +0200
@@ -1,0 +2,10 @@
+Mon Jun 26 20:00:15 UTC 2017 - [email protected]
+
+- Update to version 1.4.7:
+  + Setting the version number in the "KaxCodeVersion" variable
+    correctly.
+- Changes from version 1.4.6:
+  + KaxSemantic: add new elements dealing with 360°/VR content and
+    for language descriptors based on IETF BPC 47.
+
+-------------------------------------------------------------------

Old:
----
  libmatroska-1.4.5.tar.bz2

New:
----
  libmatroska-1.4.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmatroska.spec ++++++
--- /var/tmp/diff_new_pack.9C5PrI/_old  2017-07-02 13:37:00.292989061 +0200
+++ /var/tmp/diff_new_pack.9C5PrI/_new  2017-07-02 13:37:00.292989061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatroska
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define sover 6
 Name:           libmatroska
-Version:        1.4.5
+Version:        1.4.7
 Release:        0
 Summary:        Library to Deal with Matroska Files
 License:        LGPL-2.1+

++++++ libmatroska-1.4.5.tar.bz2 -> libmatroska-1.4.7.tar.bz2 ++++++
++++ 1634 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/ChangeLog new/libmatroska-1.4.7/ChangeLog
--- old/libmatroska-1.4.5/ChangeLog     2016-07-02 15:51:38.000000000 +0200
+++ new/libmatroska-1.4.7/ChangeLog     2017-03-10 21:21:03.000000000 +0100
@@ -1,3 +1,13 @@
+2017-03-10  Moritz Bunkus  <[email protected]>
+
+        * Released v1.4.7 with the single change of setting the version
+        number in the "KaxCodeVersion" variable correctly.
+
+        * Released v1.4.6.
+
+        * KaxSemantic: add new elements dealing with 360°/VR content and
+        for language descriptors based on IETF BPC 47.
+
 2016-07-02  Moritz Bunkus  <[email protected]>
 
         * Released v1.4.5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/README.md new/libmatroska-1.4.7/README.md
--- old/libmatroska-1.4.5/README.md     1970-01-01 01:00:00.000000000 +0100
+++ new/libmatroska-1.4.7/README.md     2017-03-10 21:21:03.000000000 +0100
@@ -0,0 +1,27 @@
+# libmatroska
+a C++ libary to parse and create Matroska files
+
+# Building and installing
+
+## Building a released version
+
+libmatroska is based on autoconf and automake. It requires a C++
+compiler as well as [libebml](https://github.com/Matroska-Org/libebml)
+and `pkg-config`. Being an autoconf-based project means that the
+normal build process consists of the usual three steps:
+
+1. Configuration: `./configure`
+2. Building: `make`
+3. Installation (run this as root): `make install`
+
+## Building from git
+
+If you're building from git you must have the GNU autotools
+(`autoconf`, `automake`, `libtoolize`) installed. Then run the
+following two commands:
+
+1. `libtoolize`
+2. `autoreconf -vi`
+
+Afterwards continue with the steps listed for building a released
+version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/autom4te.cache/output.0 
new/libmatroska-1.4.7/autom4te.cache/output.0
--- old/libmatroska-1.4.5/autom4te.cache/output.0       2016-07-02 
15:52:27.000000000 +0200
+++ new/libmatroska-1.4.7/autom4te.cache/output.0       2017-03-10 
21:17:00.000000000 +0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.7.
 @%:@ 
 @%:@ 
 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libmatroska'
 PACKAGE_TARNAME='libmatroska'
-PACKAGE_VERSION='1.4.5'
-PACKAGE_STRING='libmatroska 1.4.5'
+PACKAGE_VERSION='1.4.7'
+PACKAGE_STRING='libmatroska 1.4.7'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # 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 libmatroska 1.4.5 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1524,7 +1524,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libmatroska configure 1.4.5
+libmatroska configure 1.4.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1923,7 +1923,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libmatroska $as_me 1.4.5, which was
+It was created by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2789,7 +2789,7 @@
 
 # Define the identity of the package.
  PACKAGE='libmatroska'
- VERSION='1.4.5'
+ VERSION='1.4.7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16541,7 +16541,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libmatroska $as_me 1.4.5, which was
+This file was extended by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16607,7 +16607,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libmatroska config.status 1.4.5
+libmatroska config.status 1.4.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/autom4te.cache/output.1 
new/libmatroska-1.4.7/autom4te.cache/output.1
--- old/libmatroska-1.4.5/autom4te.cache/output.1       2016-07-02 
15:52:30.000000000 +0200
+++ new/libmatroska-1.4.7/autom4te.cache/output.1       2017-03-10 
21:23:44.000000000 +0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.7.
 @%:@ 
 @%:@ 
 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libmatroska'
 PACKAGE_TARNAME='libmatroska'
-PACKAGE_VERSION='1.4.5'
-PACKAGE_STRING='libmatroska 1.4.5'
+PACKAGE_VERSION='1.4.7'
+PACKAGE_STRING='libmatroska 1.4.7'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # 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 libmatroska 1.4.5 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1524,7 +1524,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libmatroska configure 1.4.5
+libmatroska configure 1.4.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1923,7 +1923,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libmatroska $as_me 1.4.5, which was
+It was created by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2789,7 +2789,7 @@
 
 # Define the identity of the package.
  PACKAGE='libmatroska'
- VERSION='1.4.5'
+ VERSION='1.4.7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16541,7 +16541,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libmatroska $as_me 1.4.5, which was
+This file was extended by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16607,7 +16607,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libmatroska config.status 1.4.5
+libmatroska config.status 1.4.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/autom4te.cache/output.2 
new/libmatroska-1.4.7/autom4te.cache/output.2
--- old/libmatroska-1.4.5/autom4te.cache/output.2       2016-07-02 
15:52:29.000000000 +0200
+++ new/libmatroska-1.4.7/autom4te.cache/output.2       2017-03-10 
21:23:44.000000000 +0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.7.
 @%:@ 
 @%:@ 
 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libmatroska'
 PACKAGE_TARNAME='libmatroska'
-PACKAGE_VERSION='1.4.5'
-PACKAGE_STRING='libmatroska 1.4.5'
+PACKAGE_VERSION='1.4.7'
+PACKAGE_STRING='libmatroska 1.4.7'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # 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 libmatroska 1.4.5 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1524,7 +1524,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libmatroska configure 1.4.5
+libmatroska configure 1.4.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1923,7 +1923,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libmatroska $as_me 1.4.5, which was
+It was created by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2789,7 +2789,7 @@
 
 # Define the identity of the package.
  PACKAGE='libmatroska'
- VERSION='1.4.5'
+ VERSION='1.4.7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16541,7 +16541,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libmatroska $as_me 1.4.5, which was
+This file was extended by libmatroska $as_me 1.4.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16607,7 +16607,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libmatroska config.status 1.4.5
+libmatroska config.status 1.4.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/autom4te.cache/requests 
new/libmatroska-1.4.7/autom4te.cache/requests
--- old/libmatroska-1.4.5/autom4te.cache/requests       2016-07-02 
15:52:30.000000000 +0200
+++ new/libmatroska-1.4.7/autom4te.cache/requests       2017-03-10 
21:23:45.000000000 +0100
@@ -42,193 +42,193 @@
                         'configure.ac'
                       ],
                       {
-                        '_LTDL_SETUP' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
+                        '_LT_PROG_F77' => 1,
                         'include' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
+                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'm4_include' => 1,
                         'AC_CONFIG_MACRO_DIR' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        'AC_PROG_LD' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
                         'AC_LTDL_PREOPEN' => 1,
-                        'AC_WITH_LTDL' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        '_AM_PROG_TAR' => 1,
+                        'AC_LIBLTDL_INSTALLABLE' => 1,
+                        'AM_PROG_NM' => 1,
+                        '_AM_DEPENDENCIES' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'LT_SYS_DLOPEN_SELF' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'PKG_CHECK_MODULES' => 1,
+                        'AC_LIBTOOL_FC' => 1,
+                        'AC_DEPLIBS_CHECK_METHOD' => 1,
+                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'AC_PATH_MAGIC' => 1,
+                        '_LT_DLL_DEF_P' => 1,
+                        '_LT_PROG_ECHO_BACKSLASH' => 1,
+                        'AM_ENABLE_SHARED' => 1,
+                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        'LT_LIB_DLLOAD' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
                         'LT_SYS_MODULE_EXT' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
                         'LT_SUPPORTED_TAG' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'LT_LIB_M' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AU_DEFUN' => 1,
                         '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'LT_CMD_MAX_LEN' => 1,
+                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AM_ENABLE_STATIC' => 1,
+                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'AC_PROG_LD' => 1,
+                        'LT_WITH_LTDL' => 1,
                         'LT_AC_PROG_GCJ' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
+                        '_LT_PROG_LTMAIN' => 1,
+                        'AM_RUN_LOG' => 1,
+                        'AC_DISABLE_FAST_INSTALL' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'AC_LIBTOOL_LINKER_OPTION' => 1,
+                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AC_LTDL_SHLIBEXT' => 1,
+                        'AM_DISABLE_STATIC' => 1,
+                        'AC_LTDL_OBJDIR' => 1,
+                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
+                        '_LT_LINKER_OPTION' => 1,
+                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AC_LIBTOOL_DLOPEN' => 1,
+                        'LTSUGAR_VERSION' => 1,
+                        '_LT_AC_LANG_GCJ' => 1,
                         'AC_LIBLTDL_CONVENIENCE' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
                         'AM_PROG_CC_C_O' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'AM_MISSING_PROG' => 1,
+                        'LT_OUTPUT' => 1,
+                        'AC_LTDL_SYSSEARCHPATH' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AC_PATH_TOOL_PREFIX' => 1,
+                        'AM_PROG_LD' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        'AC_DISABLE_STATIC' => 1,
+                        'LT_PROG_GO' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        '_AC_PROG_LIBTOOL' => 1,
+                        'LT_INIT' => 1,
                         'AC_LIB_LTDL' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        'PKG_CHECK_MODULES_STATIC' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
+                        '_LT_AC_CHECK_DLFCN' => 1,
+                        'AM_DISABLE_SHARED' => 1,
+                        'AC_PROG_EGREP' => 1,
+                        'AC_PROG_NM' => 1,
+                        'LT_PROG_RC' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
                         '_AM_PROG_CC_C_O' => 1,
+                        'LTOPTIONS_VERSION' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
+                        'AC_CHECK_LIBM' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
+                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
+                        'AC_ENABLE_FAST_INSTALL' => 1,
+                        'LT_FUNC_ARGZ' => 1,
+                        'AC_LIBTOOL_SETUP' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        'LTOBSOLETE_VERSION' => 1,
+                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        '_LT_AC_TAGVAR' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
+                        '_LT_PROG_CXX' => 1,
+                        'AU_DEFUN' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
+                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
+                        '_LT_AC_LANG_CXX' => 1,
                         '_AM_SET_OPTIONS' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        'LTDL_CONVENIENCE' => 1,
+                        'PKG_CHECK_MODULES_STATIC' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        '_LT_PROG_FC' => 1,
+                        'PKG_CHECK_VAR' => 1,
                         'AC_DISABLE_SHARED' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
                         'LT_AC_PROG_SED' => 1,
-                        'AM_CONDITIONAL' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        'LT_SYS_MODULE_PATH' => 1,
+                        '_m4_warn' => 1,
+                        'AC_LTDL_SHLIBPATH' => 1,
+                        'AC_LTDL_DLLIB' => 1,
+                        '_LT_AC_LOCK' => 1,
                         '_AM_IF_OPTION' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'LT_PROG_RC' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AM_RUN_LOG' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'LTDL_INIT' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        'LTDL_INSTALLABLE' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
                         'LT_PATH_LD' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        'AC_DISABLE_STATIC' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
+                        'LT_PROG_GCJ' => 1,
+                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
+                        'LT_PATH_NM' => 1,
+                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
                         'AC_DEFUN' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        '_LT_AC_LOCK' => 1,
+                        '_LTDL_SETUP' => 1,
+                        'AC_LIBTOOL_F77' => 1,
+                        'AC_PROG_LD_GNU' => 1,
+                        'LT_LANG' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
+                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AM_PROG_LIBTOOL' => 1,
                         'LT_FUNC_DLSYM_USCORE' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'm4_include' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
+                        'AC_LIBTOOL_WIN32_DLL' => 1,
+                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
+                        'AC_ENABLE_SHARED' => 1,
+                        'LT_AC_PROG_EGREP' => 1,
+                        'LT_SYS_DLSEARCH_PATH' => 1,
                         '_LT_LINKER_BOILERPLATE' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
+                        'AC_WITH_LTDL' => 1,
+                        'AC_LIBTOOL_RC' => 1,
+                        '_LT_AC_LANG_F77' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'PKG_INSTALLDIR' => 1,
                         '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'AC_PROG_NM' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'LT_OUTPUT' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        '_m4_warn' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'AC_LTDL_DLLIB' => 1,
-                        '_LT_PROG_F77' => 1,
+                        '_LT_AC_SYS_COMPILER' => 1,
+                        '_LT_AC_LANG_CXX_CONFIG' => 1,
                         '_LT_LIBOBJ' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        'LT_PROG_GO' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'AC_PATH_MAGIC' => 1,
                         '_LT_CC_BASENAME' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AM_PROG_LD' => 1,
-                        'LT_LANG' => 1,
+                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
+                        '_LT_AC_LANG_RC_CONFIG' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        'LTVERSION_VERSION' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        'AC_LIBTOOL_PICMODE' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
                         '_LT_WITH_SYSROOT' => 1,
-                        'm4_pattern_forbid' => 1,
+                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        'LT_LIB_M' => 1,
+                        'LT_SYS_SYMBOL_USCORE' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'LT_AC_PROG_RC' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        '_LT_AC_PROG_CXXCPP' => 1,
+                        'LTDL_INIT' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
+                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'AM_DEP_TRACK' => 1,
                         'AC_ENABLE_STATIC' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1
+                        'AM_SILENT_RULES' => 1,
+                        'AC_LTDL_DLSYM_USCORE' => 1,
+                        'AC_LIBTOOL_GCJ' => 1,
+                        'AC_LIBTOOL_CONFIG' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -243,65 +243,65 @@
                         'configure.ac'
                       ],
                       {
-                        '_AM_MAKEFILE_INCLUDE' => 1,
-                        'AH_OUTPUT' => 1,
-                        'AC_FC_SRCEXT' => 1,
-                        'AC_FC_FREEFORM' => 1,
-                        'AM_PROG_AR' => 1,
-                        'm4_pattern_forbid' => 1,
-                        '_AM_COND_ELSE' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'm4_pattern_allow' => 1,
+                        '_AM_COND_ENDIF' => 1,
                         'LT_SUPPORTED_TAG' => 1,
-                        'sinclude' => 1,
-                        'AM_PROG_MOC' => 1,
-                        'AM_GNU_GETTEXT' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
-                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
                         'm4_sinclude' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AC_FC_SRCEXT' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'AC_CONFIG_LINKS' => 1,
                         'AC_CONFIG_AUX_DIR' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_FC_PP_SRCEXT' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'm4_include' => 1,
-                        '_AM_COND_IF' => 1,
                         'AC_DEFINE_TRACE_LITERAL' => 1,
+                        '_AM_MAKEFILE_INCLUDE' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
                         'AC_SUBST_TRACE' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AM_PATH_GUILE' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
                         'AC_CANONICAL_BUILD' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        '_AM_COND_ENDIF' => 1,
                         'AC_SUBST' => 1,
+                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'AM_PROG_FC_C_O' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AH_OUTPUT' => 1,
+                        'AM_PROG_F77_C_O' => 1,
+                        'AM_PROG_MOC' => 1,
                         'AC_PROG_LIBTOOL' => 1,
-                        'AC_CANONICAL_HOST' => 1,
-                        '_m4_warn' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        'LT_INIT' => 1,
+                        'AC_FC_PP_SRCEXT' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
                         'AC_INIT' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
-                        'AC_CONFIG_FILES' => 1,
-                        'include' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        'AC_CONFIG_SUBDIRS' => 1,
+                        '_AM_COND_IF' => 1,
+                        'AM_PROG_AR' => 1,
+                        'AC_CANONICAL_TARGET' => 1,
                         'AM_NLS' => 1,
-                        'AC_CONFIG_LINKS' => 1,
+                        'm4_include' => 1,
+                        'm4_pattern_allow' => 1,
+                        'include' => 1,
                         'AM_POT_TOOLS' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
+                        'AC_FC_FREEFORM' => 1,
+                        'LT_INIT' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
+                        'sinclude' => 1,
+                        'AM_ENABLE_MULTILIB' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
+                        'AC_LIBSOURCE' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
                         'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'AC_CONFIG_SUBDIRS' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1
+                        'AC_CONFIG_FILES' => 1,
+                        '_m4_warn' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'AM_CONDITIONAL' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -343,193 +343,193 @@
                         'configure.ac'
                       ],
                       {
-                        'AM_PROG_LIBTOOL' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        'AC_PROG_LD' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        'LT_INIT' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
+                        'AM_RUN_LOG' => 1,
                         '_LT_PROG_LTMAIN' => 1,
+                        'LT_AC_PROG_GCJ' => 1,
+                        'LT_WITH_LTDL' => 1,
+                        'AM_ENABLE_STATIC' => 1,
+                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'AC_PROG_LD' => 1,
+                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'AC_DISABLE_FAST_INSTALL' => 1,
+                        '_LT_PROG_ECHO_BACKSLASH' => 1,
+                        'AM_ENABLE_SHARED' => 1,
+                        'AC_PATH_MAGIC' => 1,
+                        '_LT_DLL_DEF_P' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        'LT_CMD_MAX_LEN' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'LT_SYS_MODULE_EXT' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
                         'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        'include' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
                         'LT_LIB_DLLOAD' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        '_LTDL_SETUP' => 1,
-                        'AU_DEFUN' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        'LT_LIB_M' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
+                        'AC_DEPLIBS_CHECK_METHOD' => 1,
+                        'AC_LIBTOOL_FC' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'PKG_CHECK_MODULES' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        'AC_LTDL_PREOPEN' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
+                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'm4_include' => 1,
+                        'include' => 1,
+                        '_LT_PROG_F77' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'LT_SYS_DLOPEN_SELF' => 1,
+                        '_AM_DEPENDENCIES' => 1,
+                        'AM_PROG_NM' => 1,
+                        'AC_LIBLTDL_INSTALLABLE' => 1,
                         '_AM_PROG_TAR' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
+                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        '_LT_AC_TAGVAR' => 1,
+                        'LTOBSOLETE_VERSION' => 1,
+                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        'AC_LIBTOOL_SETUP' => 1,
                         'LT_FUNC_ARGZ' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AM_SET_DEPDIR' => 1,
+                        'AC_ENABLE_FAST_INSTALL' => 1,
+                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
                         'LTDL_CONVENIENCE' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AM_MISSING_PROG' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
                         '_LT_AC_LANG_CXX' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        'm4_pattern_allow' => 1,
                         '_AM_SET_OPTIONS' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        'PKG_CHECK_MODULES_STATIC' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        'LT_PROG_GCJ' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
                         'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AC_DEFUN' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AC_DISABLE_STATIC' => 1,
+                        'AU_DEFUN' => 1,
+                        '_LT_PROG_CXX' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'LTOPTIONS_VERSION' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        'LT_PROG_RC' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
+                        'AC_PROG_NM' => 1,
+                        'AC_PROG_EGREP' => 1,
+                        'AM_DISABLE_SHARED' => 1,
                         '_LT_AC_CHECK_DLFCN' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        'LT_PATH_LD' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'LTDL_INIT' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AM_RUN_LOG' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
                         'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'LT_PROG_RC' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
                         'AC_CHECK_LIBM' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'm4_include' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
+                        'LT_OUTPUT' => 1,
+                        'AC_LTDL_SYSSEARCHPATH' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
+                        'AC_LIB_LTDL' => 1,
+                        'LT_INIT' => 1,
                         '_AC_PROG_LIBTOOL' => 1,
+                        'LT_PROG_GO' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        'AC_DISABLE_STATIC' => 1,
                         'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        '_m4_warn' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'LT_OUTPUT' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
+                        'AM_PROG_LD' => 1,
                         'AC_PATH_TOOL_PREFIX' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        'AC_PROG_NM' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
+                        'AC_LTDL_OBJDIR' => 1,
+                        'AM_DISABLE_STATIC' => 1,
+                        'AC_LTDL_SHLIBEXT' => 1,
+                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AC_LIBTOOL_LINKER_OPTION' => 1,
+                        '_LT_AC_LANG_GCJ' => 1,
+                        'AC_LIBLTDL_CONVENIENCE' => 1,
+                        'LTSUGAR_VERSION' => 1,
+                        'AC_LIBTOOL_DLOPEN' => 1,
+                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
                         '_AM_SUBST_NOTMAKE' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
                         '_LT_LINKER_OPTION' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
-                        'AC_ENABLE_STATIC' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
+                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        'LT_SYS_DLSEARCH_PATH' => 1,
+                        'LT_AC_PROG_EGREP' => 1,
+                        'AC_ENABLE_SHARED' => 1,
+                        'AC_LIBTOOL_WIN32_DLL' => 1,
+                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
+                        'AC_LIBTOOL_F77' => 1,
+                        '_LTDL_SETUP' => 1,
+                        'AC_DEFUN' => 1,
+                        'LT_PATH_NM' => 1,
+                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
+                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
+                        'AM_PROG_LIBTOOL' => 1,
+                        'LT_FUNC_DLSYM_USCORE' => 1,
                         'm4_pattern_forbid' => 1,
+                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'AC_PROG_LD_GNU' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
                         'LT_LANG' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'AC_LTDL_DLLIB' => 1,
                         'AC_LTDL_SHLIBPATH' => 1,
+                        'LT_SYS_MODULE_PATH' => 1,
+                        '_m4_warn' => 1,
+                        'LT_PATH_LD' => 1,
+                        'LT_PROG_GCJ' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 1,
+                        'LTDL_INSTALLABLE' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        '_LT_AC_LOCK' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        'LT_AC_PROG_SED' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        'AC_DISABLE_SHARED' => 1,
+                        '_LT_PROG_FC' => 1,
+                        'PKG_CHECK_VAR' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'PKG_CHECK_MODULES_STATIC' => 1,
+                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AC_LTDL_DLSYM_USCORE' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AC_ENABLE_STATIC' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'AC_LIBTOOL_CONFIG' => 1,
+                        'AC_LIBTOOL_GCJ' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'LT_SYS_SYMBOL_USCORE' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
+                        '_LT_AC_PROG_CXXCPP' => 1,
+                        'LTDL_INIT' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'LT_AC_PROG_RC' => 1,
+                        'LTVERSION_VERSION' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        '_LT_AC_LANG_RC_CONFIG' => 1,
+                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
                         '_LT_CC_BASENAME' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        'LT_PROG_GO' => 1,
-                        '_LT_PROG_CXX' => 1,
+                        'LT_LIB_M' => 1,
+                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        '_LT_WITH_SYSROOT' => 1,
+                        'AC_LIBTOOL_PICMODE' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        '_LT_AC_LANG_F77' => 1,
+                        'AC_WITH_LTDL' => 1,
+                        'AC_LIBTOOL_RC' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        '_LT_LINKER_BOILERPLATE' => 1,
                         '_LT_LIBOBJ' => 1,
-                        '_LT_PROG_F77' => 1,
-                        'AC_LTDL_DLLIB' => 1
+                        '_LT_AC_SYS_COMPILER' => 1,
+                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'PKG_INSTALLDIR' => 1
                       }
                     ], 'Autom4te::Request' )
            );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/autom4te.cache/traces.1 
new/libmatroska-1.4.7/autom4te.cache/traces.1
--- old/libmatroska-1.4.5/autom4te.cache/traces.1       2016-07-02 
15:52:30.000000000 +0200
+++ new/libmatroska-1.4.7/autom4te.cache/traces.1       2017-03-10 
21:23:44.000000000 +0100
@@ -3,7 +3,7 @@
 m4trace:aclocal.m4:1431: -1- m4_include([m4/ltsugar.m4])
 m4trace:aclocal.m4:1432: -1- m4_include([m4/ltversion.m4])
 m4trace:aclocal.m4:1433: -1- m4_include([m4/lt~obsolete.m4])
-m4trace:configure.ac:1: -1- AC_INIT([libmatroska], [1.4.5])
+m4trace:configure.ac:1: -1- AC_INIT([libmatroska], [1.4.7])
 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS 
directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/config.h.in~ new/libmatroska-1.4.7/config.h.in~
--- old/libmatroska-1.4.5/config.h.in~  1970-01-01 01:00:00.000000000 +0100
+++ new/libmatroska-1.4.7/config.h.in~  2017-03-10 21:17:03.000000000 +0100
@@ -0,0 +1,61 @@
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
+#undef LT_OBJDIR
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/configure.ac new/libmatroska-1.4.7/configure.ac
--- old/libmatroska-1.4.5/configure.ac  2016-07-02 15:51:38.000000000 +0200
+++ new/libmatroska-1.4.7/configure.ac  2017-03-10 21:21:03.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([libmatroska], [1.4.5])
+AC_INIT([libmatroska], [1.4.7])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/libmatroska.proj new/libmatroska-1.4.7/libmatroska.proj
--- old/libmatroska-1.4.5/libmatroska.proj      2016-07-02 15:51:38.000000000 
+0200
+++ new/libmatroska-1.4.7/libmatroska.proj      2017-03-10 21:21:03.000000000 
+0100
@@ -1,8 +1,20 @@
+CONFIG_FILE config.h { NO_INCLUDE . }
+
 #include "*/*.proj"
 
+GROUP libmatroska_coremake_automake
+{
+  // from automake
+  DEFINE HAVE_CONFIG_H // from CONFIG_HEADERS 
+  NO_STDAFX .
+  NO_PROJECT .
+  HEADER config.h
+}
+
 LIB matroska
 {
-  PROJECT_VERSION 1.3.0
+  PROJECT_VERSION 1.4.7
+  USE libmatroska_coremake_automake
 
   INCLUDE .
   EXPINCLUDE .
@@ -11,7 +23,6 @@
     USE ebml2_legacy
   ELSE
     USE ebml
-    USEINCLUDE corec // so that stdafx implied by ebml2_legacy can build
   ENDIF
 
 //  OPTIMIZE_GLOBALLY .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/matroska/KaxCluster.h 
new/libmatroska-1.4.7/matroska/KaxCluster.h
--- old/libmatroska-1.4.5/matroska/KaxCluster.h 2016-07-02 15:51:38.000000000 
+0200
+++ new/libmatroska-1.4.7/matroska/KaxCluster.h 2017-03-10 21:21:03.000000000 
+0100
@@ -53,19 +53,19 @@
     /*!
       \brief Addition of a frame without references
 
-      \param the timecode is expressed in nanoseconds, relative to the 
beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to 
the beggining of the Segment
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & 
buffer, KaxBlockGroup * & MyNewBlock, LacingType lacing = LACING_AUTO);
     /*!
       \brief Addition of a frame with a backward reference (P frame)
-      \param the timecode is expressed in nanoseconds, relative to the 
beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to 
the beggining of the Segment
 
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & 
buffer, KaxBlockGroup * & MyNewBlock, const KaxBlockGroup & PastBlock, 
LacingType lacing = LACING_AUTO);
 
     /*!
       \brief Addition of a frame with a backward+forward reference (B frame)
-      \param the timecode is expressed in nanoseconds, relative to the 
beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to 
the beggining of the Segment
 
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & 
buffer, KaxBlockGroup * & MyNewBlock, const KaxBlockGroup & PastBlock, const 
KaxBlockGroup & ForwBlock, LacingType lacing = LACING_AUTO);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/matroska/KaxSemantic.h 
new/libmatroska-1.4.7/matroska/KaxSemantic.h
--- old/libmatroska-1.4.5/matroska/KaxSemantic.h        2016-07-02 
15:51:38.000000000 +0200
+++ new/libmatroska-1.4.7/matroska/KaxSemantic.h        2017-03-10 
21:21:03.000000000 +0100
@@ -1,9 +1,10 @@
 /**********************************************************************
 **  DO NOT EDIT, GENERATED WITH DATA2LIB
+**  https://github.com/Matroska-Org/foundation-source/tree/master/spectool
 **
 **  libmatroska : parse Matroska files, see http://www.matroska.org/
 **
-**  Copyright (c) 2002-2010, Matroska (non-profit organisation)
+**  Copyright (c) 2002-2017, Matroska (non-profit organisation)
 **  All rights reserved.
 **
 ** This file is part of libmatroska.
@@ -208,6 +209,7 @@
 public:
   filepos_t RenderData(IOCallback & output, bool bForceRender, bool 
bSaveDefault);
 };
+
 #endif
 
 DECLARE_MKX_MASTER(KaxTracks)
@@ -272,6 +274,11 @@
 DECLARE_MKX_STRING(KaxTrackLanguage)
 };
 
+#if MATROSKA_VERSION >= 2
+DECLARE_MKX_STRING(KaxLanguageIETF)
+};
+#endif
+
 DECLARE_MKX_STRING(KaxCodecID)
 };
 
@@ -473,6 +480,26 @@
 
 DECLARE_MKX_FLOAT(KaxVideoLuminanceMin)
 };
+
+DECLARE_MKX_MASTER(KaxVideoProjection)
+};
+
+
+DECLARE_MKX_UINTEGER(KaxVideoProjectionType)
+};
+
+DECLARE_MKX_BINARY (KaxVideoProjectionPrivate)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoProjectionPoseYaw)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoProjectionPosePitch)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoProjectionPoseRoll)
+};
+
 #endif
 
 DECLARE_MKX_MASTER(KaxTrackAudio)
@@ -634,6 +661,7 @@
 public:
   filepos_t RenderData(IOCallback & output, bool bForceRender, bool 
bSaveDefault);
 };
+
 #endif
 
 DECLARE_MKX_MASTER(KaxAttachments)
@@ -670,6 +698,7 @@
 
 DECLARE_MKX_UINTEGER(KaxFileUsedEndTime)
 };
+
 #endif
 
 DECLARE_MKX_MASTER(KaxChapters)
@@ -744,6 +773,11 @@
 DECLARE_MKX_STRING(KaxChapterLanguage)
 };
 
+#if MATROSKA_VERSION >= 2
+DECLARE_MKX_STRING(KaxChapLanguageIETF)
+};
+#endif
+
 DECLARE_MKX_STRING(KaxChapterCountry)
 };
 
@@ -807,6 +841,11 @@
 DECLARE_MKX_STRING(KaxTagLangue)
 };
 
+#if MATROSKA_VERSION >= 2
+DECLARE_MKX_STRING(KaxTagLanguageIETF)
+};
+#endif
+
 DECLARE_MKX_UINTEGER(KaxTagDefault)
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/matroska/KaxVersion.h 
new/libmatroska-1.4.7/matroska/KaxVersion.h
--- old/libmatroska-1.4.5/matroska/KaxVersion.h 2016-07-02 15:51:38.000000000 
+0200
+++ new/libmatroska-1.4.7/matroska/KaxVersion.h 2017-03-10 21:21:03.000000000 
+0100
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010405
+#define LIBMATROSKA_VERSION 0x010407
 
 extern const std::string KaxCodeVersion;
 extern const std::string KaxCodeDate;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/src/KaxSemantic.cpp 
new/libmatroska-1.4.7/src/KaxSemantic.cpp
--- old/libmatroska-1.4.5/src/KaxSemantic.cpp   2016-07-02 15:51:38.000000000 
+0200
+++ new/libmatroska-1.4.7/src/KaxSemantic.cpp   2017-03-10 21:21:03.000000000 
+0100
@@ -1,9 +1,10 @@
 /**********************************************************************
 **  DO NOT EDIT, GENERATED WITH DATA2LIB
+**  https://github.com/Matroska-Org/foundation-source/tree/master/spectool
 **
 **  libmatroska : parse Matroska files, see http://www.matroska.org/
 **
-**  Copyright (c) 2002-2010, Matroska (non-profit organisation)
+**  Copyright (c) 2002-2017, Matroska (non-profit organisation)
 **  All rights reserved.
 **
 ** This file is part of libmatroska.
@@ -254,6 +255,9 @@
 DEFINE_SEMANTIC_ITEM(true, true, KaxMaxBlockAdditionID)
 DEFINE_SEMANTIC_ITEM(false, true, KaxTrackName)
 DEFINE_SEMANTIC_ITEM(false, true, KaxTrackLanguage)
+#if MATROSKA_VERSION >= 2
+DEFINE_SEMANTIC_ITEM(false, true, KaxLanguageIETF)
+#endif // MATROSKA_VERSION
 DEFINE_SEMANTIC_ITEM(true, true, KaxCodecID)
 DEFINE_SEMANTIC_ITEM(false, true, KaxCodecPrivate)
 DEFINE_SEMANTIC_ITEM(false, true, KaxCodecName)
@@ -306,6 +310,9 @@
 DEFINE_MKX_UINTEGER_DEF(KaxMaxBlockAdditionID, 0x55EE, 2, KaxTrackEntry, 
"MaxBlockAdditionID", 0);
 DEFINE_MKX_UNISTRING(KaxTrackName, 0x536E, 2, KaxTrackEntry, "TrackName");
 DEFINE_MKX_STRING_DEF(KaxTrackLanguage, 0x22B59C, 3, KaxTrackEntry, 
"TrackLanguage", "eng");
+#if MATROSKA_VERSION >= 2
+DEFINE_MKX_STRING(KaxLanguageIETF, 0x22B59D, 3, KaxTrackEntry, "LanguageIETF");
+#endif
 DEFINE_MKX_STRING(KaxCodecID, 0x86, 1, KaxTrackEntry, "CodecID");
 DEFINE_MKX_BINARY (KaxCodecPrivate, 0x63A2, 2, KaxTrackEntry, "CodecPrivate");
 DEFINE_MKX_UNISTRING(KaxCodecName, 0x258688, 3, KaxTrackEntry, "CodecName");
@@ -356,6 +363,7 @@
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoGamma) // not supported
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoFrameRate) // not supported
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColour)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoProjection)
 #endif // MATROSKA_VERSION
 DEFINE_END_SEMANTIC(KaxTrackVideo)
 
@@ -438,6 +446,21 @@
 DEFINE_MKX_FLOAT(KaxVideoWhitePointChromaY, 0x55D8, 2, 
KaxVideoColourMasterMeta, "VideoWhitePointChromaY");
 DEFINE_MKX_FLOAT(KaxVideoLuminanceMax, 0x55D9, 2, KaxVideoColourMasterMeta, 
"VideoLuminanceMax");
 DEFINE_MKX_FLOAT(KaxVideoLuminanceMin, 0x55DA, 2, KaxVideoColourMasterMeta, 
"VideoLuminanceMin");
+
+DEFINE_START_SEMANTIC(KaxVideoProjection)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoProjectionType)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoProjectionPrivate)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoProjectionPoseYaw)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoProjectionPosePitch)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoProjectionPoseRoll)
+DEFINE_END_SEMANTIC(KaxVideoProjection)
+
+DEFINE_MKX_MASTER(KaxVideoProjection, 0x7670, 2, KaxTrackVideo, 
"VideoProjection");
+DEFINE_MKX_UINTEGER_DEF(KaxVideoProjectionType, 0x7671, 2, KaxVideoProjection, 
"VideoProjectionType", 0);
+DEFINE_MKX_BINARY (KaxVideoProjectionPrivate, 0x7672, 2, KaxVideoProjection, 
"VideoProjectionPrivate");
+DEFINE_MKX_FLOAT_DEF(KaxVideoProjectionPoseYaw, 0x7673, 2, KaxVideoProjection, 
"VideoProjectionPoseYaw", 0);
+DEFINE_MKX_FLOAT_DEF(KaxVideoProjectionPosePitch, 0x7674, 2, 
KaxVideoProjection, "VideoProjectionPosePitch", 0);
+DEFINE_MKX_FLOAT_DEF(KaxVideoProjectionPoseRoll, 0x7675, 2, 
KaxVideoProjection, "VideoProjectionPoseRoll", 0);
 #endif
 
 DEFINE_START_SEMANTIC(KaxTrackAudio)
@@ -685,12 +708,18 @@
 DEFINE_START_SEMANTIC(KaxChapterDisplay)
 DEFINE_SEMANTIC_ITEM(true, true, KaxChapterString)
 DEFINE_SEMANTIC_ITEM(true, false, KaxChapterLanguage)
+#if MATROSKA_VERSION >= 2
+DEFINE_SEMANTIC_ITEM(false, true, KaxChapLanguageIETF)
+#endif // MATROSKA_VERSION
 DEFINE_SEMANTIC_ITEM(false, false, KaxChapterCountry)
 DEFINE_END_SEMANTIC(KaxChapterDisplay)
 
 DEFINE_MKX_MASTER(KaxChapterDisplay, 0x80, 1, KaxChapterAtom, 
"ChapterDisplay");
 DEFINE_MKX_UNISTRING(KaxChapterString, 0x85, 1, KaxChapterDisplay, 
"ChapterString");
 DEFINE_MKX_STRING_DEF(KaxChapterLanguage, 0x437C, 2, KaxChapterDisplay, 
"ChapterLanguage", "eng");
+#if MATROSKA_VERSION >= 2
+DEFINE_MKX_STRING(KaxChapLanguageIETF, 0x437D, 2, KaxChapterDisplay, 
"ChapLanguageIETF");
+#endif
 DEFINE_MKX_STRING(KaxChapterCountry, 0x437E, 2, KaxChapterDisplay, 
"ChapterCountry");
 
 DEFINE_START_SEMANTIC(KaxChapterProcess)
@@ -746,6 +775,9 @@
 DEFINE_SEMANTIC_ITEM(false, false, KaxTagSimple) // recursive
 DEFINE_SEMANTIC_ITEM(true, true, KaxTagName)
 DEFINE_SEMANTIC_ITEM(true, true, KaxTagLangue)
+#if MATROSKA_VERSION >= 2
+DEFINE_SEMANTIC_ITEM(false, true, KaxTagLanguageIETF)
+#endif // MATROSKA_VERSION
 DEFINE_SEMANTIC_ITEM(true, true, KaxTagDefault)
 DEFINE_SEMANTIC_ITEM(false, true, KaxTagString)
 DEFINE_SEMANTIC_ITEM(false, true, KaxTagBinary)
@@ -754,6 +786,9 @@
 DEFINE_MKX_MASTER(KaxTagSimple, 0x67C8, 2, KaxTag, "TagSimple");
 DEFINE_MKX_UNISTRING(KaxTagName, 0x45A3, 2, KaxTagSimple, "TagName");
 DEFINE_MKX_STRING_DEF(KaxTagLangue, 0x447A, 2, KaxTagSimple, "TagLanguage", 
"und");
+#if MATROSKA_VERSION >= 2
+DEFINE_MKX_STRING(KaxTagLanguageIETF, 0x447B, 2, KaxTagSimple, 
"TagLanguageIETF");
+#endif
 DEFINE_MKX_UINTEGER_DEF(KaxTagDefault, 0x4484, 2, KaxTagSimple, "TagDefault", 
1);
 DEFINE_MKX_UNISTRING(KaxTagString, 0x4487, 2, KaxTagSimple, "TagString");
 DEFINE_MKX_BINARY (KaxTagBinary, 0x4485, 2, KaxTagSimple, "TagBinary");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmatroska-1.4.5/src/KaxVersion.cpp 
new/libmatroska-1.4.7/src/KaxVersion.cpp
--- old/libmatroska-1.4.5/src/KaxVersion.cpp    2016-07-02 15:51:38.000000000 
+0200
+++ new/libmatroska-1.4.7/src/KaxVersion.cpp    2017-03-10 21:21:03.000000000 
+0100
@@ -37,7 +37,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.4.5";
+const std::string KaxCodeVersion = "1.4.7";
 
 // Up to version 1.4.4 this library exported a build date string. As
 // this made the build non-reproducible, replace it by a placeholder to


Reply via email to