Hello community,

here is the log from the commit of package mediainfo for openSUSE:Factory 
checked in at 2017-11-04 10:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediainfo (Old)
 and      /work/SRC/openSUSE:Factory/.mediainfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediainfo"

Sat Nov  4 10:25:14 2017 rev:9 rq:538493 version:17.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediainfo/mediainfo.changes      2017-09-12 
19:56:02.437629566 +0200
+++ /work/SRC/openSUSE:Factory/.mediainfo.new/mediainfo.changes 2017-11-04 
10:25:14.919707374 +0100
@@ -1,0 +2,34 @@
+Thu Nov  2 17:33:51 UTC 2017 - [email protected]
+
+- Update to version 17.10
+  * Version scheme is now YY.MM (year dot month, 2 digits each)
+  * New MediaInfo XML output, with XSD, more suitable for 
+    automatic parsing. Use " --Output=OLDXML" for keeping previous 
+    behavior
+  * New " --Info_OutputFormats" option for listing supported 
+    output formats
+  * Universal Ad ID: refactored display, better display of value 
+    and registry, XML name slightly modified
+  * MOV: support of HDR metadata (MasteringDisplayColorVolume, 
+    MaxCLL, MaxFALL)
+  * BWF: display of UMID and loudness info
+  * AAC: show program_config_element in trace
+  * MPEG Audio: frame rate info
+  * PCM in WAV and Matroska: Support of ValidBitsPerSample
+  * I197, EBUCore: 1.8 output uses now final version of XSD and 
+    final XSD location
+  * Matroska: tweaking frame rate empirical detection for some 
+    corner cases
+  * I1070, LAME 3.100 info tag was incorrectly parsed
+  * B1068, MPEG Audio: Incoherent duration between General and 
+    Audio parts, Audio part duration fixed
+  * Matroska: showing "A_MS/ACM" Matroska CodecID
+  * MXF: Fix crash with some buggy files
+  * MXF: was not well supporting MXF referencing only 1 file
+  * PCM in WAV: 8-bit content is unsigned and without endianess
+  * PCM in WAV and Matroska: More coherency between Wave info 
+    and ExtensibleWave Info (bitdepth, sign)
+  * WAV: GUID display was with first 8 bytes in wrong order
+  * Several crash fixes
+
+-------------------------------------------------------------------

Old:
----
  mediainfo_0.7.99.tar.xz

New:
----
  mediainfo_17.10.tar.xz

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

Other differences:
------------------
++++++ mediainfo.spec ++++++
--- /var/tmp/diff_new_pack.9rreYd/_old  2017-11-04 10:25:16.775639838 +0100
+++ /var/tmp/diff_new_pack.9rreYd/_new  2017-11-04 10:25:16.783639548 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           mediainfo
-Version:        0.7.99
+Version:        17.10
 Release:        0
 Summary:        Supplies technical and tag information about a video or audio 
file
 License:        GPL-2.0+
@@ -168,13 +168,13 @@
 %doc Release/ReadMe_GUI_Linux.txt
 %doc License.html.gz History_GUI.txt.gz
 %{_bindir}/mediainfo-gui
-%dir %_datadir/appdata/
-%{_datadir}/appdata/mediainfo-gui.appdata.xml
+%dir %_datadir/metainfo
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
 %{_datadir}/pixmaps/*.xpm
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/icons/hicolor/*/apps/*.svg
+%{_datadir}/metainfo/mediainfo-gui.metainfo.xml
 
 %files -n kde4-mediainfo
 %defattr(-,root,root,-)

++++++ mediainfo_0.7.99.tar.xz -> mediainfo_17.10.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       2017-09-11 14:01:04.000000000 +0200
+++ new/MediaInfo/History_CLI.txt       2017-11-02 17:14:18.000000000 +0100
@@ -12,6 +12,30 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 17.10, 2017-11-02
+--------------
++ We need your support! Visit https://mediaarea.net/SupportUs
++ Version scheme is now YY.MM (year dot month, 2 digits each)
++ New MediaInfo XML output, with XSD, more suitable for automatic parsing. Use 
" --Output=OLDXML" for keeping previous behavior
++ New " --Info_OutputFormats" option for listing supported output formats
++ Universal Ad ID: refactored display, better display of value and registry, 
XML name slightly modified
++ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL, MaxFALL)
++ BWF: display of UMID and loudness info
++ AAC: show program_config_element in trace
++ MPEG Audio: frame rate info
++ PCM in WAV and Matroska: Support of ValidBitsPerSample
++ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD 
location
++ Matroska: tweaking frame rate empirical detection for some corner cases
+x I1070, LAME 3.100 info tag was incorrectly parsed
+x B1068, MPEG Audio: Incoherent duration between General and Audio parts, 
Audio part duration fixed
+x Matroska: showing "A_MS/ACM" Matroska CodecID
+x MXF: Fix crash with some buggy files
+x MXF: was not well supporting MXF referencing only 1 file
+x PCM in WAV: 8-bit content is unsigned and without endianess
+x PCM in WAV and Matroska: More coherency between Wave info and ExtensibleWave 
Info (bitdepth, sign)
+x WAV: GUID display was with first 8 bytes in wrong order
+x Several crash fixes
+
 Version 0.7.99, 2017-09-11
 --------------
 + EBUCore: JSON output (--Output=EBUCore_1.8_JSON)
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       2017-09-11 14:01:04.000000000 +0200
+++ new/MediaInfo/History_GUI.txt       2017-11-02 17:14:18.000000000 +0100
@@ -12,6 +12,29 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 17.10, 2017-11-02
+--------------
++ We need your support! Visit https://mediaarea.net/SupportUs
++ Version scheme is now YY.MM (year dot month, 2 digits each)
++ New MediaInfo XML output, with XSD, more suitable for automatic parsing.
++ Universal Ad ID: refactored display, better display of value and registry, 
XML name slightly modified
++ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL, MaxFALL)
++ BWF: display of UMID and loudness info
++ AAC: show program_config_element in trace
++ MPEG Audio: frame rate info
++ PCM in WAV and Matroska: Support of ValidBitsPerSample
++ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD 
location
++ Matroska: tweaking frame rate empirical detection for some corner cases
+x I1070, LAME 3.100 info tag was incorrectly parsed
+x B1068, MPEG Audio: Incoherent duration between General and Audio parts, 
Audio part duration fixed
+x Matroska: showing "A_MS/ACM" Matroska CodecID
+x MXF: Fix crash with some buggy files
+x MXF: was not well supporting MXF referencing only 1 file
+x PCM in WAV: 8-bit content is unsigned and without endianess
+x PCM in WAV and Matroska: More coherency between Wave info and ExtensibleWave 
Info (bitdepth, sign)
+x WAV: GUID display was with first 8 bytes in wrong order
+x Several crash fixes
+
 Version 0.7.99, 2017-09-11
 --------------
 + EBUCore: JSON output
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    2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/AppImage/Recipe.sh    2017-11-02 17:14:20.000000000 
+0100
@@ -47,7 +47,7 @@
 fi
 
 # Setup evironment
-VERSION=0.7.99
+VERSION=17.10
 
 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  2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/BCB/GUI/MediaInfo_GUI.cbproj  2017-11-02 
17:14:20.000000000 +0100
@@ -1,7 +1,7 @@
       <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
                <PropertyGroup>
                        
<ProjectGuid>{8AF87745-B671-4B4E-A428-B47B72F174BA}</ProjectGuid>
-                       <ProjectVersion>13.4</ProjectVersion>
+                       <ProjectVersion>18.2</ProjectVersion>
                        <FrameworkType>VCL</FrameworkType>
                        <MainSource>MediaInfo_GUI.cpp</MainSource>
                        <Base>True</Base>
@@ -42,12 +42,12 @@
                </PropertyGroup>
                <PropertyGroup Condition="'$(Base)'!=''">
                        <Defines>MEDIAINFO_DLL_STATIC;$(Defines)</Defines>
-                       
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=0.7.99.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
+                       
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=17.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=;Comments=</VerInfo_Keys>
                        <Manifest_File>None</Manifest_File>
                        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-                       <VerInfo_MinorVer>7</VerInfo_MinorVer>
-                       <VerInfo_Release>99</VerInfo_Release>
-                       <VerInfo_MajorVer>0</VerInfo_MajorVer>
+                       <VerInfo_MinorVer>10</VerInfo_MinorVer>
+                       <VerInfo_Release>0</VerInfo_Release>
+                       <VerInfo_MajorVer>17</VerInfo_MajorVer>
                        <VerInfo_Locale>1033</VerInfo_Locale>
                        
<PackageImports>IPIndyImpl;bindcompfmx;fmx;rtl;dbrtl;IndySystem;DbxClientDriver;bindcomp;inetdb;DBXInterBaseDriver;DataSnapCommon;DataSnapClient;DataSnapServer;DataSnapProviderClient;xmlrtl;DbxCommonDriver;IndyProtocols;DBXMySQLDriver;dbxcds;bindengine;soaprtl;DBXOracleDriver;dsnap;DBXInformixDriver;IndyCore;fmxase;DBXFirebirdDriver;inet;fmxobj;inetdbxpress;DBXSybaseASADriver;fmxdae;dbexpress;DataSnapIndy10ServerTransport;$(PackageImports)</PackageImports>
                        <Multithreaded>true</Multithreaded>
@@ -73,6 +73,7 @@
                        
<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
                        
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
                        
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+                       <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
                </PropertyGroup>
                <PropertyGroup Condition="'$(Cfg_1)'!=''">
                        <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
@@ -102,13 +103,13 @@
                        <TASM_Debugging>None</TASM_Debugging>
                </PropertyGroup>
                <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
-                       <VerInfo_Release>99</VerInfo_Release>
+                       <VerInfo_Release>0</VerInfo_Release>
                        
<LinkPackageStatics>rtl.lib;vcl.lib;bcbie.lib</LinkPackageStatics>
-                       
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=0.7.99.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=0.7.99.0;Comments=</VerInfo_Keys>
+                       
<VerInfo_Keys>CompanyName=MediaArea.net;FileDescription=MediaInfo;FileVersion=17.10.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=MediaInfo;ProductVersion=17.10.0.0;Comments=</VerInfo_Keys>
                        
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
                </PropertyGroup>
                <ItemGroup>
-                       <LibFiles Condition="'$(Platform)'=='Win32'" 
Include="C:\Program Files (x86)\Embarcadero\RAD 
Studio\9.0\lib\win32\release\wininet.lib">
+                       <LibFiles Condition="'$(Platform)'=='Win32'" 
Include="$(BDSLIB)\win32\release\wininet.lib">
                                <BuildOrder>16</BuildOrder>
                                <IgnorePath>true</IgnorePath>
                        </LibFiles>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Project/Flatpak/net.mediaarea.mediainfo-gui.json 
new/MediaInfo/Project/Flatpak/net.mediaarea.mediainfo-gui.json
--- old/MediaInfo/Project/Flatpak/net.mediaarea.mediainfo-gui.json      
2017-09-11 14:01:04.000000000 +0200
+++ new/MediaInfo/Project/Flatpak/net.mediaarea.mediainfo-gui.json      
2017-11-02 17:14:18.000000000 +0100
@@ -5,7 +5,7 @@
     "runtime-version": "3.22",
     "command": "mediainfo-gui",
     "rename-desktop-file": "mediainfo-gui.desktop",
-    "rename-appdata-file": "mediainfo-gui.appdata.xml",
+    "rename-appdata-file": "mediainfo-gui.metainfo.xml",
     "rename-icon": "mediainfo",
     "finish-args": [ "--filesystem=host",
                      "--share=network",
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  2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/GNU/CLI/configure.ac  2017-11-02 17:14:20.000000000 
+0100
@@ -5,7 +5,7 @@
 dnl -------------------------------------------------------------------------
 dnl Name and version
 dnl
-AC_INIT([mediainfo], [0.7.99])
+AC_INIT([mediainfo], [17.10])
 
 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/Makefile.am 
new/MediaInfo/Project/GNU/GUI/Makefile.am
--- old/MediaInfo/Project/GNU/GUI/Makefile.am   2017-09-11 14:01:04.000000000 
+0200
+++ new/MediaInfo/Project/GNU/GUI/Makefile.am   2017-11-02 17:14:18.000000000 
+0100
@@ -25,10 +25,10 @@
 AM_CPPFLAGS = -I../../../Source -I../../../../MediaInfoLib/Source 
-I../../../../ZenLib/Source
 
 appdir = $(datadir)/applications
-appdatadir = $(datadir)/appdata
+metainfodir = $(datadir)/metainfo
 
 dist_app_DATA = mediainfo-gui.desktop
-dist_appdata_DATA = mediainfo-gui.appdata.xml
+dist_metainfo_DATA = mediainfo-gui.metainfo.xml
 
 install-data-hook:
        install -dm 755 $(DESTDIR)$(datadir)/apps/konqueror/servicemenus && \
@@ -37,6 +37,9 @@
        install -dm 755 $(DESTDIR)$(datadir)/kde4/services/ServiceMenus && \
        install -m 644 mediainfo-gui.kde4.desktop \
                       
$(DESTDIR)$(datadir)/kde4/services/ServiceMenus/mediainfo-gui.desktop && \
+       install -dm 755 $(DESTDIR)$(datadir)/kservices5/ServiceMenus && \
+       install -m 644 mediainfo-gui.kde4.desktop \
+                      
$(DESTDIR)$(datadir)/kservices5/ServiceMenus/mediainfo-gui.desktop && \
        install -dm 755 $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps && \
        install -m 644 ../../../Source/Resource/Image/MediaInfo.png \
                       
$(DESTDIR)$(datadir)/icons/hicolor/256x256/apps/mediainfo.png && \
@@ -50,6 +53,7 @@
 uninstall-local:
        ( cd '$(DESTDIR)$(datadir)/apps/konqueror/servicemenus' && rm -f 
mediainfo-gui.desktop ) && \
        ( cd '$(DESTDIR)$(datadir)/kde4/services/ServiceMenus' && rm -f 
mediainfo-gui.desktop ) && \
+       ( cd '$(DESTDIR)$(datadir)/kservices5/ServiceMenus' && rm -f 
mediainfo-gui.desktop ) && \
        ( cd '$(DESTDIR)$(datadir)/icons/hicolor/256x256/apps' && rm -f 
mediainfo.png ) && \
        ( cd '$(DESTDIR)$(datadir)/icons/hicolor/scalable/apps' && rm -f 
mediainfo.svg ) && \
        ( cd '$(DESTDIR)$(datadir)/pixmaps' && rm -f mediainfo.xpm )
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  2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/GNU/GUI/configure.ac  2017-11-02 17:14:20.000000000 
+0100
@@ -5,7 +5,7 @@
 dnl -------------------------------------------------------------------------
 dnl Name and version
 dnl
-AC_INIT([mediainfo-gui], [0.7.99])
+AC_INIT([mediainfo-gui], [17.10])
 
 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.appdata.xml 
new/MediaInfo/Project/GNU/GUI/mediainfo-gui.appdata.xml
--- old/MediaInfo/Project/GNU/GUI/mediainfo-gui.appdata.xml     2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/GNU/GUI/mediainfo-gui.appdata.xml     1970-01-01 
01:00:00.000000000 +0100
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2002-2017 MediaArea.net <[email protected]> -->
-<component type="desktop">
-  <id type="desktop">mediainfo-gui.desktop</id>
-  <metadata_license>CC-BY-3.0</metadata_license>
-  <project_license>BSD-2-Clause</project_license>
-  <name>MediaInfo</name>
-  <summary>Convenient unified display of the most relevant technical and tag 
data for video and audio files</summary>
-  <summary xml:lang="fr">Fournit des informations techniques et les tags à 
propos de vos fichiers video et audio</summary>
-  <description>
-    <p>MediaInfo is a convenient unified display of the most relevant 
technical and tag data for video and audio files.</p>
-    <p xml:lang="fr">MediaInfo fournit des informations techniques et les tags 
à propos de vos fichiers video et audio.</p>
-    <p>The MediaInfo data display includes :</p>
-    <p xml:lang="fr">Quelles informations puis-je avoir avec MediaInfo?</p>
-    <ul>
-      <li>Container: format, profile, commercial name of the format, duration, 
overall bit rate, writing application and library, title, author, director, 
album, track number, date, duration...</li>
-      <li xml:lang="fr">General : titre, auteur, réalisateur, album, numéro de 
piste, date, durée...</li>
-      <li>Video: format, codec id, aspect, frame rate, bit rate, color space, 
chroma subsampling, bit depth, scan type, scan order...</li>
-      <li xml:lang="fr">Video : codec, forme, images/s, débit...</li>
-      <li>Audio: format, codec id, sample rate, channels, bit depth, language, 
bit rate...</li>
-      <li xml:lang="fr">Audio : codec, Fréquence, nombre de cannaux, langue, 
débit...</li>
-      <li>Text: format, codec id, language of subtitle...</li>
-      <li xml:lang="fr">Texte : codec, langue des sous-titres</li>
-      <li>Chapters: count of chapters, list of chapters...</li>
-      <li xml:lang="fr">Chapitres : nombre de chapitres, liste des 
chapitres</li>
-    </ul>
-    <p>MediaInfo analyticals include :</p>
-    <p xml:lang="fr">Quels formats (conteneur) MediaInfo sait-il lire?</p>
-    <ul>
-      <li>Container: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS (including 
unprotected DVD), MPEG-TS (including unprotected Blu-ray), MXF, GXF, LXF, WMV, 
FLV, Real...</li>
-      <li xml:lang="fr">Conteneur: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS 
(y compris les DVD non protégés), MPEG-TS (y compris les Blu-ray non protégés), 
MXF, GXF, LXF, WMV, FLV, Real...</li>
-      <li>Tags: Id3v1, Id3v2, Vorbis comments, APE tags...</li>
-      <li xml:lang="fr">Tags: Id3v1, Id3v2, Vorbis comments, APE tags...</li>
-      <li>Video: MPEG-1/2 Video, H.263, MPEG-4 Visual (including DivX, XviD), 
H.264/AVC, Dirac...</li>
-      <li xml:lang="fr">Vidéo: MPEG-1/2 Video, H.263, MPEG-4 Visual (DivX, 
XviD compris), H.264/AVC, Dirac...</li>
-      <li>Audio: MPEG Audio (including MP3), AC3, DTS, AAC, Dolby E, AES3, 
FLAC...</li>
-      <li xml:lang="fr">Audio: MPEG Audio (MP3 compris), AC3, DTS, AAC, Dolby 
E, AES3, FLAC...</li>
-      <li>Subtitles: CEA-608, CEA-708, DTVCC, SCTE-20, SCTE-128, ATSC/53, CDP, 
DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI...</li>
-      <li xml:lang="fr">Sous-titres: CEA-608, CEA-708, DTVCC, SCTE-20, 
SCTE-128, ATSC/53, CDP, DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI...</li>
-    </ul>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Easy_en.png</image>
-    </screenshot>
-    <screenshot>
-      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Html_en.png</image>
-    </screenshot>
-    <screenshot>
-      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Easy_mkv_en.png</image>
-    </screenshot>
-    <screenshot>
-      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Html_mkv_en.png</image>
-    </screenshot>
-  </screenshots>
-  <keywords>
-    <keyword>media info</keyword>
-    <keyword>metadata</keyword>
-    <keyword>tag</keyword>
-    <keyword>video</keyword>
-    <keyword>audio</keyword>
-    <keyword>subtitles</keyword>
-    <keyword>chapters</keyword>
-    <keyword>codec</keyword>
-    <keyword>mkv</keyword>
-    <keyword>mpeg</keyword>
-    <keyword>mp3</keyword>
-    <keyword>h264</keyword>
-    <keyword>avc</keyword>
-    <keyword>h265</keyword>
-    <keyword>hevc</keyword>
-    <keyword>avi</keyword>
-  </keywords>
-  <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>
-  <url type="help">https://mediaarea.net/MediaInfo/Support</url>
-  <url type="donation">https://mediaarea.net/MediaInfo/Donate</url>
-  <update_contact>[email protected]</update_contact>
-  <developer_name>MediaArea.net SARL</developer_name>
-</component>
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    1970-01-01 
01:00:00.000000000 +0100
+++ new/MediaInfo/Project/GNU/GUI/mediainfo-gui.metainfo.xml    2017-11-02 
17:14:18.000000000 +0100
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2002-2017 MediaArea.net <[email protected]> -->
+<component type="desktop">
+  <id type="desktop">mediainfo-gui.desktop</id>
+  <metadata_license>CC-BY-3.0</metadata_license>
+  <project_license>BSD-2-Clause</project_license>
+  <name>MediaInfo</name>
+  <summary>Convenient unified display of the most relevant technical and tag 
data for video and audio files</summary>
+  <summary xml:lang="fr">Fournit des informations techniques et les tags à 
propos de vos fichiers video et audio</summary>
+  <description>
+    <p>MediaInfo is a convenient unified display of the most relevant 
technical and tag data for video and audio files.</p>
+    <p xml:lang="fr">MediaInfo fournit des informations techniques et les tags 
à propos de vos fichiers video et audio.</p>
+    <p>The MediaInfo data display includes :</p>
+    <p xml:lang="fr">Quelles informations puis-je avoir avec MediaInfo?</p>
+    <ul>
+      <li>Container: format, profile, commercial name of the format, duration, 
overall bit rate, writing application and library, title, author, director, 
album, track number, date, duration...</li>
+      <li xml:lang="fr">General : titre, auteur, réalisateur, album, numéro de 
piste, date, durée...</li>
+      <li>Video: format, codec id, aspect, frame rate, bit rate, color space, 
chroma subsampling, bit depth, scan type, scan order...</li>
+      <li xml:lang="fr">Video : codec, forme, images/s, débit...</li>
+      <li>Audio: format, codec id, sample rate, channels, bit depth, language, 
bit rate...</li>
+      <li xml:lang="fr">Audio : codec, Fréquence, nombre de cannaux, langue, 
débit...</li>
+      <li>Text: format, codec id, language of subtitle...</li>
+      <li xml:lang="fr">Texte : codec, langue des sous-titres</li>
+      <li>Chapters: count of chapters, list of chapters...</li>
+      <li xml:lang="fr">Chapitres : nombre de chapitres, liste des 
chapitres</li>
+    </ul>
+    <p>MediaInfo analyticals include :</p>
+    <p xml:lang="fr">Quels formats (conteneur) MediaInfo sait-il lire?</p>
+    <ul>
+      <li>Container: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS (including 
unprotected DVD), MPEG-TS (including unprotected Blu-ray), MXF, GXF, LXF, WMV, 
FLV, Real...</li>
+      <li xml:lang="fr">Conteneur: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS 
(y compris les DVD non protégés), MPEG-TS (y compris les Blu-ray non protégés), 
MXF, GXF, LXF, WMV, FLV, Real...</li>
+      <li>Tags: Id3v1, Id3v2, Vorbis comments, APE tags...</li>
+      <li xml:lang="fr">Tags: Id3v1, Id3v2, Vorbis comments, APE tags...</li>
+      <li>Video: MPEG-1/2 Video, H.263, MPEG-4 Visual (including DivX, XviD), 
H.264/AVC, Dirac...</li>
+      <li xml:lang="fr">Vidéo: MPEG-1/2 Video, H.263, MPEG-4 Visual (DivX, 
XviD compris), H.264/AVC, Dirac...</li>
+      <li>Audio: MPEG Audio (including MP3), AC3, DTS, AAC, Dolby E, AES3, 
FLAC...</li>
+      <li xml:lang="fr">Audio: MPEG Audio (MP3 compris), AC3, DTS, AAC, Dolby 
E, AES3, FLAC...</li>
+      <li>Subtitles: CEA-608, CEA-708, DTVCC, SCTE-20, SCTE-128, ATSC/53, CDP, 
DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI...</li>
+      <li xml:lang="fr">Sous-titres: CEA-608, CEA-708, DTVCC, SCTE-20, 
SCTE-128, ATSC/53, CDP, DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI...</li>
+    </ul>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Easy_en.png</image>
+    </screenshot>
+    <screenshot>
+      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Html_en.png</image>
+    </screenshot>
+    <screenshot>
+      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Easy_mkv_en.png</image>
+    </screenshot>
+    <screenshot>
+      
<image>https://mediaarea.net/_/img/Screenshot/MediaInfo_Linux_Html_mkv_en.png</image>
+    </screenshot>
+  </screenshots>
+  <keywords>
+    <keyword>media info</keyword>
+    <keyword>metadata</keyword>
+    <keyword>tag</keyword>
+    <keyword>video</keyword>
+    <keyword>audio</keyword>
+    <keyword>subtitles</keyword>
+    <keyword>chapters</keyword>
+    <keyword>codec</keyword>
+    <keyword>mkv</keyword>
+    <keyword>mpeg</keyword>
+    <keyword>mp3</keyword>
+    <keyword>h264</keyword>
+    <keyword>avc</keyword>
+    <keyword>h265</keyword>
+    <keyword>hevc</keyword>
+    <keyword>avi</keyword>
+  </keywords>
+  <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>
+  <url type="help">https://mediaarea.net/MediaInfo/Support</url>
+  <url type="donation">https://mediaarea.net/MediaInfo/Donate</url>
+  <update_contact>[email protected]</update_contact>
+  <developer_name>MediaArea.net SARL</developer_name>
+</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  2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/GNU/PKGBUILD  2017-11-02 17:14:20.000000000 +0100
@@ -3,7 +3,7 @@
 # Contributor: hydro <[email protected]>
 
 pkgname=('mediainfo' 'mediainfo-gui')
-pkgver=0.7.99
+pkgver=17.10
 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>=0.7.99' 'wxgtk' 'libsm' 
'desktop-file-utils')
+depends=('libzen>=0.4.37' 'libmediainfo>=17.10' '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     2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/GNU/mediainfo.dsc     2017-11-02 17:14:20.000000000 
+0100
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 0.7.99-1
+Version: 17.10-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 (>= 0.7.99), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, zlib1g-dev, pkg-config
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 17.10), 
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_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_17.10-1.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10-1.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_0.7.99.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_0.7.99-1.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10-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    2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/GNU/mediainfo.spec    2017-11-02 17:14:20.000000000 
+0100
@@ -1,5 +1,5 @@
-%define mediainfo_version           0.7.99
-%define libmediainfo_version        0.7.99
+%define mediainfo_version           17.10
+%define libmediainfo_version        17.10
 %define libzen_version              0.4.37
 
 %if 0%{?fedora_version} || 0%{?centos_version} >= 600 || 0%{?rhel_version} >= 
600
@@ -177,6 +177,12 @@
     make install DESTDIR=%{buildroot}
 popd
 
+%if %{undefined fedora_version} || 0%{?fedora_version} < 26
+rm -fr %{buildroot}%{_datadir}/metainfo
+install -dm 755 %{buildroot}%{_datadir}/appdata/
+install -m 644 Project/GNU/GUI/mediainfo-gui.metainfo.xml 
%{buildroot}%{_datadir}/appdata/mediainfo-gui.appdata.xml
+%endif
+
 %if 0%{?suse_version}
   %suse_update_desktop_file -n mediainfo-gui AudioVideo AudioVideoEditing
   %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/apps/konqueror/servicemenus/mediainfo-gui.desktop 
AudioVideo AudioVideoEditing
@@ -221,9 +227,17 @@
 %dir %{_datadir}/kde4/services
 %dir %{_datadir}/kde4/services/ServiceMenus
 %{_datadir}/kde4/services/ServiceMenus/*.desktop
+%dir %{_datadir}/kservices5
+%dir %{_datadir}/kservices5/ServiceMenus
+%{_datadir}/kservices5/ServiceMenus/*.desktop
 %if (%{undefined rhel_version} || 0%{?rhel_version} >= 600) && (%{undefined 
centos_version} || 0%{?centos_version} >= 600)
+%if 0%{?fedora_version} && 0%{?fedora_version} >= 26
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/*.xml
+%else
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/*.xml
+%endif
 %else
 %define _unpackaged_files_terminate_build 0
 %endif
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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2013/CLI/MediaInfo_CLI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2013/GUI/MediaInfo_GUI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2015/CLI/MediaInfo_CLI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2015/GUI/MediaInfo_GUI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2017/CLI/MediaInfo_CLI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/MSVC2017/GUI/MediaInfo_GUI.rc 2017-11-02 
17:14:20.000000000 +0100
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,99,0
- PRODUCTVERSION 0,7,99,0
+ FILEVERSION 17,10,0,0
+ PRODUCTVERSION 17,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -19,10 +19,10 @@
         BEGIN
             VALUE "CompanyName", "MediaArea.net"
             VALUE "FileDescription", "MediaInfo"
-            VALUE "FileVersion", "0.7.99.0"
+            VALUE "FileVersion", "17.10.0.0"
             VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net 
SARL"
             VALUE "ProductName", "MediaInfo"
-            VALUE "ProductVersion", "0.7.99.0"
+            VALUE "ProductVersion", "17.10.0.0"
         END
     END
     BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb6.debian/changelog 
new/MediaInfo/Project/OBS/deb6.debian/changelog
--- old/MediaInfo/Project/OBS/deb6.debian/changelog     2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb6.debian/changelog     2017-11-02 
17:14:20.000000000 +0100
@@ -1,4 +1,4 @@
-mediainfo (0.7.99) unstable; urgency=low
+mediainfo (17.10) unstable; urgency=low
 
   * See History.txt for more info and real dates
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb6.debian/control 
new/MediaInfo/Project/OBS/deb6.debian/control
--- old/MediaInfo/Project/OBS/deb6.debian/control       2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb6.debian/control       2017-11-02 
17:14:18.000000000 +0100
@@ -1,7 +1,7 @@
 Source: mediainfo
 Priority: optional
 Maintainer: MediaArea.net SARL <[email protected]>
-Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 0.7.99), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, 
autoconf, libtool
+Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.10), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, 
autoconf, libtool
 Standards-Version: 3.7.3
 Section: libs
 Homepage: http://MediaArea.net/MediaInfo
@@ -11,7 +11,7 @@
 Package: mediainfo
 Section: utils
 Architecture: any
-Depends: libmediainfo0 (>= 0.7.99), libzen0 (>= 0.4.37), zlib1g
+Depends: libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37), zlib1g
 Description: MediaInfo is a convenient unified display of the most relevant 
technical
  and tag data for video and audio files.
  .
@@ -41,7 +41,7 @@
 Package: mediainfo-gui
 Section: utils
 Architecture: any
-Depends: libmediainfo0 (>= 0.7.99), libzen0 (>= 0.4.37), libwxgtk2.8-0, zlib1g
+Depends: libmediainfo0 (>= 17.10), libzen0 (>= 0.4.37), libwxgtk2.8-0, zlib1g
 Description: MediaInfo is a convenient unified display of the most relevant 
technical
  and tag data for video and audio files.
  .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.dirs 
new/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.dirs
--- old/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.dirs    2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.dirs    2017-11-02 
17:14:18.000000000 +0100
@@ -3,6 +3,7 @@
 usr/share/applications
 usr/share/apps/konqueror/servicemenus
 usr/share/kde4/services/ServiceMenus
+usr/share/kservices5/ServiceMenus
 usr/share/pixmaps
 usr/share/icons/hicolor/256x256/apps
 usr/share/icons/hicolor/scalable/apps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.install 
new/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.install
--- old/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.install 2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb6.debian/mediainfo-gui.install 2017-11-02 
17:14:18.000000000 +0100
@@ -3,6 +3,7 @@
 usr/share/applications/*
 usr/share/apps/konqueror/servicemenus/*
 usr/share/kde4/services/ServiceMenus/*
+usr/share/kservices5/ServiceMenus/*
 usr/share/pixmaps/*
 usr/share/icons/hicolor/256x256/apps/*
 usr/share/icons/hicolor/scalable/apps/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb6.debian/rules 
new/MediaInfo/Project/OBS/deb6.debian/rules
--- old/MediaInfo/Project/OBS/deb6.debian/rules 2017-09-11 14:01:04.000000000 
+0200
+++ new/MediaInfo/Project/OBS/deb6.debian/rules 2017-11-02 17:14:18.000000000 
+0100
@@ -62,6 +62,11 @@
        install -m 644 History_GUI.txt 
$(CURDIR)/debian/tmp/usr/share/doc/mediainfo-gui/History.txt
        install -m 644 License.html 
$(CURDIR)/debian/tmp/usr/share/doc/mediainfo-gui
 
+       # Legacy appstream data path
+       rm -fr $(CURDIR)/debian/tmp/usr/share/metainfo
+       install -dm 755 $(CURDIR)/debian/tmp/usr/share/appdata
+       install -m 644 Project/GNU/GUI/mediainfo-gui.metainfo.xml 
$(CURDIR)/debian/tmp/usr/share/appdata/mediainfo-gui.appdata.xml
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb6.dsc 
new/MediaInfo/Project/OBS/deb6.dsc
--- old/MediaInfo/Project/OBS/deb6.dsc  2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb6.dsc  2017-11-02 17:14:20.000000000 +0100
@@ -2,10 +2,10 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 0.7.99-1deb6
+Version: 17.10-1deb6
 Maintainer: MediaArea.net SARL <[email protected]>
 Homepage: http://MediaArea.net/MediaInfo
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 0.7.99), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, 
autoconf, libtool
+Build-Depends: debhelper (>= 5), tofrodos, libmediainfo-dev (>= 17.10), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config, automake, 
autoconf, libtool
 Files: 
- 00000000000000000000000000000000 000000 mediainfo_0.7.99-1deb6.tar.gz
+ 00000000000000000000000000000000 000000 mediainfo_17.10-1deb6.tar.gz
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     2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.debian/changelog     2017-11-02 
17:14:20.000000000 +0100
@@ -1,6 +1,6 @@
-mediainfo (0.7.99-1) experimental; urgency=medium
+mediainfo (17.10-1) experimental; urgency=medium
 
-  * Upstream version 0.7.99
+  * Upstream version 17.10
     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       2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.debian/control       2017-11-02 
17:14:18.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 0.7.99),
+               libmediainfo-dev (>= 17.10),
                libzen-dev (>= 0.4.37),
                libwxgtk2.8-dev,
                zlib1g-dev,
@@ -16,7 +16,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 0.7.99), 
libzen0 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), 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 (>= 0.7.99), 
libzen0 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), 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.debian/mediainfo-gui.install 
new/MediaInfo/Project/OBS/deb7.debian/mediainfo-gui.install
--- old/MediaInfo/Project/OBS/deb7.debian/mediainfo-gui.install 2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.debian/mediainfo-gui.install 2017-11-02 
17:14:18.000000000 +0100
@@ -8,3 +8,4 @@
 /usr/share/applications/mediainfo-gui.desktop
 /usr/share/apps/konqueror/servicemenus/mediainfo-gui.desktop
 /usr/share/kde4/services/ServiceMenus/mediainfo-gui.desktop
+/usr/share/kservices5/ServiceMenus/mediainfo-gui.desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Project/OBS/deb7.debian/rules 
new/MediaInfo/Project/OBS/deb7.debian/rules
--- old/MediaInfo/Project/OBS/deb7.debian/rules 2017-09-11 14:01:04.000000000 
+0200
+++ new/MediaInfo/Project/OBS/deb7.debian/rules 2017-11-02 17:14:18.000000000 
+0100
@@ -18,6 +18,10 @@
 
 override_dh_auto_install:
        $(call auto_build_cmd,dh_auto_install)
+       # Legacy appstream data path
+       rm -fr $(CURDIR)/debian/tmp/usr/share/metainfo
+       install -dm 755 $(CURDIR)/debian/tmp/usr/share/appdata
+       install -m 644 Project/GNU/GUI/mediainfo-gui.metainfo.xml 
$(CURDIR)/debian/tmp/usr/share/appdata/mediainfo-gui.appdata.xml
 
 override_dh_auto_clean:
        $(call auto_build_cmd,dh_auto_clean)
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  2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb7.dsc  2017-11-02 17:14:20.000000000 +0100
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 0.7.99-1deb7
+Version: 17.10-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 (>= 0.7.99), 
libzen-dev (>= 0.4.37), libwxgtk2.8-dev, zlib1g-dev, pkg-config
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 17.10), 
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_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1deb7.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_17.10-1deb7.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1deb7.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10-1deb7.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_0.7.99.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_0.7.99-1deb7.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10-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     2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.debian/changelog     2017-11-02 
17:14:20.000000000 +0100
@@ -1,6 +1,6 @@
-mediainfo (0.7.99-1) experimental; urgency=medium
+mediainfo (17.10-1) experimental; urgency=medium
 
-  * Upstream version 0.7.99
+  * Upstream version 17.10
     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       2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.debian/control       2017-11-02 
17:14:18.000000000 +0100
@@ -4,12 +4,13 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 0.7.99),
+               libmediainfo-dev (>= 17.10),
                libzen-dev (>= 0.4.37),
                libwxgtk3.0-dev,
                adwaita-icon-theme,
                zlib1g-dev,
                pkg-config,
+               rename,
 Standards-Version: 3.9.6
 Homepage: http://MediaArea.net/MediaInfo
 Vcs-Git: https://github.com/MediaArea/MediaInfoLib.git
@@ -17,7 +18,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 0.7.99), 
libzen0v5 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 17.10), 
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.
@@ -42,7 +43,7 @@
 
 Package: mediainfo-gui
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 0.7.99), 
libzen0v5 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 17.10), 
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.debian/mediainfo-gui.install 
new/MediaInfo/Project/OBS/deb9.debian/mediainfo-gui.install
--- old/MediaInfo/Project/OBS/deb9.debian/mediainfo-gui.install 2017-09-11 
14:01:04.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.debian/mediainfo-gui.install 2017-11-02 
17:14:18.000000000 +0100
@@ -1,5 +1,5 @@
 /usr/bin/mediainfo-gui
-/usr/share/appdata/mediainfo-gui.appdata.xml
+/usr/share/metainfo/mediainfo-gui.metainfo.xml
 
 /usr/share/pixmaps/mediainfo.xpm
 /usr/share/icons/hicolor/256x256/apps/mediainfo.png
@@ -8,3 +8,4 @@
 /usr/share/applications/mediainfo-gui.desktop
 /usr/share/apps/konqueror/servicemenus/mediainfo-gui.desktop
 /usr/share/kde4/services/ServiceMenus/mediainfo-gui.desktop
+/usr/share/kservices5/ServiceMenus/mediainfo-gui.desktop
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  2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/OBS/deb9.dsc  2017-11-02 17:14:20.000000000 +0100
@@ -2,22 +2,22 @@
 Source: mediainfo
 Binary: mediainfo, mediainfo-dbg, mediainfo-gui, mediainfo-gui-dbg
 Architecture: any
-Version: 0.7.99-1deb9
+Version: 17.10-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 (>= 0.7.99), 
libzen-dev (>= 0.4.37), libwxgtk3.0-dev, adwaita-icon-theme, zlib1g-dev, 
pkg-config
+Build-Depends: debhelper (>= 9), dh-autoreconf, libmediainfo-dev (>= 17.10), 
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_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 
mediainfo_17.10-1deb9.debian.tar.xz
 Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_0.7.99-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 
mediainfo_17.10-1deb9.debian.tar.xz
 Files:
- 00000000000000000000000000000000 000000 mediainfo_0.7.99.orig.tar.xz
- 00000000000000000000000000000000 000000 mediainfo_0.7.99-1deb9.debian.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10.orig.tar.xz
+ 00000000000000000000000000000000 000000 mediainfo_17.10-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     2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Project/OBS/obs_mediainfo     2017-11-02 17:14:20.000000000 
+0100
@@ -180,8 +180,8 @@
 }
 
 
-mediainfov="0.7.99"
-libmediainfov="0.7.99"
+mediainfov="17.10"
+libmediainfov="17.10"
 libzenv="0.4.32"
 destversion="1"
 
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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/Snap/mediainfo/snapcraft.yaml 2017-11-02 
17:14:20.000000000 +0100
@@ -1,5 +1,5 @@
 name: mediainfo
-version: 0.7.99
+version: 17.10
 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     2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Project/Snap/mediainfo-gui/snapcraft.yaml     2017-11-02 
17:14:20.000000000 +0100
@@ -1,5 +1,5 @@
 name: mediainfo-gui
-version: 0.7.99
+version: 17.10
 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 2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/Solaris/mkpkg 2017-11-02 17:14:20.000000000 +0100
@@ -9,7 +9,7 @@
 
 #Creation of known directories and filenames
 name="mediainfo"
-version="0.7.99"
+version="17.10"
 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   2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Project/version.txt   2017-11-02 17:14:20.000000000 +0100
@@ -1 +1 @@
-0.7.99
+17.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Release/Release_CLI_Windows_i386.bat 
new/MediaInfo/Release/Release_CLI_Windows_i386.bat
--- old/MediaInfo/Release/Release_CLI_Windows_i386.bat  2017-09-11 
14:01:05.000000000 +0200
+++ new/MediaInfo/Release/Release_CLI_Windows_i386.bat  2017-11-02 
17:14:18.000000000 +0100
@@ -21,7 +21,7 @@
 mkdir MediaInfo_CLI_Windows_i386
 
 rem --- Copying : Exe ---
-xcopy ..\Project\MSVC2015\Win32\Release\MediaInfo.exe 
MediaInfo_CLI_Windows_i386\ /S
+xcopy ..\Project\MSVC2017\Win32\Release\MediaInfo.exe 
MediaInfo_CLI_Windows_i386\ /S
 
 rem --- Copying : Plugins ---
 xcopy ..\Source\Resource\Plugin\Custom\* 
MediaInfo_CLI_Windows_i386\Plugin\Custom\ /S
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Release/Release_CLI_Windows_x64.bat 
new/MediaInfo/Release/Release_CLI_Windows_x64.bat
--- old/MediaInfo/Release/Release_CLI_Windows_x64.bat   2017-09-11 
14:01:05.000000000 +0200
+++ new/MediaInfo/Release/Release_CLI_Windows_x64.bat   2017-11-02 
17:14:18.000000000 +0100
@@ -21,7 +21,7 @@
 mkdir MediaInfo_CLI_Windows_x64
 
 rem --- Copying : Exe ---
-xcopy ..\Project\MSVC2015\x64\Release\MediaInfo.exe MediaInfo_CLI_Windows_x64\ 
/S
+xcopy ..\Project\MSVC2017\x64\Release\MediaInfo.exe MediaInfo_CLI_Windows_x64\ 
/S
 
 rem --- Copying : Plugins ---
 xcopy ..\Source\Resource\Plugin\Custom\* 
MediaInfo_CLI_Windows_x64\Plugin\Custom\ /S
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Release/Release_GUI_Windows_i386.bat 
new/MediaInfo/Release/Release_GUI_Windows_i386.bat
--- old/MediaInfo/Release/Release_GUI_Windows_i386.bat  2017-09-11 
14:01:05.000000000 +0200
+++ new/MediaInfo/Release/Release_GUI_Windows_i386.bat  2017-11-02 
17:14:18.000000000 +0100
@@ -27,8 +27,8 @@
 
 @rem --- Copying : Exe ---
 copy  ..\Project\BCB\GUI\Win32\Release\MediaInfo_GUI.exe 
MediaInfo_GUI_Windows_i386\MediaInfo.exe
-copy  ..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_i386\MediaInfo_i386.dll
-xcopy ..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo_InfoTip.dll 
MediaInfo_GUI_Windows_i386\ /S
+copy  ..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_i386\MediaInfo_i386.dll
+xcopy ..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo_InfoTip.dll 
MediaInfo_GUI_Windows_i386\ /S
 
 @rem --- Copying : Plugins ---
 xcopy ..\Source\Resource\Plugin\* MediaInfo_GUI_Windows_i386\Plugin\ /S
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Release/Release_GUI_Windows_x64.bat 
new/MediaInfo/Release/Release_GUI_Windows_x64.bat
--- old/MediaInfo/Release/Release_GUI_Windows_x64.bat   2017-09-11 
14:01:05.000000000 +0200
+++ new/MediaInfo/Release/Release_GUI_Windows_x64.bat   2017-11-02 
17:14:18.000000000 +0100
@@ -24,9 +24,9 @@
 
 @rem --- Copying : Exe ---
 copy  ..\Project\BCB\GUI\Win32\Release\MediaInfo_GUI.exe 
MediaInfo_GUI_Windows_x64\MediaInfo.exe
-xcopy ..\..\MediaInfoLib\Project\MSVC2015\x64\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_x64\ /S
-copy  ..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_x64\MediaInfo_i386.dll
-xcopy ..\..\MediaInfoLib\Project\MSVC2015\x64\Release\MediaInfo_InfoTip.dll 
MediaInfo_GUI_Windows_x64\ /S
+xcopy ..\..\MediaInfoLib\Project\MSVC2017\x64\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_x64\ /S
+copy  ..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo.dll 
MediaInfo_GUI_Windows_x64\MediaInfo_i386.dll
+xcopy ..\..\MediaInfoLib\Project\MSVC2017\x64\Release\MediaInfo_InfoTip.dll 
MediaInfo_GUI_Windows_x64\ /S
 
 @rem --- Copying : Plugins ---
 xcopy ..\Source\Resource\Plugin\* MediaInfo_GUI_Windows_x64\Plugin\ /S
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/Common/Core.cpp 
new/MediaInfo/Source/Common/Core.cpp
--- old/MediaInfo/Source/Common/Core.cpp        2017-09-11 14:01:05.000000000 
+0200
+++ new/MediaInfo/Source/Common/Core.cpp        2017-11-02 17:14:18.000000000 
+0100
@@ -221,7 +221,7 @@
 //---------------------------------------------------------------------------
 void Core::Menu_View_XML ()
 {
-    MI->Option(__T("Inform"), __T("XML"));
+    MI->Option(__T("Inform"), __T("MIXML"));
     Kind=Kind_XML;
 }
 
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   2017-09-11 14:01:07.000000000 
+0200
+++ new/MediaInfo/Source/Common/Preferences.h   2017-11-02 17:14:20.000000000 
+0100
@@ -32,7 +32,7 @@
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
-#define MediaInfo_Version_GUI __T("0.7.99")
+#define MediaInfo_Version_GUI __T("17.10")
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
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 2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/MediaInfo-Info.plist 2017-11-02 
17:14:18.000000000 +0100
@@ -203,7 +203,7 @@
        <key>CFBundleShortVersionString</key>
        <string>${APP_VERSION}</string>
        <key>CFBundleVersion</key>
-       <string>1.0.19</string>
+       <string>${APP_VERSION}</string>
        <key>DTCompiler</key>
        <string></string>
        <key>DTPlatformBuild</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  
2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/Source/GUI/Cocoa/MediaInfo.xcodeproj/project.pbxproj  
2017-11-02 17:14:20.000000000 +0100
@@ -708,7 +708,7 @@
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ALWAYS_SEARCH_USER_PATHS = NO;
-                               APP_VERSION = 0.7.990;
+                               APP_VERSION = 17.10;
                                CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements;
                                COMBINE_HIDPI_IMAGES = YES;
                                COPY_PHASE_STRIP = NO;
@@ -734,7 +734,7 @@
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ALWAYS_SEARCH_USER_PATHS = NO;
-                               APP_VERSION = 0.7.990;
+                               APP_VERSION = 17.10;
                                CODE_SIGN_ENTITLEMENTS = MediaInfo.entitlements;
                                COMBINE_HIDPI_IMAGES = YES;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MediaInfo/Source/GUI/Common/GUI_Main_Easy_Box_Core.cpp 
new/MediaInfo/Source/GUI/Common/GUI_Main_Easy_Box_Core.cpp
--- old/MediaInfo/Source/GUI/Common/GUI_Main_Easy_Box_Core.cpp  2017-09-11 
14:01:06.000000000 +0200
+++ new/MediaInfo/Source/GUI/Common/GUI_Main_Easy_Box_Core.cpp  2017-11-02 
17:14:18.000000000 +0100
@@ -12,7 +12,7 @@
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
-const size_t Title_Pos=94; //TODO: Position of Title in General.csv, should 
shange this...
+const size_t Title_Pos=156; //TODO: Position of Title in General.csv, should 
shange this...
 //---------------------------------------------------------------------------
 
 //***************************************************************************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/VCL/GUI_Export.cpp 
new/MediaInfo/Source/GUI/VCL/GUI_Export.cpp
--- old/MediaInfo/Source/GUI/VCL/GUI_Export.cpp 2017-09-11 14:01:06.000000000 
+0200
+++ new/MediaInfo/Source/GUI/VCL/GUI_Export.cpp 2017-11-02 17:14:18.000000000 
+0100
@@ -195,6 +195,8 @@
 
     if (Info==__T("XML"))
         Export->ActivePage=Export_XML;
+    else if (Info==__T("MIXML"))
+        Export->ActivePage=Export_XML;
     else if (Info==__T("MPEG-7"))
         Export->ActivePage=Export_MPEG7;
     else if (Info==__T("PBCore_1.2"))
@@ -446,7 +448,7 @@
     }
     else if (Export->ActivePage==Export_XML)
     {
-        ToExport->Option_Static(__T("Inform"), __T("XML"));
+        ToExport->Option_Static(__T("Inform"), __T("MIXML"));
         if (Export_XML_SideCar->Checked)
         {
             for (size_t Pos=0; Pos<ToExport->Count_Get(); Pos++)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/Source/GUI/VCL/GUI_Main.cpp 
new/MediaInfo/Source/GUI/VCL/GUI_Main.cpp
--- old/MediaInfo/Source/GUI/VCL/GUI_Main.cpp   2017-09-11 14:01:06.000000000 
+0200
+++ new/MediaInfo/Source/GUI/VCL/GUI_Main.cpp   2017-11-02 17:14:18.000000000 
+0100
@@ -79,7 +79,7 @@
 
 //---------------------------------------------------------------------------
 extern const ZenLib::Char* MEDIAINFO_TITLE;
-const size_t Title_Pos=96; //TODO: Position of Title in General.csv, should 
shange this...
+const size_t Title_Pos=156; //TODO: Position of Title in General.csv, should 
shange this...
 MediaInfoList *I;
 //---------------------------------------------------------------------------
 
@@ -213,6 +213,7 @@
     else if (Prefs->Config(__T("Output"))==__T("Text")) 
{M_View_TextClick(NULL); M_View_Text->Checked=true;}
     else if (Prefs->Config(__T("Output"))==__T("HTML")) 
{M_View_HTMLClick(NULL); M_View_HTML->Checked=true;}
     else if (Prefs->Config(__T("Output"))==__T("XML")) {M_View_XMLClick(NULL); 
M_View_XML->Checked=true;}
+    else if (Prefs->Config(__T("Output"))==__T("MIXML")) 
{M_View_XMLClick(NULL); M_View_XML->Checked=true;}
     else if (Prefs->Config(__T("Output"))==__T("MPEG-7")) 
{M_View_MPEG7Click(NULL); M_View_MPEG7->Checked=true;}
     else if (Prefs->Config(__T("Output"))==__T("PBCore_1.2")) 
{M_View_PBCoreClick(NULL); M_View_PBCore->Checked=true;}
     else if (Prefs->Config(__T("Output"))==__T("PBCore_2.0")) 
{M_View_PBCore2Click(NULL); M_View_PBCore2->Checked=true;}
@@ -801,7 +802,7 @@
     else if (Page==Page_Custom)
     {
         if (M_View_XML->Checked)
-            I->Option_Static(__T("Inform"), __T("XML"));
+            I->Option_Static(__T("Inform"), __T("MIXML"));
         else if (M_View_MPEG7->Checked)
             I->Option_Static(__T("Inform"), __T("MPEG-7"));
         else if (M_View_PBCore->Checked)
@@ -1106,7 +1107,7 @@
     //Language
     I->Option_Static(__T("Language"), __T("raw"));
 
-    Prefs->Details[Prefs_Custom].Write(__T("XML"));
+    Prefs->Details[Prefs_Custom].Write(__T("MIXML"));
     ToolBar_View_XML->Checked=true;
     ChangePage(Page_Custom);
 }
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      2017-09-11 
14:01:07.000000000 +0200
+++ new/MediaInfo/Source/Install/MediaInfo_GUI_Windows.nsi      2017-11-02 
17:14:20.000000000 +0100
@@ -5,8 +5,8 @@
 ; Some defines
 !define PRODUCT_NAME "MediaInfo"
 !define PRODUCT_PUBLISHER "MediaArea.net"
-!define PRODUCT_VERSION "0.7.99"
-!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0"
+!define PRODUCT_VERSION "17.10"
+!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
 !define PRODUCT_WEB_SITE "http://MediaArea.net/MediaInfo";
 !define COMPANY_REGISTRY_OLD "Software\MediaArea.net"
 !define PRODUCT_REGISTRY_OLD "Software\MediaArea.net\MediaInfo"
@@ -123,13 +123,13 @@
   CreateShortCut "$SMPROGRAMS\MediaInfo.lnk" "$INSTDIR\MediaInfo.exe" "" "" "" 
"" "" "Convenient unified display of the most relevant technical and tag data 
for video and audio files"
   SetOutPath "$INSTDIR"
   File "/oname=MediaInfo.exe" 
"..\..\Project\BCB\GUI\Win32\Release\MediaInfo_GUI.exe"
-  File "/oname=MediaInfo_i386.dll" 
"..\..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo.dll"
+  File "/oname=MediaInfo_i386.dll" 
"..\..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo.dll"
   ${If} ${RunningX64}
-    File 
"..\..\..\MediaInfoLib\Project\MSVC2015\x64\Release\MediaInfo_InfoTip.dll"
-    File "..\..\..\MediaInfoLib\Project\MSVC2015\x64\Release\MediaInfo.dll"
+    File 
"..\..\..\MediaInfoLib\Project\MSVC2017\x64\Release\MediaInfo_InfoTip.dll"
+    File "..\..\..\MediaInfoLib\Project\MSVC2017\x64\Release\MediaInfo.dll"
   ${Else}
-    File 
"..\..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo_InfoTip.dll"
-    File "..\..\..\MediaInfoLib\Project\MSVC2015\Win32\Release\MediaInfo.dll"
+    File 
"..\..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo_InfoTip.dll"
+    File "..\..\..\MediaInfoLib\Project\MSVC2017\Win32\Release\MediaInfo.dll"
   ${EndIf}
   File "$%BPATH%\Windows\libcurl\Win32\Release\LIBCURL.DLL"
   File "$%BPATH%\Windows\libcurl\curl-ca-bundle.crt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/debian/changelog 
new/MediaInfo/debian/changelog
--- old/MediaInfo/debian/changelog      2017-09-11 14:01:07.000000000 +0200
+++ new/MediaInfo/debian/changelog      2017-11-02 17:14:20.000000000 +0100
@@ -1,6 +1,6 @@
-mediainfo (0.7.99-1) experimental; urgency=medium
+mediainfo (17.10-1) experimental; urgency=medium
 
-  * Upstream version 0.7.99
+  * Upstream version 17.10
     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        2017-09-11 14:01:06.000000000 +0200
+++ new/MediaInfo/debian/control        2017-11-02 17:14:19.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: MediaArea.net SARL <[email protected]>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libmediainfo-dev (>= 0.7.99),
+               libmediainfo-dev (>= 17.10),
                libzen-dev (>= 0.4.37),
                libwxgtk3.0-dev,
                zlib1g-dev,
@@ -16,7 +16,7 @@
 
 Package: mediainfo
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 0.7.99), 
libzen0 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), 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 (>= 0.7.99), 
libzen0 (>= 0.4.37)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 17.10), 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/debian/mediainfo-gui.install 
new/MediaInfo/debian/mediainfo-gui.install
--- old/MediaInfo/debian/mediainfo-gui.install  2017-09-11 14:01:06.000000000 
+0200
+++ new/MediaInfo/debian/mediainfo-gui.install  2017-11-02 17:14:19.000000000 
+0100
@@ -8,3 +8,4 @@
 /usr/share/applications/mediainfo-gui.desktop
 /usr/share/apps/konqueror/servicemenus/mediainfo-gui.desktop
 /usr/share/kde4/services/ServiceMenus/mediainfo-gui.desktop
+/usr/share/kservices5/ServiceMenus/mediainfo-gui.desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/debian/rules new/MediaInfo/debian/rules
--- old/MediaInfo/debian/rules  2017-09-11 14:01:06.000000000 +0200
+++ new/MediaInfo/debian/rules  2017-11-02 17:14:19.000000000 +0100
@@ -18,6 +18,10 @@
 
 override_dh_auto_install:
        $(call auto_build_cmd,dh_auto_install)
+       # Legacy appstream data path
+       rm -fr $(CURDIR)/debian/tmp/usr/share/metainfo
+       install -dm 755 $(CURDIR)/debian/tmp/usr/share/appdata
+       install -m 644 Project/GNU/GUI/mediainfo-gui.metainfo.xml 
$(CURDIR)/debian/tmp/usr/share/appdata/mediainfo-gui.appdata.xml
 
 override_dh_auto_clean:
        $(call auto_build_cmd,dh_auto_clean)


Reply via email to