Hello community,

here is the log from the commit of package mediainfo for openSUSE:Factory 
checked in at 2019-09-16 10:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediainfo (Old)
 and      /work/SRC/openSUSE:Factory/.mediainfo.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediainfo"

Mon Sep 16 10:49:34 2019 rev:19 rq:730157 version:19.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediainfo/mediainfo.changes      2019-07-21 
11:33:23.776786909 +0200
+++ /work/SRC/openSUSE:Factory/.mediainfo.new.7948/mediainfo.changes    
2019-09-16 10:49:35.527178531 +0200
@@ -1,0 +2,23 @@
+Wed Sep 11 13:08:25 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 19.09
+  Added:
+  * AC-4: basic detection, raw, in MP4 or TS
+  * AC-3/E-AC-3: display time code of the first frame
+  * Don't show anymore by default "encoded" bit rates and stream
+    sizes
+  * MOV: Decode more language codes
+  Corrections:
+  * MXF: some metadata were missing
+  * AC-3: AC-3 actually has no bit depth, removing the default
+    16 value
+  * AC-3/E-AC-3: fix bitrate info (so duration) with streams
+    having a time code
+  * AC-3: parse more frames also when in MP4, in order to better
+    detect JOC (Atmos)
+  * MP4: do not show audio bit depth if it is the "default" 16
+    (value is not trustable enough)
+  * ProRes RAW: we know only width and height
+  * SubRip: bad handling of files having a quote character
+
+-------------------------------------------------------------------

Old:
----
  mediainfo_19.07.tar.xz

New:
----
  mediainfo_19.09.tar.xz

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

Other differences:
------------------
++++++ mediainfo.spec ++++++
--- /var/tmp/diff_new_pack.IsT9DD/_old  2019-09-16 10:49:36.383178420 +0200
+++ /var/tmp/diff_new_pack.IsT9DD/_new  2019-09-16 10:49:36.387178420 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           mediainfo
-Version:        19.07
+Version:        19.09
 Release:        0
 Summary:        Audio/video file technical and tag information utility
 License:        GPL-2.0-or-later
@@ -108,9 +108,9 @@
 popd
 
 # icon
-install -dm 755 %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
+install -dm 755 %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
 install -m 644 Source/Resource/Image/MediaInfo.png \
-    %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+    %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
 install -dm 755 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 install -m 644 Source/Resource/Image/MediaInfo.svg \
    %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

++++++ mediainfo_19.07.tar.xz -> mediainfo_19.09.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/History_CLI.txt 
new/MediaInfo/History_CLI.txt
--- old/MediaInfo/History_CLI.txt       2019-07-16 00:22:33.000000000 +0200
+++ new/MediaInfo/History_CLI.txt       2019-09-10 22:12:51.000000000 +0200
@@ -12,6 +12,20 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 19.09, 2019-09-10
+-------------
++ AC-4: basic detection, raw, in MP4 or TS
++ AC-3/E-AC-3: display time code of the first frame
++ Don't show anymore by default "encoded" bit rates and stream sizes
++ MOV: Decode more language codes
+x MXF: some metadata were missing
+x AC-3: AC-3 actually has no bit depth, removing the default 16 value
+x AC-3/E-AC-3: fix bitrate info (so duration) with streams having a time code
+x AC-3: parse more frames also when in MP4, in order to better detect JOC 
(Atmos)
+x MP4: do not show audio bit depth if it is the "default" 16 (value is not 
trustable enough)
+x ProRes RAW: we know only width and height
+x SubRip: bad handling of files having a quote character
+
 Version 19.07, 2019-07-16
 --------------
 + Dolby E: readout of Dolby E program description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/History_GUI.txt 
new/MediaInfo/History_GUI.txt
--- old/MediaInfo/History_GUI.txt       2019-07-16 00:22:34.000000000 +0200
+++ new/MediaInfo/History_GUI.txt       2019-09-10 22:12:52.000000000 +0200
@@ -12,6 +12,20 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 19.09, 2019-09-10
+-------------
++ AC-4: basic detection, raw, in MP4 or TS
++ AC-3/E-AC-3: display time code of the first frame
++ Don't show anymore by default "encoded" bit rates and stream sizes
++ MOV: Decode more language codes
+x MXF: some metadata were missing
+x AC-3: AC-3 actually has no bit depth, removing the default 16 value
+x AC-3/E-AC-3: fix bitrate info (so duration) with streams having a time code
+x AC-3: parse more frames also when in MP4, in order to better detect JOC 
(Atmos)
+x MP4: do not show audio bit depth if it is the "default" 16 (value is not 
trustable enough)
+x ProRes RAW: we know only width and height
+x SubRip: bad handling of files having a quote character
+
 Version 19.07, 2019-07-16
 --------------
 + Mac App Store version: File comparison (InApp purchase)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/AppImage/Recipe.sh 
new/MediaInfo/Project/AppImage/Recipe.sh
--- old/MediaInfo/Project/AppImage/Recipe.sh    2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/AppImage/Recipe.sh    2019-09-10 22:12:53.000000000 
+0200
@@ -47,7 +47,7 @@
 fi
 
 # Setup evironment
-VERSION=19.07
+VERSION=19.09
 
 if [ "$(arch)" == "i386" ] ; then
     ARCH="i686"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/BCB/GUI/MediaInfo_GUI.cbproj 
new/MediaInfo/Project/BCB/GUI/MediaInfo_GUI.cbproj
--- old/MediaInfo/Project/BCB/GUI/MediaInfo_GUI.cbproj  2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/BCB/GUI/MediaInfo_GUI.cbproj  2019-09-10 
22:12:54.000000000 +0200
@@ -1,7 +1,7 @@
       <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
                <PropertyGroup>
                        
<ProjectGuid>{8AF87745-B671-4B4E-A428-B47B72F174BA}</ProjectGuid>
-                       <ProjectVersion>18.2</ProjectVersion>
+                       <ProjectVersion>19.7</ProjectVersion>
                        <FrameworkType>VCL</FrameworkType>
                        <MainSource>MediaInfo_GUI.cpp</MainSource>
                        <Base>True</Base>
@@ -42,10 +42,10 @@
                </PropertyGroup>
                <PropertyGroup Condition="'$(Base)'!=''">
                        <Defines>MEDIAINFO_DLL_STATIC;$(Defines)</Defines>
-                       
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=19.07.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
+                       
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=19.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
                        <Manifest_File>None</Manifest_File>
                        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-                       <VerInfo_MinorVer>07</VerInfo_MinorVer>
+                       <VerInfo_MinorVer>09</VerInfo_MinorVer>
                        <VerInfo_Release>0</VerInfo_Release>
                        <VerInfo_MajorVer>19</VerInfo_MajorVer>
                        <VerInfo_Locale>1033</VerInfo_Locale>
@@ -105,7 +105,7 @@
                <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
                        <VerInfo_Release>0</VerInfo_Release>
                        
<LinkPackageStatics>rtl.lib;vcl.lib;bcbie.lib</LinkPackageStatics>
-                       
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=19.07.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=19.07.0.0;Comments=</VerInfo_Keys>
+                       
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=19.09.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=19.09.0.0;Comments=</VerInfo_Keys>
                        
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
                </PropertyGroup>
                <ItemGroup>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/CLI/configure.ac 
new/MediaInfo/Project/GNU/CLI/configure.ac
--- old/MediaInfo/Project/GNU/CLI/configure.ac  2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/GNU/CLI/configure.ac  2019-09-10 22:12:53.000000000 
+0200
@@ -5,7 +5,7 @@
 dnl -------------------------------------------------------------------------
 dnl Name and version
 dnl
-AC_INIT([mediainfo], [19.07])
+AC_INIT([mediainfo], [19.09])
 
 dnl -------------------------------------------------------------------------
 dnl Test if we are at the good place
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/GUI/configure.ac 
new/MediaInfo/Project/GNU/GUI/configure.ac
--- old/MediaInfo/Project/GNU/GUI/configure.ac  2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/GNU/GUI/configure.ac  2019-09-10 22:12:53.000000000 
+0200
@@ -5,7 +5,7 @@
 dnl -------------------------------------------------------------------------
 dnl Name and version
 dnl
-AC_INIT([mediainfo-gui], [19.07])
+AC_INIT([mediainfo-gui], [19.09])
 
 dnl -------------------------------------------------------------------------
 dnl Test if we are at the good place
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/GUI/mediainfo-gui.metainfo.xml 
new/MediaInfo/Project/GNU/GUI/mediainfo-gui.metainfo.xml
--- old/MediaInfo/Project/GNU/GUI/mediainfo-gui.metainfo.xml    2019-07-16 
00:22:31.000000000 +0200
+++ new/MediaInfo/Project/GNU/GUI/mediainfo-gui.metainfo.xml    2019-09-10 
22:12:50.000000000 +0200
@@ -71,6 +71,28 @@
     <keyword>hevc</keyword>
     <keyword>avi</keyword>
   </keywords>
+  <content_rating type="oars-1.0">
+    <content_attribute id="violence-cartoon">none</content_attribute>
+    <content_attribute id="violence-fantasy">none</content_attribute>
+    <content_attribute id="violence-realistic">none</content_attribute>
+    <content_attribute id="violence-bloodshed">none</content_attribute>
+    <content_attribute id="violence-sexual">none</content_attribute>
+    <content_attribute id="drugs-alcohol">none</content_attribute>
+    <content_attribute id="drugs-narcotics">none</content_attribute>
+    <content_attribute id="drugs-tobacco">none</content_attribute>
+    <content_attribute id="sex-nudity">none</content_attribute>
+    <content_attribute id="sex-themes">none</content_attribute>
+    <content_attribute id="language-profanity">none</content_attribute>
+    <content_attribute id="language-humor">none</content_attribute>
+    <content_attribute id="language-discrimination">none</content_attribute>
+    <content_attribute id="social-chat">none</content_attribute>
+    <content_attribute id="social-info">none</content_attribute>
+    <content_attribute id="social-audio">none</content_attribute>
+    <content_attribute id="social-location">none</content_attribute>
+    <content_attribute id="social-contacts">none</content_attribute>
+    <content_attribute id="money-purchasing">none</content_attribute>
+    <content_attribute id="money-gambling">none</content_attribute>
+  </content_rating>
   <url type="homepage">https://mediaarea.net/</url>
   <url type="faq">https://mediaarea.net/MediaInfo/Support/FAQ</url>
   <url type="bugtracker">https://github.com/MediaArea/MediaInfo/issues</url>
@@ -78,4 +100,11 @@
   <url type="donation">https://mediaarea.net/MediaInfo/Donate</url>
   <update_contact>[email protected]</update_contact>
   <developer_name>MediaArea.net SARL</developer_name>
+  <releases>
+    <release version="19.07" date="2019-07-16">
+      <description>
+        <p>Update to MediaInfo library 19.07 with bug fixes, see 
https://mediaarea.net/MediaInfo/ChangeLog for more details.</p>
+      </description>
+    </release>
+  ​</releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/PKGBUILD 
new/MediaInfo/Project/GNU/PKGBUILD
--- old/MediaInfo/Project/GNU/PKGBUILD  2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Project/GNU/PKGBUILD  2019-09-10 22:12:54.000000000 +0200
@@ -3,7 +3,7 @@
 # Contributor: hydro <[email protected]>
 
 pkgname=('mediainfo' 'mediainfo-gui')
-pkgver=19.07
+pkgver=19.09
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 url="http://mediaarea.net";
@@ -12,7 +12,7 @@
 md5sums=('00000000000000000000000000000000')
 arch=('i686' 'x86_64')
 
-depends=('libzen>=0.4.37' 'libmediainfo>=19.07' 'wxgtk' 'libsm' 
'desktop-file-utils')
+depends=('libzen>=0.4.37' 'libmediainfo>=19.09' 'wxgtk' 'libsm' 
'desktop-file-utils')
 
 prepare() {
     cd "${srcdir}"/MediaInfo/Project/GNU/CLI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/mediainfo.dsc 
new/MediaInfo/Project/GNU/mediainfo.dsc
--- old/MediaInfo/Project/GNU/mediainfo.dsc     2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/GNU/mediainfo.dsc     2019-09-10 22:12:54.000000000 
+0200
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 19.07-1
+Version: 19.09-1
 Maintainer: MediaArea.net SARL <[email protected]>
 Homepage: http://MediaArea.net/MediaInfo
 Standards-Version: 3.9.6
 Vcs-Browser: https://github.com/MediaArea/MediaInfo
 Vcs-Git: https://github.com/MediaArea/MediaInfo.git
-Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.07), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.09), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config
 Package-List:
  mediainfo deb utils optional arch=any
  mediainfo-gui deb utils optional arch=any
 Checksums-Sha1:
- 0000000000000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_19.07-1.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_19.09-1.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07-1.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09-1.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_19.07-1.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09-1.debian.tar.xz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/GNU/mediainfo.spec 
new/MediaInfo/Project/GNU/mediainfo.spec
--- old/MediaInfo/Project/GNU/mediainfo.spec    2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/GNU/mediainfo.spec    2019-09-10 22:12:54.000000000 
+0200
@@ -1,9 +1,9 @@
-%global mediainfo_version           19.07
+%global mediainfo_version           19.09
 %global mediainfo_version_major     19
-%global mediainfo_version_minor     07
-%global libmediainfo_version        19.07
+%global mediainfo_version_minor     09
+%global libmediainfo_version        19.09
 %global libmediainfo_version_major  19
-%global libmediainfo_version_minor  07
+%global libmediainfo_version_minor  09
 %global libzen_version              0.4.37
 %global libzen_version_major        0
 %global libzen_version_minor        4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2013/CLI/MediaInfo_CLI.rc 
new/MediaInfo/Project/MSVC2013/CLI/MediaInfo_CLI.rc
--- old/MediaInfo/Project/MSVC2013/CLI/MediaInfo_CLI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2013/CLI/MediaInfo_CLI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2013/GUI/MediaInfo_GUI.rc 
new/MediaInfo/Project/MSVC2013/GUI/MediaInfo_GUI.rc
--- old/MediaInfo/Project/MSVC2013/GUI/MediaInfo_GUI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2013/GUI/MediaInfo_GUI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2015/CLI/MediaInfo_CLI.rc 
new/MediaInfo/Project/MSVC2015/CLI/MediaInfo_CLI.rc
--- old/MediaInfo/Project/MSVC2015/CLI/MediaInfo_CLI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2015/CLI/MediaInfo_CLI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2015/GUI/MediaInfo_GUI.rc 
new/MediaInfo/Project/MSVC2015/GUI/MediaInfo_GUI.rc
--- old/MediaInfo/Project/MSVC2015/GUI/MediaInfo_GUI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2015/GUI/MediaInfo_GUI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2017/CLI/MediaInfo_CLI.rc 
new/MediaInfo/Project/MSVC2017/CLI/MediaInfo_CLI.rc
--- old/MediaInfo/Project/MSVC2017/CLI/MediaInfo_CLI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2017/CLI/MediaInfo_CLI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2017/GUI/MediaInfo_GUI.rc 
new/MediaInfo/Project/MSVC2017/GUI/MediaInfo_GUI.rc
--- old/MediaInfo/Project/MSVC2017/GUI/MediaInfo_GUI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2017/GUI/MediaInfo_GUI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "19.07.0.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "19.07.0.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2019/CLI/MediaInfo_CLI.rc 
new/MediaInfo/Project/MSVC2019/CLI/MediaInfo_CLI.rc
--- old/MediaInfo/Project/MSVC2019/CLI/MediaInfo_CLI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2019/CLI/MediaInfo_CLI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 18,08,1,0
- PRODUCTVERSION 18,08,1,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "18.08.1.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "18.08.1.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/MSVC2019/GUI/MediaInfo_GUI.rc 
new/MediaInfo/Project/MSVC2019/GUI/MediaInfo_GUI.rc
--- old/MediaInfo/Project/MSVC2019/GUI/MediaInfo_GUI.rc 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/MSVC2019/GUI/MediaInfo_GUI.rc 2019-09-10 
22:12:53.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 18,08,1,0
- PRODUCTVERSION 18,08,1,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "18.08.1.0"
+            VALUE "FileVersion", "19.09.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2019 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "18.08.1.0"
+            VALUE "ProductVersion", "19.09.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/Mac/Info.plist 
new/MediaInfo/Project/Mac/Info.plist
--- old/MediaInfo/Project/Mac/Info.plist        2019-07-16 00:22:31.000000000 
+0200
+++ new/MediaInfo/Project/Mac/Info.plist        2019-09-10 22:12:50.000000000 
+0200
@@ -92,6 +92,7 @@
                                <string>rv</string>
                                <string>swf</string>
                                <string>tp</string>
+                               <string>trec</string>
                                <string>ts</string>
                                <string>vcd</string>
                                <string>vfw</string>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb7.debian/changelog 
new/MediaInfo/Project/OBS/deb7.debian/changelog
--- old/MediaInfo/Project/OBS/deb7.debian/changelog     2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.debian/changelog     2019-09-10 
22:12:53.000000000 +0200
@@ -1,6 +1,6 @@
-mediainfo (19.07-1) experimental; urgency=medium
+mediainfo (19.09-1) experimental; urgency=medium
 
-  * Upstream version 19.07
+  * Upstream version 19.09
     For details, see 
https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt
 
  -- MediaArea <[email protected]>  Mon, 02 Nov 2015 10:30:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb7.debian/control 
new/MediaInfo/Project/OBS/deb7.debian/control
--- old/MediaInfo/Project/OBS/deb7.debian/control       2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.debian/control       2019-09-10 
22:12:54.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 19.07),
+               libmediainfo-dev (>= 19.09),
                libzen-dev (>= 0.4.37),
                libwxgtk2.8-dev,
                zlib1g-dev,
@@ -16,7 +16,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.07), libzen0 
(>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.09), libzen0 
(>= 0.4.37)
 Description: command-line utility for reading information from audio/video 
files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.
@@ -41,7 +41,7 @@
 
 Package: mediainfo-gui
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.07), libzen0 
(>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.09), libzen0 
(>= 0.4.37)
 Description: graphical utility for reading information from audio/video files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb7.dsc 
new/MediaInfo/Project/OBS/deb7.dsc
--- old/MediaInfo/Project/OBS/deb7.dsc  2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.dsc  2019-09-10 22:12:54.000000000 +0200
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 19.07-1deb7
+Version: 19.09-1deb7
 Maintainer: MediaArea.net SARL <[email protected]>
 Homepage: http://MediaArea.net/MediaInfo
 Standards-Version: 3.9.6
 Vcs-Browser: https://github.com/MediaArea/MediaInfo
 Vcs-Git: https://github.com/MediaArea/MediaInfo.git
-Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.07), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.09), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config
 Package-List:
  mediainfo deb utils optional arch=any
  mediainfo-gui deb utils optional arch=any
 Checksums-Sha1:
- 0000000000000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_19.07-1deb7.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_19.09-1deb7.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07-1deb7.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09-1deb7.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_19.07-1deb7.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09-1deb7.debian.tar.xz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb9.debian/changelog 
new/MediaInfo/Project/OBS/deb9.debian/changelog
--- old/MediaInfo/Project/OBS/deb9.debian/changelog     2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.debian/changelog     2019-09-10 
22:12:53.000000000 +0200
@@ -1,6 +1,6 @@
-mediainfo (19.07-1) experimental; urgency=medium
+mediainfo (19.09-1) experimental; urgency=medium
 
-  * Upstream version 19.07
+  * Upstream version 19.09
     For details, see 
https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt
 
  -- MediaArea <[email protected]>  Mon, 02 Nov 2015 10:30:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb9.debian/control 
new/MediaInfo/Project/OBS/deb9.debian/control
--- old/MediaInfo/Project/OBS/deb9.debian/control       2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.debian/control       2019-09-10 
22:12:54.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 19.07),
+               libmediainfo-dev (>= 19.09),
                libzen-dev (>= 0.4.37),
                libwxgtk3.0-dev,
                adwaita-icon-theme,
@@ -18,7 +18,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 19.07), 
libzen0v5 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 19.09), 
libzen0v5 (>= 0.4.37)
 Description: command-line utility for reading information from audio/video 
files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.
@@ -43,7 +43,7 @@
 
 Package: mediainfo-gui
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 19.07), 
libzen0v5 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 19.09), 
libzen0v5 (>= 0.4.37)
 Description: graphical utility for reading information from audio/video files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb9.dsc 
new/MediaInfo/Project/OBS/deb9.dsc
--- old/MediaInfo/Project/OBS/deb9.dsc  2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.dsc  2019-09-10 22:12:54.000000000 +0200
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 19.07-1deb9
+Version: 19.09-1deb9
 Maintainer: MediaArea.net SARL <[email protected]>
 Homepage: http://MediaArea.net/MediaInfo
 Standards-Version: 3.9.6
 Vcs-Browser: https://github.com/MediaArea/MediaInfoLib
 Vcs-Git: https://github.com/MediaArea/MediaInfoLib.git
-Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.07), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, zlib1g-dev, 
pkg-config, rename
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 19.09), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, zlib1g-dev, 
pkg-config, rename
 Package-List:
  mediainfo deb utils optional arch=any
  mediainfo-gui deb utils optional arch=any
 Checksums-Sha1:
- 0000000000000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_19.07-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_19.09-1deb9.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.07-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_19.09-1deb9.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_19.07.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_19.07-1deb9.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_19.09-1deb9.debian.tar.xz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/obs_mediainfo 
new/MediaInfo/Project/OBS/obs_mediainfo
--- old/MediaInfo/Project/OBS/obs_mediainfo     2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Project/OBS/obs_mediainfo     2019-09-10 22:12:53.000000000 
+0200
@@ -180,8 +180,8 @@
 }
 
 
-mediainfov="19.07"
-libmediainfov="19.07"
+mediainfov="19.09"
+libmediainfov="19.09"
 libzenv="0.4.32"
 destversion="1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/QMake/GUI/AppxManifest.xml 
new/MediaInfo/Project/QMake/GUI/AppxManifest.xml
--- old/MediaInfo/Project/QMake/GUI/AppxManifest.xml    2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/QMake/GUI/AppxManifest.xml    2019-09-10 
22:12:53.000000000 +0200
@@ -9,7 +9,7 @@
   <Identity
     Name="MediaArea.net.MediaInfo"
     Publisher="CN=4DBC310E-9C86-41CE-ABE7-5CBFAAC19566"
-    Version="19.7.0.0"
+    Version="19.9.0.0"
     ProcessorArchitecture="x64" />
   <mp:PhoneIdentity PhoneProductId="00000000-0000-0000-0000-000000000000" 
PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
   <Properties>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/QMake/GUI/mediainfo-gui.rc 
new/MediaInfo/Project/QMake/GUI/mediainfo-gui.rc
--- old/MediaInfo/Project/QMake/GUI/mediainfo-gui.rc    2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/QMake/GUI/mediainfo-gui.rc    2019-09-10 
22:12:54.000000000 +0200
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 19,07,0,0
- PRODUCTVERSION 19,07,0,0
+ FILEVERSION 19,09,0,0
+ PRODUCTVERSION 19,09,0,0
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/Snap/mediainfo/snapcraft.yaml 
new/MediaInfo/Project/Snap/mediainfo/snapcraft.yaml
--- old/MediaInfo/Project/Snap/mediainfo/snapcraft.yaml 2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/Snap/mediainfo/snapcraft.yaml 2019-09-10 
22:12:53.000000000 +0200
@@ -1,5 +1,5 @@
 name: mediainfo
-version: 19.07
+version: 19.09
 summary: Command-line utility for reading information from audio/video files
 description: |
   MediaInfo is a utility used for retrieving technical information and other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/Snap/mediainfo-gui/snapcraft.yaml 
new/MediaInfo/Project/Snap/mediainfo-gui/snapcraft.yaml
--- old/MediaInfo/Project/Snap/mediainfo-gui/snapcraft.yaml     2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Project/Snap/mediainfo-gui/snapcraft.yaml     2019-09-10 
22:12:53.000000000 +0200
@@ -1,5 +1,5 @@
 name: mediainfo-gui
-version: 19.07
+version: 19.09
 summary: Graphical utility for reading information from audio/video files
 description: |
   MediaInfo is a utility used for retrieving technical information and other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/Solaris/mkpkg 
new/MediaInfo/Project/Solaris/mkpkg
--- old/MediaInfo/Project/Solaris/mkpkg 2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Project/Solaris/mkpkg 2019-09-10 22:12:53.000000000 +0200
@@ -9,7 +9,7 @@
 
 #Creation of known directories and filenames
 name="mediainfo"
-version="19.07"
+version="19.09"
 Home=`pwd`
 install_prefix=${Home}/mk_package
 packagecreation_prefix=${Home}/create_package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/version.txt 
new/MediaInfo/Project/version.txt
--- old/MediaInfo/Project/version.txt   2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Project/version.txt   2019-09-10 22:12:53.000000000 +0200
@@ -1 +1 @@
-19.07
+19.09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/Common/Preferences.cpp 
new/MediaInfo/Source/Common/Preferences.cpp
--- old/MediaInfo/Source/Common/Preferences.cpp 2019-07-16 00:22:31.000000000 
+0200
+++ new/MediaInfo/Source/Common/Preferences.cpp 2019-09-10 22:12:50.000000000 
+0200
@@ -606,6 +606,7 @@
         ".tiff;TIFFFile\r\n"
         ".tmf;mpegFile\r\n"
         ".tp;TPFile\r\n"
+        ".trec;mpeg4File\r\n"
         ".trp;TRPFile\r\n"
         ".ts;tsFile\r\n"
         ".tta;TTAFile\r\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/Common/Preferences.h 
new/MediaInfo/Source/Common/Preferences.h
--- old/MediaInfo/Source/Common/Preferences.h   2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Source/Common/Preferences.h   2019-09-10 22:12:53.000000000 
+0200
@@ -32,7 +32,7 @@
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
-#define MediaInfo_Version_GUI __T("19.07")
+#define MediaInfo_Version_GUI __T("19.09")
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/Android/app/build.gradle 
new/MediaInfo/Source/GUI/Android/app/build.gradle
--- old/MediaInfo/Source/GUI/Android/app/build.gradle   2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Source/GUI/Android/app/build.gradle   2019-09-10 
22:12:54.000000000 +0200
@@ -14,8 +14,8 @@
         applicationId "net.mediaarea.mediainfo"
         minSdkVersion 14
         targetSdkVersion 28
-        versionCode 9
-        versionName "19.07"
+        versionCode 10
+        versionName "19.09"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables {
             useSupportLibrary true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Source/GUI/Android/app/src/main/res/values/strings.xml 
new/MediaInfo/Source/GUI/Android/app/src/main/res/values/strings.xml
--- old/MediaInfo/Source/GUI/Android/app/src/main/res/values/strings.xml        
2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Source/GUI/Android/app/src/main/res/values/strings.xml        
2019-09-10 22:12:53.000000000 +0200
@@ -8,7 +8,7 @@
 
 <resources>
     <string name="app_name">MediaInfo</string>
-    <string name="app_version">19.07</string>
+    <string name="app_version">19.09</string>
     <string name="hello_text">You must at least open 1 file.</string>
     <string name="about_title">About MediaInfo</string>
     <string name="about_text">MediaInfo vMI_VERSION using MediaInfoLib 
vMIL_VERSION\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/Cocoa/MediaInfo-Info.plist 
new/MediaInfo/Source/GUI/Cocoa/MediaInfo-Info.plist
--- old/MediaInfo/Source/GUI/Cocoa/MediaInfo-Info.plist 2019-07-16 
00:22:32.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/MediaInfo-Info.plist 2019-09-10 
22:12:50.000000000 +0200
@@ -92,6 +92,7 @@
                                <string>rv</string>
                                <string>swf</string>
                                <string>tp</string>
+                               <string>trec</string>
                                <string>ts</string>
                                <string>vcd</string>
                                <string>vfw</string>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/Cocoa/MediaInfo.entitlements 
new/MediaInfo/Source/GUI/Cocoa/MediaInfo.entitlements
--- old/MediaInfo/Source/GUI/Cocoa/MediaInfo.entitlements       2019-07-16 
00:22:32.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/MediaInfo.entitlements       2019-09-10 
22:12:50.000000000 +0200
@@ -2,6 +2,10 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
 <dict>
+       <key>com.apple.developer.icloud-container-identifiers</key>
+       <array/>
+       <key>com.apple.developer.ubiquity-kvstore-identifier</key>
+       <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
        <key>com.apple.security.app-sandbox</key>
        <true/>
        <key>com.apple.security.files.user-selected.read-write</key>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj 
new/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj
--- old/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj  
2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj  
2019-09-10 22:12:53.000000000 +0200
@@ -10,6 +10,7 @@
                0226605322C9F19C006CE084 /* [email protected] in Resources */ = 
{isa = PBXBuildFile; fileRef = 0226605222C9F19C006CE084 /* [email protected] 
*/; };
                026834062296A4B20060542A /* StoreKit.framework in Frameworks */ 
= {isa = PBXBuildFile; fileRef = 026834052296A4B20060542A /* StoreKit.framework 
*/; };
                026C61CE22A86824000D5045 /* MacCompare.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 026C61CD22A86823000D5045 /* MacCompare.png */; };
+               0291B616230EC397006920BA /* CloudKit.framework in Frameworks */ 
= {isa = PBXBuildFile; fileRef = 0291B615230EC396006920BA /* CloudKit.framework 
*/; };
                0299EC64227C966B00D937F6 /* CompareView.xib in Resources */ = 
{isa = PBXBuildFile; fileRef = 0299EC62227C966B00D937F6 /* CompareView.xib */; 
};
                0299EC67227C971400D937F6 /* CompareView.m in Sources */ = {isa 
= PBXBuildFile; fileRef = 0299EC66227C971400D937F6 /* CompareView.m */; };
                0299EC70228E028E00D937F6 /* TreeView.xib in Resources */ = {isa 
= PBXBuildFile; fileRef = 0299EC6E228E028E00D937F6 /* TreeView.xib */; };
@@ -52,6 +53,7 @@
                0268340422949FB50060542A /* SubscriptionManager.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 
SubscriptionManager.h; sourceTree = "<group>"; };
                026834052296A4B20060542A /* StoreKit.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; 
sourceTree = SDKROOT; };
                026C61CD22A86823000D5045 /* MacCompare.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = MacCompare.png; 
sourceTree = "<group>"; };
+               0291B615230EC396006920BA /* CloudKit.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; 
sourceTree = SDKROOT; };
                0299EC63227C966B00D937F6 /* English */ = {isa = 
PBXFileReference; lastKnownFileType = file.xib; name = English; path = 
English.lproj/CompareView.xib; sourceTree = "<group>"; };
                0299EC65227C971400D937F6 /* CompareView.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CompareView.h; 
sourceTree = "<group>"; };
                0299EC66227C971400D937F6 /* CompareView.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CompareView.m; 
sourceTree = "<group>"; };
@@ -258,6 +260,7 @@
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               0291B616230EC397006920BA /* CloudKit.framework 
in Frameworks */,
                                026834062296A4B20060542A /* StoreKit.framework 
in Frameworks */,
                                8D11072F0486CEB800E47090 /* Cocoa.framework in 
Frameworks */,
                                4395306C14E0248800537F55 /* libmediainfo.dylib 
in Frameworks */,
@@ -385,6 +388,7 @@
                29B97323FDCFA39411CA2CEA /* Frameworks */ = {
                        isa = PBXGroup;
                        children = (
+                               0291B615230EC396006920BA /* CloudKit.framework 
*/,
                                026834052296A4B20060542A /* StoreKit.framework 
*/,
                                1058C7A0FEA54F0111CA2CBB /* Linked Frameworks 
*/,
                                1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
@@ -422,6 +426,20 @@
                        attributes = {
                                LastUpgradeCheck = 0510;
                                ORGANIZATIONNAME = MediaArea.net;
+                               TargetAttributes = {
+                                       8D1107260486CEB800E47090 = {
+                                               DevelopmentTeam = "";
+                                               ProvisioningStyle = Automatic;
+                                               SystemCapabilities = {
+                                                       com.apple.InAppPurchase 
= {
+                                                               enabled = 1;
+                                                       };
+                                                       com.apple.iCloud = {
+                                                               enabled = 1;
+                                                       };
+                                               };
+                                       };
+                               };
                        };
                        buildConfigurationList = C01FCF4E08A954540054247B /* 
Build configuration list for PBXProject "MediaInfo" */;
                        compatibilityVersion = "Xcode 3.2";
@@ -780,10 +798,13 @@
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ALWAYS_SEARCH_USER_PATHS = NO;
-                               APP_VERSION = 19.07;
+                               APP_VERSION = 19.09;
                                CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements;
+                               CODE_SIGN_IDENTITY = "";
+                               CODE_SIGN_STYLE = Automatic;
                                COMBINE_HIDPI_IMAGES = YES;
                                COPY_PHASE_STRIP = NO;
+                               DEVELOPMENT_TEAM = "";
                                GCC_DYNAMIC_NO_PIC = NO;
                                GCC_MODEL_TUNING = G5;
                                GCC_OPTIMIZATION_LEVEL = 0;
@@ -799,6 +820,7 @@
                                MACOSX_DEPLOYMENT_TARGET = 10.6;
                                PRODUCT_NAME = MediaInfo;
                                PROVISIONING_PROFILE = "";
+                               PROVISIONING_PROFILE_SPECIFIER = "";
                        };
                        name = Debug;
                };
@@ -806,10 +828,13 @@
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ALWAYS_SEARCH_USER_PATHS = NO;
-                               APP_VERSION = 19.07;
+                               APP_VERSION = 19.09;
                                CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements;
+                               CODE_SIGN_IDENTITY = "";
+                               CODE_SIGN_STYLE = Automatic;
                                COMBINE_HIDPI_IMAGES = YES;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               DEVELOPMENT_TEAM = "";
                                GCC_MODEL_TUNING = G5;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = MediaInfo_Prefix.pch;
@@ -823,6 +848,7 @@
                                MACOSX_DEPLOYMENT_TARGET = 10.6;
                                PRODUCT_NAME = MediaInfo;
                                PROVISIONING_PROFILE = "";
+                               PROVISIONING_PROFILE_SPECIFIER = "";
                        };
                        name = Release;
                };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/xcshareddata/xcschemes/MediaInfo.xcscheme
 
new/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/xcshareddata/xcschemes/MediaInfo.xcscheme
--- 
old/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/xcshareddata/xcschemes/MediaInfo.xcscheme
        2019-07-16 00:22:32.000000000 +0200
+++ 
new/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/xcshareddata/xcschemes/MediaInfo.xcscheme
        2019-09-10 22:12:50.000000000 +0200
@@ -23,10 +23,10 @@
       </BuildActionEntries>
    </BuildAction>
    <TestAction
+      buildConfiguration = "Debug"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
-      shouldUseLaunchSchemeArgsEnv = "YES"
-      buildConfiguration = "Debug">
+      shouldUseLaunchSchemeArgsEnv = "YES">
       <Testables>
       </Testables>
       <MacroExpansion>
@@ -38,17 +38,21 @@
             ReferencedContainer = "container:MediaInfo.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
    </TestAction>
    <LaunchAction
+      buildConfiguration = "Debug"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       launchStyle = "0"
       useCustomWorkingDirectory = "NO"
-      buildConfiguration = "Debug"
       ignoresPersistentStateOnLaunch = "NO"
       debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
       allowLocationSimulation = "YES">
-      <BuildableProductRunnable>
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "8D1107260486CEB800E47090"
@@ -61,12 +65,13 @@
       </AdditionalOptions>
    </LaunchAction>
    <ProfileAction
+      buildConfiguration = "Release"
       shouldUseLaunchSchemeArgsEnv = "YES"
       savedToolIdentifier = ""
       useCustomWorkingDirectory = "NO"
-      buildConfiguration = "Release"
       debugDocumentVersioning = "YES">
-      <BuildableProductRunnable>
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "8D1107260486CEB800E47090"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/Cocoa/SubscriptionManager.m 
new/MediaInfo/Source/GUI/Cocoa/SubscriptionManager.m
--- old/MediaInfo/Source/GUI/Cocoa/SubscriptionManager.m        2019-07-16 
00:22:32.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/SubscriptionManager.m        2019-09-10 
22:12:50.000000000 +0200
@@ -107,7 +107,7 @@
         [toReturn addObjectsFromArray:local];
     }
 
-    NSArray *remote = [[NSUbiquitousKeyValueStore defaultStore] 
arrayForKey:@"subscription"];
+    NSArray *remote = [[NSUbiquitousKeyValueStore defaultStore] 
arrayForKey:@"subscriptions"];
 
     if(remote) {
         [toReturn addObjectsFromArray:remote];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/Qt/mainwindow.cpp 
new/MediaInfo/Source/GUI/Qt/mainwindow.cpp
--- old/MediaInfo/Source/GUI/Qt/mainwindow.cpp  2019-07-16 00:22:35.000000000 
+0200
+++ new/MediaInfo/Source/GUI/Qt/mainwindow.cpp  2019-09-10 22:12:53.000000000 
+0200
@@ -48,7 +48,7 @@
 #define QString2wstring(_DATA) \
     Ztring().From_UTF8(_DATA.toUtf8())
 
-#define VERSION "19.07"
+#define VERSION "19.09"
 #if defined(_WIN32) && defined(WINAPI_FAMILY) && 
(WINAPI_FAMILY==WINAPI_FAMILY_APP) //UWP Application
 #include <QtPlatformHeaders/QWindowsWindowFunctions>
 #include <ZenLib/Os_Utils.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/UWP/Package.appxmanifest 
new/MediaInfo/Source/GUI/UWP/Package.appxmanifest
--- old/MediaInfo/Source/GUI/UWP/Package.appxmanifest   2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Source/GUI/UWP/Package.appxmanifest   2019-09-10 
22:12:53.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Package 
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"; 
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"; 
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"; 
IgnorableNamespaces="uap mp">
-  <Identity Name="MediaArea.net.MediaInfo" 
Publisher="CN=4DBC310E-9C86-41CE-ABE7-5CBFAAC19566" Version="19.7.0.0" />
+  <Identity Name="MediaArea.net.MediaInfo" 
Publisher="CN=4DBC310E-9C86-41CE-ABE7-5CBFAAC19566" Version="19.9.0.0" />
   <mp:PhoneIdentity PhoneProductId="00000000-0000-0000-0000-000000000000" 
PhonePublisherId="00000000-0000-0000-0000-000000000000" />
   <Properties>
     <DisplayName>MediaInfo</DisplayName>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/iOS/MediaInfo/Info.plist 
new/MediaInfo/Source/GUI/iOS/MediaInfo/Info.plist
--- old/MediaInfo/Source/GUI/iOS/MediaInfo/Info.plist   2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Source/GUI/iOS/MediaInfo/Info.plist   2019-09-10 
22:12:53.000000000 +0200
@@ -15,9 +15,9 @@
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>19.07</string>
+       <string>19.09</string>
        <key>CFBundleVersion</key>
-       <string>19.07</string>
+       <string>19.09</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>UILaunchStoryboardName</key>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/Install/MediaInfo_Extensions.nsh 
new/MediaInfo/Source/Install/MediaInfo_Extensions.nsh
--- old/MediaInfo/Source/Install/MediaInfo_Extensions.nsh       2019-07-16 
00:22:32.000000000 +0200
+++ new/MediaInfo/Source/Install/MediaInfo_Extensions.nsh       2019-09-10 
22:12:50.000000000 +0200
@@ -167,6 +167,7 @@
   !insertmacro MediaInfo_Extensions_Install_I ".tiff"
   !insertmacro MediaInfo_Extensions_Install_I ".tmf"
   !insertmacro MediaInfo_Extensions_Install_I ".tp"
+  !insertmacro MediaInfo_Extensions_Install_I ".trec"
   !insertmacro MediaInfo_Extensions_Install_I ".trp"
   !insertmacro MediaInfo_Extensions_Install_I ".ts"
   !insertmacro MediaInfo_Extensions_Install_I ".tta"
@@ -321,6 +322,7 @@
   !insertmacro MediaInfo_Extensions_Uninstall_I ".tiff"
   !insertmacro MediaInfo_Extensions_Uninstall_I ".tmf"
   !insertmacro MediaInfo_Extensions_Uninstall_I ".tp"
+  !insertmacro MediaInfo_Extensions_Uninstall_I ".trec"
   !insertmacro MediaInfo_Extensions_Uninstall_I ".trp"
   !insertmacro MediaInfo_Extensions_Uninstall_I ".ts"
   !insertmacro MediaInfo_Extensions_Uninstall_I ".tta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/Install/MediaInfo_GUI_Windows.nsi 
new/MediaInfo/Source/Install/MediaInfo_GUI_Windows.nsi
--- old/MediaInfo/Source/Install/MediaInfo_GUI_Windows.nsi      2019-07-16 
00:22:35.000000000 +0200
+++ new/MediaInfo/Source/Install/MediaInfo_GUI_Windows.nsi      2019-09-10 
22:12:54.000000000 +0200
@@ -5,7 +5,7 @@
 ; Some defines
 !define PRODUCT_NAME "MediaInfo"
 !define PRODUCT_PUBLISHER "MediaArea.net"
-!define PRODUCT_VERSION "19.07"
+!define PRODUCT_VERSION "19.09"
 !define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
 !define PRODUCT_WEB_SITE "http://MediaArea.net/MediaInfo";
 !define COMPANY_REGISTRY_OLD "Software\MediaArea.net"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/debian/changelog 
new/MediaInfo/debian/changelog
--- old/MediaInfo/debian/changelog      2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/debian/changelog      2019-09-10 22:12:53.000000000 +0200
@@ -1,6 +1,6 @@
-mediainfo (19.07-1) experimental; urgency=medium
+mediainfo (19.09-1) experimental; urgency=medium
 
-  * Upstream version 19.07
+  * Upstream version 19.09
     For details, see 
https://github.com/MediaArea/MediaInfo/blob/master/History_GUI.txt
 
  -- MediaArea <[email protected]>  Mon, 02 Nov 2015 10:30:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/debian/control new/MediaInfo/debian/control
--- old/MediaInfo/debian/control        2019-07-16 00:22:35.000000000 +0200
+++ new/MediaInfo/debian/control        2019-09-10 22:12:54.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 19.07),
+               libmediainfo-dev (>= 19.09),
                libzen-dev (>= 0.4.37),
                libwxgtk3.0-dev,
                zlib1g-dev,
@@ -16,7 +16,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.07), libzen0 
(>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.09), libzen0 
(>= 0.4.37)
 Description: command-line utility for reading information from audio/video 
files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.
@@ -41,7 +41,7 @@
 
 Package: mediainfo-gui
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.07), libzen0 
(>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 19.09), libzen0 
(>= 0.4.37)
 Description: graphical utility for reading information from audio/video files
  MediaInfo is a utility used for retrieving technical information and other
  metadata about audio or video files.


Reply via email to