Hello community,

here is the log from the commit of package libmatroska for openSUSE:Factory 
checked in at 2016-07-21 07:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmatroska (Old)
 and      /work/SRC/openSUSE:Factory/.libmatroska.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmatroska"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2015-12-24 
12:17:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes     
2016-07-21 07:54:28.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jul 15 14:14:11 UTC 2016 - [email protected]
+
+- Fix messed-up FAKE_BUILDTIME call
+
+-------------------------------------------------------------------
+Fri Jul 15 11:47:53 UTC 2016 - [email protected]
+
+- Update to new upstream release 1.4.5
+  * Support for new FieldOrder element and for the new
+    color-related elements.
+  * Required for mkvtoolnix >= 9.3.0
+
+-------------------------------------------------------------------

Old:
----
  libmatroska-1.4.4.tar.bz2

New:
----
  libmatroska-1.4.5.tar.bz2

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

Other differences:
------------------
++++++ libmatroska.spec ++++++
--- /var/tmp/diff_new_pack.PrSWtS/_old  2016-07-21 07:54:29.000000000 +0200
+++ /var/tmp/diff_new_pack.PrSWtS/_new  2016-07-21 07:54:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatroska
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,36 +16,34 @@
 #
 
 
-%define soname 6
-
+%define sover 6
 Name:           libmatroska
-Version:        1.4.4
+Version:        1.4.5
 Release:        0
 Summary:        Library to Deal with Matroska Files
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.matroska.org/
-
 #Git-Clone:    git://github.com/Matroska-Org/libmatroska
 #Git-Web:      https://github.com/Matroska-Org/libmatroska
 Source0:        
http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-Source99:       %name.changes
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source99:       %{name}.changes
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libebml) >= 1.3.3
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libebml) >= 1.3.4
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
 It depends on libebml to work. You only need this package to compile
 your own applications.
 
-%package -n libmatroska%{soname}
+%package -n libmatroska%{sover}
 Summary:        Library to Deal with Matroska Files
 Group:          System/Libraries
 
-%description -n libmatroska%{soname}
+%description -n libmatroska%{sover}
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
 It depends on libebml to work. You only need this package to compile
 your own applications.
@@ -54,7 +52,7 @@
 Summary:        Library to Deal with Matroska Files
 Group:          Development/Libraries/C and C++
 Requires:       libebml-devel >= 1.0.0
-Requires:       libmatroska%{soname} = %{version}
+Requires:       libmatroska%{sover} = %{version}
 
 %description devel
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
@@ -65,22 +63,21 @@
 %setup -q
 
 %build
-FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{S:99} '+%a %b %e %H:%M:%S %Y')
+FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{SOURCE99} '+%%a %%b %%e %%H:%%M:%%S 
%%Y')
 sed -i "s/__TIMESTAMP__/\"$FAKE_BUILDTIMESTAMP\"/" matroska/KaxVersion.h
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n libmatroska%{soname} -p /sbin/ldconfig
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n libmatroska%{soname} -p /sbin/ldconfig
+%post -n libmatroska%{sover} -p /sbin/ldconfig
+%postun -n libmatroska%{sover} -p /sbin/ldconfig
 
-%files -n libmatroska%{soname}
+%files -n libmatroska%{sover}
 %defattr(-,root,root)
-%{_libdir}/libmatroska.so.%{soname}*
+%{_libdir}/libmatroska.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)

++++++ libmatroska-1.4.4.tar.bz2 -> libmatroska-1.4.5.tar.bz2 ++++++
++++ 1707 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.4/ChangeLog new/libmatroska-1.4.5/ChangeLog
--- old/libmatroska-1.4.4/ChangeLog     2015-10-20 15:07:17.000000000 +0200
+++ new/libmatroska-1.4.5/ChangeLog     2016-07-02 15:51:38.000000000 +0200
@@ -1,3 +1,21 @@
+2016-07-02  Moritz Bunkus  <[email protected]>
+
+        * Released v1.4.5.
+
+2016-04-24  Moritz Bunkus  <[email protected]>
+
+        * KaxSemantic: add new colour-related elements.
+
+2016-04-01  Steve Lhomme  <[email protected]>
+
+        * KaxSemantic: add the new FieldOrder element.
+
+2015-11-21  Moritz Bunkus  <[email protected]>
+
+        * KaxVersion.cpp: in order to enable deterministic builds the
+        KaxCodeDate variable has been set to "Unknown" instead of the date
+        and time of compilation. Patch by Ed Schouten <[email protected]>.
+
 2015-10-20  Moritz Bunkus  <[email protected]>
 
         * Released v1.4.4.
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.4/autom4te.cache/output.0 
new/libmatroska-1.4.5/autom4te.cache/output.0
--- old/libmatroska-1.4.4/autom4te.cache/output.0       2015-10-20 
15:09:07.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/output.0       2016-07-02 
15:52:27.000000000 +0200
@@ -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.4.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
 @%:@ 
 @%:@ 
 @%:@ 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.4'
-PACKAGE_STRING='libmatroska 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='libmatroska 1.4.5'
 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.4 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.5 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.4:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
    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.4
+libmatroska configure 1.4.5
 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.4, which was
+It was created by libmatroska $as_me 1.4.5, 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.4'
+ VERSION='1.4.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15919,12 +15919,12 @@
     pkg_cv_EBML_CFLAGS="$EBML_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15936,12 +15936,12 @@
     pkg_cv_EBML_LIBS="$EBML_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15962,14 +15962,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.4" 2>&1`
         else 
-               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.4" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EBML_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (libebml >= 1.3.3) were not met:
+       as_fn_error $? "Package requirements (libebml >= 1.3.4) were not met:
 
 $EBML_PKG_ERRORS
 
@@ -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.4, which was
+This file was extended by libmatroska $as_me 1.4.5, 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.4
+libmatroska config.status 1.4.5
 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.4/autom4te.cache/output.1 
new/libmatroska-1.4.5/autom4te.cache/output.1
--- old/libmatroska-1.4.4/autom4te.cache/output.1       2015-10-20 
15:09:14.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/output.1       2016-07-02 
15:52:30.000000000 +0200
@@ -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.4.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
 @%:@ 
 @%:@ 
 @%:@ 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.4'
-PACKAGE_STRING='libmatroska 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='libmatroska 1.4.5'
 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.4 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.5 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.4:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
    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.4
+libmatroska configure 1.4.5
 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.4, which was
+It was created by libmatroska $as_me 1.4.5, 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.4'
+ VERSION='1.4.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15919,12 +15919,12 @@
     pkg_cv_EBML_CFLAGS="$EBML_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15936,12 +15936,12 @@
     pkg_cv_EBML_LIBS="$EBML_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15962,14 +15962,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.4" 2>&1`
         else 
-               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.4" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EBML_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (libebml >= 1.3.3) were not met:
+       as_fn_error $? "Package requirements (libebml >= 1.3.4) were not met:
 
 $EBML_PKG_ERRORS
 
@@ -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.4, which was
+This file was extended by libmatroska $as_me 1.4.5, 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.4
+libmatroska config.status 1.4.5
 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.4/autom4te.cache/output.2 
new/libmatroska-1.4.5/autom4te.cache/output.2
--- old/libmatroska-1.4.4/autom4te.cache/output.2       2015-10-20 
15:09:11.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/output.2       2016-07-02 
15:52:29.000000000 +0200
@@ -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.4.
+@%:@ Generated by GNU Autoconf 2.69 for libmatroska 1.4.5.
 @%:@ 
 @%:@ 
 @%:@ 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.4'
-PACKAGE_STRING='libmatroska 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='libmatroska 1.4.5'
 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.4 to adapt to many kinds of systems.
+\`configure' configures libmatroska 1.4.5 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.4:";;
+     short | recursive ) echo "Configuration of libmatroska 1.4.5:";;
    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.4
+libmatroska configure 1.4.5
 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.4, which was
+It was created by libmatroska $as_me 1.4.5, 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.4'
+ VERSION='1.4.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15919,12 +15919,12 @@
     pkg_cv_EBML_CFLAGS="$EBML_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_CFLAGS=`$PKG_CONFIG --cflags "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15936,12 +15936,12 @@
     pkg_cv_EBML_LIBS="$EBML_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"libebml >= 1.3.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libebml >= 1.3.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.3" 2>/dev/null`
+  pkg_cv_EBML_LIBS=`$PKG_CONFIG --libs "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes 
 else
   pkg_failed=yes
@@ -15962,14 +15962,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "libebml >= 1.3.4" 2>&1`
         else 
-               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.3" 2>&1`
+               EBML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"libebml >= 1.3.4" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EBML_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (libebml >= 1.3.3) were not met:
+       as_fn_error $? "Package requirements (libebml >= 1.3.4) were not met:
 
 $EBML_PKG_ERRORS
 
@@ -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.4, which was
+This file was extended by libmatroska $as_me 1.4.5, 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.4
+libmatroska config.status 1.4.5
 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.4/autom4te.cache/requests 
new/libmatroska-1.4.5/autom4te.cache/requests
--- old/libmatroska-1.4.4/autom4te.cache/requests       2015-10-20 
15:09:14.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/requests       2016-07-02 
15:52:30.000000000 +0200
@@ -42,193 +42,193 @@
                         'configure.ac'
                       ],
                       {
-                        'm4_pattern_allow' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'AM_MISSING_PROG' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'LT_PATH_NM' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        'LT_LANG' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AU_DEFUN' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
+                        '_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,
+                        '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,
-                        '_LTDL_SETUP' => 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,
-                        '_AM_SET_OPTIONS' => 1,
-                        'LT_PROG_GO' => 1,
-                        'AC_LTDL_DLLIB' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'LT_INIT' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
                         'AM_DISABLE_SHARED' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
+                        'LT_INIT' => 1,
                         '_LT_AC_PROG_CXXCPP' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        'LT_LIB_M' => 1,
-                        '_m4_warn' => 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_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_AC_PROG_GCJ' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 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,
+                        '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_SYS_DLOPEN_SELF' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        'AC_DISABLE_SHARED' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        '_LT_AC_SYS_COMPILER' => 1,
                         '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'LT_PATH_LD' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'LT_AC_PROG_SED' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        '_AM_IF_OPTION' => 1,
                         'AC_PROG_LD_GNU' => 1,
-                        'AC_DEFUN' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 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,
-                        '_LT_CC_BASENAME' => 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,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'PKG_CHECK_MODULES_STATIC' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
+                        '_LT_AC_LANG_F77_CONFIG' => 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,
+                        'AC_DEFUN' => 1,
+                        'AM_PROG_NM' => 1,
+                        '_LT_AC_LANG_F77' => 1,
                         '_AC_PROG_LIBTOOL' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'LTVERSION_VERSION' => 1,
                         '_LT_AC_LOCK' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AC_PROG_LD' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'LTDL_INIT' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'AM_RUN_LOG' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'LT_OUTPUT' => 1,
-                        'AC_PATH_MAGIC' => 1,
+                        'LT_FUNC_DLSYM_USCORE' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        '_LT_PROG_FC' => 1,
+                        'm4_include' => 1,
                         '_AM_AUTOCONF_VERSION' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        '_AM_PROG_TAR' => 1,
+                        'AC_CHECK_LIBM' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        '_LT_LINKER_BOILERPLATE' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 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_DISABLE_STATIC' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AM_CONDITIONAL' => 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_WITH_LTDL' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_LTDL_DLSYM_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_FUNC_ARGZ' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'include' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_LT_LIBOBJ' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        'm4_include' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
                         'PKG_NOARCH_INSTALLDIR' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'LT_PROG_RC' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'AC_PROG_NM' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 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,
-                        'AC_LIBLTDL_INSTALLABLE' => 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_WITH_SYSROOT' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AC_DISABLE_SHARED' => 1
+                        'm4_pattern_forbid' => 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
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -243,65 +243,65 @@
                         'configure.ac'
                       ],
                       {
-                        'AC_INIT' => 1,
-                        'AM_PROG_MOC' => 1,
                         '_AM_MAKEFILE_INCLUDE' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        '_m4_warn' => 1,
-                        'AC_CONFIG_AUX_DIR' => 1,
-                        'AC_CONFIG_SUBDIRS' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        '_AM_COND_ENDIF' => 1,
-                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'include' => 1,
+                        'AH_OUTPUT' => 1,
                         'AC_FC_SRCEXT' => 1,
-                        'AC_SUBST_TRACE' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_CONFIG_FILES' => 1,
+                        'AC_FC_FREEFORM' => 1,
+                        'AM_PROG_AR' => 1,
+                        'm4_pattern_forbid' => 1,
+                        '_AM_COND_ELSE' => 1,
                         '_LT_AC_TAGCONFIG' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'AH_OUTPUT' => 1,
+                        'm4_pattern_allow' => 1,
                         'LT_SUPPORTED_TAG' => 1,
-                        '_AM_COND_ELSE' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'AC_PROG_LIBTOOL' => 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,
-                        'm4_pattern_allow' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
                         'm4_sinclude' => 1,
-                        'LT_INIT' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
+                        'AM_PROG_MKDIR_P' => 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,
-                        'AM_NLS' => 1,
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AC_SUBST_TRACE' => 1,
                         'AC_LIBSOURCE' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_POT_TOOLS' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1,
-                        'AC_CONFIG_LINKS' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
+                        'AM_PROG_CC_C_O' => 1,
                         'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_FC_PP_SRCEXT' => 1,
                         'AM_PROG_CXX_C_O' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AC_FC_FREEFORM' => 1,
-                        'AC_DEFINE_TRACE_LITERAL' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AM_PROG_AR' => 1,
                         'AC_CANONICAL_BUILD' => 1,
-                        'm4_include' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        '_AM_COND_ENDIF' => 1,
                         'AC_SUBST' => 1,
-                        'sinclude' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
                         'AC_CANONICAL_HOST' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
+                        '_m4_warn' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'LT_INIT' => 1,
+                        'AC_INIT' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
                         'AM_PROG_FC_C_O' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
                         'AM_ENABLE_MULTILIB' => 1,
-                        'm4_pattern_forbid' => 1
+                        'AC_CONFIG_FILES' => 1,
+                        'include' => 1,
+                        'AM_NLS' => 1,
+                        'AC_CONFIG_LINKS' => 1,
+                        'AM_POT_TOOLS' => 1,
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
+                        'AC_CONFIG_SUBDIRS' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -343,193 +343,193 @@
                         'configure.ac'
                       ],
                       {
-                        'AM_PROG_NM' => 1,
-                        '_LT_LIBOBJ' => 1,
+                        '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,
+                        '_LT_PROG_LTMAIN' => 1,
+                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
+                        'LT_AC_PROG_RC' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
                         'include' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'LT_WITH_LTDL' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
                         'AC_LTDL_DLSYM_USCORE' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'AC_LIBTOOL_SETUP' => 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,
+                        '_AM_PROG_TAR' => 1,
+                        'LTSUGAR_VERSION' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
                         'LT_SYS_DLSEARCH_PATH' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
-                        '_LT_PROG_F77' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        'LT_FUNC_ARGZ' => 1,
+                        'AM_DISABLE_STATIC' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
                         'AC_LIBTOOL_GCJ' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'LT_PROG_RC' => 1,
-                        'AC_PROG_NM' => 1,
-                        'm4_include' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
                         'AM_SANITY_CHECK' => 1,
+                        'AM_SET_DEPDIR' => 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_LIBTOOL_CXX' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'AC_LIBLTDL_INSTALLABLE' => 1,
+                        '_LT_AC_LANG_CXX' => 1,
                         'AC_LIBLTDL_CONVENIENCE' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_DISABLE_STATIC' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'AM_CONDITIONAL' => 1,
+                        'AC_LIBTOOL_CONFIG' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
                         'LT_AC_PROG_GCJ' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        'LT_OUTPUT' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AM_RUN_LOG' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'LTDL_INIT' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
                         '_AM_IF_OPTION' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'AC_PROG_LD' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'LT_AC_PROG_SED' => 1,
                         '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        '_LT_AC_TAGCONFIG' => 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,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        '_m4_warn' => 1,
-                        'LT_LIB_M' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'AC_LTDL_DLLIB' => 1,
-                        'LT_PROG_GO' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        '_LT_CC_BASENAME' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
                         'PKG_CHECK_MODULES_STATIC' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 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_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,
+                        '_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_ENABLE_FAST_INSTALL' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 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,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'LT_PATH_LD' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        'LT_LANG' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
                         '_LT_LINKER_BOILERPLATE' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
+                        '_AM_AUTOCONF_VERSION' => 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_PROG_LIBTOOL' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        'AM_PROG_NM' => 1,
                         '_LT_AC_LANG_F77' => 1,
-                        'LT_PATH_NM' => 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,
-                        'LTDL_INSTALLABLE' => 1,
-                        '_AM_DEPENDENCIES' => 1,
+                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
+                        'LT_OUTPUT' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 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_PROG_COMPILER_NO_RTTI' => 1,
+                        '_LT_LINKER_OPTION' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'AC_ENABLE_STATIC' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'LT_LANG' => 1,
+                        '_LT_WITH_SYSROOT' => 1,
+                        'AM_PROG_LD' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'AC_LTDL_SHLIBPATH' => 1,
+                        '_LT_CC_BASENAME' => 1,
+                        'AC_PATH_MAGIC' => 1,
                         'AC_ENABLE_SHARED' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
                         'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'AM_MISSING_PROG' => 1,
+                        'LT_PROG_GO' => 1,
                         '_LT_PROG_CXX' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        '_LTDL_SETUP' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AU_DEFUN' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        'AC_LTDL_PREOPEN' => 1
+                        '_LT_LIBOBJ' => 1,
+                        '_LT_PROG_F77' => 1,
+                        'AC_LTDL_DLLIB' => 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.4/autom4te.cache/traces.0 
new/libmatroska-1.4.5/autom4te.cache/traces.0
--- old/libmatroska-1.4.4/autom4te.cache/traces.0       2015-10-20 
15:09:07.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/traces.0       2016-07-02 
15:52:27.000000000 +0200
@@ -2854,7 +2854,7 @@
 m4trace:configure.ac:11: -1- m4_pattern_allow([^ENABLE_DEBUG_FALSE$])
 m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([ENABLE_DEBUG_TRUE])
 m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([ENABLE_DEBUG_FALSE])
-m4trace:configure.ac:12: -1- PKG_CHECK_MODULES([EBML], [libebml >= 1.3.3])
+m4trace:configure.ac:12: -1- PKG_CHECK_MODULES([EBML], [libebml >= 1.3.4])
 m4trace:configure.ac:12: -1- PKG_PROG_PKG_CONFIG
 m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4trace:configure.ac:12: -1- 
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
@@ -2865,9 +2865,9 @@
 m4trace:configure.ac:12: -1- m4_pattern_allow([^PKG_CONFIG$])
 m4trace:configure.ac:12: -1- m4_pattern_allow([^EBML_CFLAGS$])
 m4trace:configure.ac:12: -1- m4_pattern_allow([^EBML_LIBS$])
-m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.3], 
[pkg_cv_[]EBML_CFLAGS=`$PKG_CONFIG --[]cflags "libebml >= 1.3.3" 2>/dev/null`
+m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.4], 
[pkg_cv_[]EBML_CFLAGS=`$PKG_CONFIG --[]cflags "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.3], 
[pkg_cv_[]EBML_LIBS=`$PKG_CONFIG --[]libs "libebml >= 1.3.3" 2>/dev/null`
+m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.4], 
[pkg_cv_[]EBML_LIBS=`$PKG_CONFIG --[]libs "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
 m4trace:configure.ac:12: -1- _PKG_SHORT_ERRORS_SUPPORTED
 m4trace:configure.ac:14: -1- m4_pattern_allow([^LIB@&t@OBJS$])
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.4/autom4te.cache/traces.1 
new/libmatroska-1.4.5/autom4te.cache/traces.1
--- old/libmatroska-1.4.4/autom4te.cache/traces.1       2015-10-20 
15:09:14.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/traces.1       2016-07-02 
15:52:30.000000000 +0200
@@ -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.4])
+m4trace:configure.ac:1: -1- AC_INIT([libmatroska], [1.4.5])
 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.4/autom4te.cache/traces.2 
new/libmatroska-1.4.5/autom4te.cache/traces.2
--- old/libmatroska-1.4.4/autom4te.cache/traces.2       2015-10-20 
15:09:11.000000000 +0200
+++ new/libmatroska-1.4.5/autom4te.cache/traces.2       2016-07-02 
15:52:29.000000000 +0200
@@ -2854,7 +2854,7 @@
 m4trace:configure.ac:11: -1- m4_pattern_allow([^ENABLE_DEBUG_FALSE$])
 m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([ENABLE_DEBUG_TRUE])
 m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([ENABLE_DEBUG_FALSE])
-m4trace:configure.ac:12: -1- PKG_CHECK_MODULES([EBML], [libebml >= 1.3.3])
+m4trace:configure.ac:12: -1- PKG_CHECK_MODULES([EBML], [libebml >= 1.3.4])
 m4trace:configure.ac:12: -1- PKG_PROG_PKG_CONFIG
 m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4trace:configure.ac:12: -1- 
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
@@ -2865,9 +2865,9 @@
 m4trace:configure.ac:12: -1- m4_pattern_allow([^PKG_CONFIG$])
 m4trace:configure.ac:12: -1- m4_pattern_allow([^EBML_CFLAGS$])
 m4trace:configure.ac:12: -1- m4_pattern_allow([^EBML_LIBS$])
-m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.3], 
[pkg_cv_[]EBML_CFLAGS=`$PKG_CONFIG --[]cflags "libebml >= 1.3.3" 2>/dev/null`
+m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.4], 
[pkg_cv_[]EBML_CFLAGS=`$PKG_CONFIG --[]cflags "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.3], 
[pkg_cv_[]EBML_LIBS=`$PKG_CONFIG --[]libs "libebml >= 1.3.3" 2>/dev/null`
+m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([libebml >= 1.3.4], 
[pkg_cv_[]EBML_LIBS=`$PKG_CONFIG --[]libs "libebml >= 1.3.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
 m4trace:configure.ac:12: -1- _PKG_SHORT_ERRORS_SUPPORTED
 m4trace:configure.ac:14: -1- m4_pattern_allow([^LIB@&t@OBJS$])
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.4/configure.ac new/libmatroska-1.4.5/configure.ac
--- old/libmatroska-1.4.4/configure.ac  2015-10-20 15:07:17.000000000 +0200
+++ new/libmatroska-1.4.5/configure.ac  2016-07-02 15:51:38.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([libmatroska], [1.4.4])
+AC_INIT([libmatroska], [1.4.5])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -9,6 +9,6 @@
        AS_HELP_STRING([--enable-debug], [Add -g -DDEBUG to compile flags]),
        [enable_debug="$withval"], [enable_debug=no])
 AM_CONDITIONAL([ENABLE_DEBUG], [test "$enable_debug" = yes])
-PKG_CHECK_MODULES([EBML],[libebml >= 1.3.3])
+PKG_CHECK_MODULES([EBML],[libebml >= 1.3.4])
 AC_CONFIG_FILES([Makefile libmatroska.pc])
 AC_OUTPUT
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.4/matroska/KaxSemantic.h 
new/libmatroska-1.4.5/matroska/KaxSemantic.h
--- old/libmatroska-1.4.4/matroska/KaxSemantic.h        2015-10-20 
15:07:17.000000000 +0200
+++ new/libmatroska-1.4.5/matroska/KaxSemantic.h        2016-07-02 
15:51:38.000000000 +0200
@@ -336,6 +336,9 @@
 DECLARE_MKX_UINTEGER(KaxVideoFlagInterlaced)
 };
 
+DECLARE_MKX_UINTEGER(KaxVideoFieldOrder)
+};
+
 DECLARE_MKX_UINTEGER(KaxVideoStereoMode)
 };
 
@@ -393,6 +396,83 @@
 public:
   filepos_t RenderData(IOCallback & output, bool bForceRender, bool 
bSaveDefault);
 };
+
+DECLARE_MKX_MASTER(KaxVideoColour)
+};
+
+
+DECLARE_MKX_UINTEGER(KaxVideoColourMatrix)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoBitsPerChannel)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoChromaSubsampHorz)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoChromaSubsampVert)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoCbSubsampHorz)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoCbSubsampVert)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoChromaSitHorz)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoChromaSitVert)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoColourRange)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoColourTransferCharacter)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoColourPrimaries)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoColourMaxCLL)
+};
+
+DECLARE_MKX_UINTEGER(KaxVideoColourMaxFALL)
+};
+
+DECLARE_MKX_MASTER(KaxVideoColourMasterMeta)
+};
+
+
+DECLARE_MKX_FLOAT(KaxVideoRChromaX)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoRChromaY)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoGChromaX)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoGChromaY)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoBChromaX)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoBChromaY)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoWhitePointChromaX)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoWhitePointChromaY)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoLuminanceMax)
+};
+
+DECLARE_MKX_FLOAT(KaxVideoLuminanceMin)
+};
 #endif
 
 DECLARE_MKX_MASTER(KaxTrackAudio)
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.4/matroska/KaxVersion.h 
new/libmatroska-1.4.5/matroska/KaxVersion.h
--- old/libmatroska-1.4.4/matroska/KaxVersion.h 2015-10-20 15:07:17.000000000 
+0200
+++ new/libmatroska-1.4.5/matroska/KaxVersion.h 2016-07-02 15:51:38.000000000 
+0200
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010404
+#define LIBMATROSKA_VERSION 0x010405
 
 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.4/src/KaxSemantic.cpp 
new/libmatroska-1.4.5/src/KaxSemantic.cpp
--- old/libmatroska-1.4.4/src/KaxSemantic.cpp   2015-10-20 15:07:17.000000000 
+0200
+++ new/libmatroska-1.4.5/src/KaxSemantic.cpp   2016-07-02 15:51:38.000000000 
+0200
@@ -336,6 +336,7 @@
 DEFINE_START_SEMANTIC(KaxTrackVideo)
 #if MATROSKA_VERSION >= 2
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFlagInterlaced)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFieldOrder)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoStereoMode)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoAlphaMode)
 DEFINE_SEMANTIC_ITEM(false, true, KaxOldStereoMode) // not supported
@@ -354,12 +355,14 @@
 #if MATROSKA_VERSION >= 2
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoGamma) // not supported
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoFrameRate) // not supported
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColour)
 #endif // MATROSKA_VERSION
 DEFINE_END_SEMANTIC(KaxTrackVideo)
 
 DEFINE_MKX_MASTER(KaxTrackVideo, 0xE0, 1, KaxTrackEntry, "TrackVideo");
 #if MATROSKA_VERSION >= 2
 DEFINE_MKX_UINTEGER_DEF(KaxVideoFlagInterlaced, 0x9A, 1, KaxTrackVideo, 
"VideoFlagInterlaced", 0);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoFieldOrder, 0x9D, 1, KaxTrackVideo, 
"VideoFieldOrder", 2);
 DEFINE_MKX_UINTEGER_DEF(KaxVideoStereoMode, 0x53B8, 2, KaxTrackVideo, 
"VideoStereoMode", 0);
 DEFINE_MKX_UINTEGER_DEF(KaxVideoAlphaMode, 0x53C0, 2, KaxTrackVideo, 
"VideoAlphaMode", 0);
 DEFINE_MKX_UINTEGER(KaxOldStereoMode, 0x53B9, 2, KaxTrackVideo, 
"OldStereoMode");
@@ -378,6 +381,63 @@
 #if MATROSKA_VERSION >= 2
 DEFINE_MKX_FLOAT(KaxVideoGamma, 0x2FB523, 3, KaxTrackVideo, "VideoGamma");
 DEFINE_MKX_FLOAT(KaxVideoFrameRate, 0x2383E3, 3, KaxTrackVideo, 
"VideoFrameRate");
+
+DEFINE_START_SEMANTIC(KaxVideoColour)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourMatrix)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoBitsPerChannel)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSubsampHorz)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSubsampVert)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoCbSubsampHorz)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoCbSubsampVert)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSitHorz)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSitVert)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourRange)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourTransferCharacter)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourPrimaries)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourMaxCLL)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourMaxFALL)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourMasterMeta)
+DEFINE_END_SEMANTIC(KaxVideoColour)
+
+DEFINE_MKX_MASTER(KaxVideoColour, 0x55B0, 2, KaxTrackVideo, "VideoColour");
+DEFINE_MKX_UINTEGER_DEF(KaxVideoColourMatrix, 0x55B1, 2, KaxVideoColour, 
"VideoColourMatrix", 2);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoBitsPerChannel, 0x55B2, 2, KaxVideoColour, 
"VideoBitsPerChannel", 0);
+DEFINE_MKX_UINTEGER(KaxVideoChromaSubsampHorz, 0x55B3, 2, KaxVideoColour, 
"VideoChromaSubsampHorz");
+DEFINE_MKX_UINTEGER(KaxVideoChromaSubsampVert, 0x55B4, 2, KaxVideoColour, 
"VideoChromaSubsampVert");
+DEFINE_MKX_UINTEGER(KaxVideoCbSubsampHorz, 0x55B5, 2, KaxVideoColour, 
"VideoCbSubsampHorz");
+DEFINE_MKX_UINTEGER(KaxVideoCbSubsampVert, 0x55B6, 2, KaxVideoColour, 
"VideoCbSubsampVert");
+DEFINE_MKX_UINTEGER_DEF(KaxVideoChromaSitHorz, 0x55B7, 2, KaxVideoColour, 
"VideoChromaSitHorz", 0);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoChromaSitVert, 0x55B8, 2, KaxVideoColour, 
"VideoChromaSitVert", 0);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoColourRange, 0x55B9, 2, KaxVideoColour, 
"VideoColourRange", 0);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoColourTransferCharacter, 0x55BA, 2, 
KaxVideoColour, "VideoColourTransferCharacter", 2);
+DEFINE_MKX_UINTEGER_DEF(KaxVideoColourPrimaries, 0x55BB, 2, KaxVideoColour, 
"VideoColourPrimaries", 2);
+DEFINE_MKX_UINTEGER(KaxVideoColourMaxCLL, 0x55BC, 2, KaxVideoColour, 
"VideoColourMaxCLL");
+DEFINE_MKX_UINTEGER(KaxVideoColourMaxFALL, 0x55BD, 2, KaxVideoColour, 
"VideoColourMaxFALL");
+
+DEFINE_START_SEMANTIC(KaxVideoColourMasterMeta)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoRChromaX)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoRChromaY)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoGChromaX)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoGChromaY)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoBChromaX)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoBChromaY)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoWhitePointChromaX)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoWhitePointChromaY)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoLuminanceMax)
+DEFINE_SEMANTIC_ITEM(false, true, KaxVideoLuminanceMin)
+DEFINE_END_SEMANTIC(KaxVideoColourMasterMeta)
+
+DEFINE_MKX_MASTER(KaxVideoColourMasterMeta, 0x55D0, 2, KaxVideoColour, 
"VideoColourMasterMeta");
+DEFINE_MKX_FLOAT(KaxVideoRChromaX, 0x55D1, 2, KaxVideoColourMasterMeta, 
"VideoRChromaX");
+DEFINE_MKX_FLOAT(KaxVideoRChromaY, 0x55D2, 2, KaxVideoColourMasterMeta, 
"VideoRChromaY");
+DEFINE_MKX_FLOAT(KaxVideoGChromaX, 0x55D3, 2, KaxVideoColourMasterMeta, 
"VideoGChromaX");
+DEFINE_MKX_FLOAT(KaxVideoGChromaY, 0x55D4, 2, KaxVideoColourMasterMeta, 
"VideoGChromaY");
+DEFINE_MKX_FLOAT(KaxVideoBChromaX, 0x55D5, 2, KaxVideoColourMasterMeta, 
"VideoBChromaX");
+DEFINE_MKX_FLOAT(KaxVideoBChromaY, 0x55D6, 2, KaxVideoColourMasterMeta, 
"VideoBChromaY");
+DEFINE_MKX_FLOAT(KaxVideoWhitePointChromaX, 0x55D7, 2, 
KaxVideoColourMasterMeta, "VideoWhitePointChromaX");
+DEFINE_MKX_FLOAT(KaxVideoWhitePointChromaY, 0x55D8, 2, 
KaxVideoColourMasterMeta, "VideoWhitePointChromaY");
+DEFINE_MKX_FLOAT(KaxVideoLuminanceMax, 0x55D9, 2, KaxVideoColourMasterMeta, 
"VideoLuminanceMax");
+DEFINE_MKX_FLOAT(KaxVideoLuminanceMin, 0x55DA, 2, KaxVideoColourMasterMeta, 
"VideoLuminanceMin");
 #endif
 
 DEFINE_START_SEMANTIC(KaxTrackAudio)
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.4/src/KaxVersion.cpp 
new/libmatroska-1.4.5/src/KaxVersion.cpp
--- old/libmatroska-1.4.4/src/KaxVersion.cpp    2015-10-20 15:07:17.000000000 
+0200
+++ new/libmatroska-1.4.5/src/KaxVersion.cpp    2016-07-02 15:51:38.000000000 
+0200
@@ -37,7 +37,11 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.4.4";
-const std::string KaxCodeDate    = __TIMESTAMP__;
+const std::string KaxCodeVersion = "1.4.5";
+
+// 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
+// remain binary compatible.
+const std::string KaxCodeDate = "Unknown";
 
 END_LIBMATROSKA_NAMESPACE


Reply via email to