diff --git a/History_CLI.txt b/History_CLI.txt index fd6de2cb..4ee68f22 100644 --- a/History_CLI.txt +++ b/History_CLI.txt @@ -7,6 +7,12 @@ x Correction bug reports and feature request are here : https://github.com/MediaArea/MediaConch_SourceCode +Version 23.06, 2023-06-28 +------------- +Update to MediaInfo library 23.06, see MediaInfo change log for the list of changes in the file formats support +Verbose USAC/xHE-AAC conformance checker +New field Audio_Channels_Total for policies + Version 22.09, 2022-10-04 -------------- Update to MediaInfo library 22.09, see MediaInfo change log for the list of changes in the file formats support diff --git a/History_GUI.txt b/History_GUI.txt index 3fe35d93..30486399 100644 --- a/History_GUI.txt +++ b/History_GUI.txt @@ -7,6 +7,12 @@ x Correction bug reports and feature request are here : https://github.com/MediaArea/MediaConch_SourceCode +Version 23.06, 2023-06-28 +------------- +Update to MediaInfo library 23.06, see MediaInfo change log for the list of changes in the file formats support +Verbose USAC/xHE-AAC conformance checker +New field Audio_Channels_Total for policies + Version 22.09, 2022-10-04 -------------- Update to MediaInfo library 22.09, see MediaInfo change log for the list of changes in the file formats support diff --git a/Project/AppImage/Recipe.sh b/Project/AppImage/Recipe.sh index 9c3410b6..12da20bb 100644 --- a/Project/AppImage/Recipe.sh +++ b/Project/AppImage/Recipe.sh @@ -54,7 +54,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then fi # Setup evironment -VERSION=23.03 +VERSION=23.06 if [ "$(arch)" == "i386" ] ; then ARCH="i686" diff --git a/Project/GNU/CLI/configure.ac b/Project/GNU/CLI/configure.ac index 91e85e97..125c6eb3 100644 --- a/Project/GNU/CLI/configure.ac +++ b/Project/GNU/CLI/configure.ac @@ -5,7 +5,7 @@ dnl ######################################################################### dnl ------------------------------------------------------------------------- dnl Name and version dnl -AC_INIT([mediaconch], [23.03.0]) +AC_INIT([mediaconch], [23.06.0]) dnl ------------------------------------------------------------------------- dnl Test if we are at the good place diff --git a/Project/GNU/PKGBUILD b/Project/GNU/PKGBUILD index 43d76994..b7f88c4e 100644 --- a/Project/GNU/PKGBUILD +++ b/Project/GNU/PKGBUILD @@ -3,7 +3,7 @@ # This PKGBUILD is for OBS pkgname=('mediaconch' 'mediaconch-server' 'mediaconch-gui') -pkgver=23.03 +pkgver=23.06 pkgrel=1 pkgdesc="Implementation checker and policy checker for video and audio files" url="http://MediaArea.net/MediaConch" @@ -13,7 +13,7 @@ md5sums=('00000000000000000000000000000000') arch=('i686' 'x86_64') # Buildtime dependencies for all packages need to be listed here -makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webengine' 'libzen>=0.4.40' 'libmediainfo>=23.03') +makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webengine' 'libzen>=0.4.41' 'libmediainfo>=23.06') # OBS don't provide jansson #makedepends=(${makedepends[@]} jansson) @@ -49,7 +49,7 @@ build() { package_mediaconch() { pkgdesc="${pkgdesc} (CLI)" - depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.40' 'libmediainfo>=23.03') + depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=23.06') cd "${srcdir}"/MediaConch/Project/GNU/CLI make DESTDIR="${pkgdir}" install-strip @@ -63,7 +63,7 @@ package_mediaconch() { package_mediaconch-server() { pkgdesc="${pkgdesc} (Server)" - depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.40' 'libmediainfo>=23.03') + depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=23.06') backup=('etc/mediaconch/MediaConch.rc') cd "${srcdir}"/MediaConch/Project/GNU/Server @@ -82,7 +82,7 @@ package_mediaconch-server() { package_mediaconch-gui() { pkgdesc="${pkgdesc} (GUI)" - depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.40' 'libmediainfo>=23.03') + depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.41' 'libmediainfo>=23.06') cd "${srcdir}"/MediaConch install -D -m 0755 Project/Qt/mediaconch-gui "${pkgdir}"/usr/bin/mediaconch-gui diff --git a/Project/GNU/Server/configure.ac b/Project/GNU/Server/configure.ac index 339a5c2e..5867e0bc 100644 --- a/Project/GNU/Server/configure.ac +++ b/Project/GNU/Server/configure.ac @@ -5,7 +5,7 @@ dnl ######################################################################### dnl ------------------------------------------------------------------------- dnl Name and version dnl -AC_INIT([mediaconchd], [23.03.0]) +AC_INIT([mediaconchd], [23.06.0]) dnl ------------------------------------------------------------------------- dnl Test if we are at the good place diff --git a/Project/GNU/mediaconch.dsc b/Project/GNU/mediaconch.dsc index 3d7afb4b..8a2a166f 100644 --- a/Project/GNU/mediaconch.dsc +++ b/Project/GNU/mediaconch.dsc @@ -2,13 +2,13 @@ Format: 3.0 (quilt) Source: mediaconch Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, libmediaconch0, libmediaconch0-dbg, libmediaconch-dev, mediaconch-gui, mediaconch-gui-dbg Architecture: any -Version: 23.03-1 +Version: 23.06-1 Maintainer: MediaArea.net SARL Homepage: http://MediaArea.net/MediaConch Standards-Version: 3.9.6 Vcs-Git: https://github.com/MediaArea/MediaConch_SourceCode.git Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode -Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.03), libzen-dev (>= 0.4.40), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.06), libzen-dev (>= 0.4.41), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev Package-List: mediaconch deb utils optional arch=any mediaconch-server deb utils optional arch=any @@ -17,11 +17,11 @@ Package-List: mediaconch-server-dbg debug utils extra arch=any mediaconch-gui-dbg deb debug extra arch=any Checksums-Sha1: - 0000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediaconch_23.03-1.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06-1.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03-1.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06-1.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 00000000000000000000000000000000 000000 mediaconch_23.03-1.debian.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06-1.debian.tar.xz diff --git a/Project/GNU/mediaconch.spec b/Project/GNU/mediaconch.spec index fc3da492..75db67e6 100644 --- a/Project/GNU/mediaconch.spec +++ b/Project/GNU/mediaconch.spec @@ -1,6 +1,6 @@ -%global mediaconch_version 23.03 -%global libmediainfo_version 23.03 -%global libzen_version 0.4.40 +%global mediaconch_version 23.06 +%global libmediainfo_version 23.06 +%global libzen_version 0.4.41 %if 0%{?fedora_version} || 0%{?centos_version} >= 600 || 0%{?rhel_version} >= 600 %global libmediaconch_name libmediaconch diff --git a/Project/MSVC2013/CLI/MediaConch_CLI.rc b/Project/MSVC2013/CLI/MediaConch_CLI.rc index 2b77521d..14857180 100644 --- a/Project/MSVC2013/CLI/MediaConch_CLI.rc +++ b/Project/MSVC2013/CLI/MediaConch_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2013/GUI/MediaConch_GUI.rc b/Project/MSVC2013/GUI/MediaConch_GUI.rc index 6d15c938..c92c801b 100644 --- a/Project/MSVC2013/GUI/MediaConch_GUI.rc +++ b/Project/MSVC2013/GUI/MediaConch_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2013/Server/MediaConch-Server.rc b/Project/MSVC2013/Server/MediaConch-Server.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2013/Server/MediaConch-Server.rc +++ b/Project/MSVC2013/Server/MediaConch-Server.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2015/CLI/MediaConch_CLI.rc b/Project/MSVC2015/CLI/MediaConch_CLI.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2015/CLI/MediaConch_CLI.rc +++ b/Project/MSVC2015/CLI/MediaConch_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2015/GUI/MediaConch_GUI.rc b/Project/MSVC2015/GUI/MediaConch_GUI.rc index 1aa86304..9615f652 100644 --- a/Project/MSVC2015/GUI/MediaConch_GUI.rc +++ b/Project/MSVC2015/GUI/MediaConch_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2015/Server/MediaConch-Server.rc b/Project/MSVC2015/Server/MediaConch-Server.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2015/Server/MediaConch-Server.rc +++ b/Project/MSVC2015/Server/MediaConch-Server.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2017/CLI/MediaConch_CLI.rc b/Project/MSVC2017/CLI/MediaConch_CLI.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2017/CLI/MediaConch_CLI.rc +++ b/Project/MSVC2017/CLI/MediaConch_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2017/GUI/MediaConch_GUI.rc b/Project/MSVC2017/GUI/MediaConch_GUI.rc index 1aa86304..9615f652 100644 --- a/Project/MSVC2017/GUI/MediaConch_GUI.rc +++ b/Project/MSVC2017/GUI/MediaConch_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2017/Server/MediaConch-Server.rc b/Project/MSVC2017/Server/MediaConch-Server.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2017/Server/MediaConch-Server.rc +++ b/Project/MSVC2017/Server/MediaConch-Server.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2019/CLI/MediaConch_CLI.rc b/Project/MSVC2019/CLI/MediaConch_CLI.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2019/CLI/MediaConch_CLI.rc +++ b/Project/MSVC2019/CLI/MediaConch_CLI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2019/GUI/MediaConch_GUI.rc b/Project/MSVC2019/GUI/MediaConch_GUI.rc index 1aa86304..9615f652 100644 --- a/Project/MSVC2019/GUI/MediaConch_GUI.rc +++ b/Project/MSVC2019/GUI/MediaConch_GUI.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/MSVC2019/Server/MediaConch-Server.rc b/Project/MSVC2019/Server/MediaConch-Server.rc index d000765c..0d5aa8cd 100644 --- a/Project/MSVC2019/Server/MediaConch-Server.rc +++ b/Project/MSVC2019/Server/MediaConch-Server.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,03,0,0 - PRODUCTVERSION 23,03,0,0 + FILEVERSION 23,06,0,0 + PRODUCTVERSION 23,06,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -19,10 +19,10 @@ BEGIN BEGIN VALUE "CompanyName", "MediaArea.net" VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer" - VALUE "FileVersion", "23.03.0.0" + VALUE "FileVersion", "23.06.0.0" VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL" VALUE "ProductName", "MediaConch" - VALUE "ProductVersion", "23.03.0.0" + VALUE "ProductVersion", "23.06.0.0" END END BLOCK "VarFileInfo" diff --git a/Project/Mac/Info-ns.plist b/Project/Mac/Info-ns.plist index 79899dff..23248035 100644 --- a/Project/Mac/Info-ns.plist +++ b/Project/Mac/Info-ns.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 23.03 + 23.06 CFBundleVersion - 23.03 + 23.06 DTCompiler DTPlatformBuild diff --git a/Project/Mac/Info.plist b/Project/Mac/Info.plist index ea22e8ec..b5d885f3 100644 --- a/Project/Mac/Info.plist +++ b/Project/Mac/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 23.03 + 23.06 CFBundleVersion - 23.03 + 23.06 DTCompiler DTPlatformBuild diff --git a/Project/OBS/deb7.debian/changelog b/Project/OBS/deb7.debian/changelog index 791f73fc..d335abea 100644 --- a/Project/OBS/deb7.debian/changelog +++ b/Project/OBS/deb7.debian/changelog @@ -1,4 +1,4 @@ -mediaconch (23.03-1deb7) unstable; urgency=low +mediaconch (23.06-1deb7) unstable; urgency=low * See History.txt for more info and real dates diff --git a/Project/OBS/deb7.debian/control b/Project/OBS/deb7.debian/control index 5dbdb127..72fa1e14 100644 --- a/Project/OBS/deb7.debian/control +++ b/Project/OBS/deb7.debian/control @@ -4,8 +4,8 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 23.03), - libzen-dev (>= 0.4.40), + libmediainfo-dev (>= 23.06), + libzen-dev (>= 0.4.41), libqt4-dev, libxml2-dev, libxslt-dev, @@ -23,7 +23,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode Package: mediaconch Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (command-line utility) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -39,7 +39,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-server Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (server daemon) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -55,7 +55,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (GUI application) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets diff --git a/Project/OBS/deb7.dsc b/Project/OBS/deb7.dsc index 9cc4d571..2604cd23 100644 --- a/Project/OBS/deb7.dsc +++ b/Project/OBS/deb7.dsc @@ -2,13 +2,13 @@ Format: 3.0 (quilt) Source: mediaconch Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, mediaconch-gui, mediaconch-gui-dbg Architecture: any -Version: 23.03-1deb7 +Version: 23.06-1deb7 Maintainer: MediaArea.net SARL Homepage: http://MediaArea.net/MediaConch Standards-Version: 3.9.6 Vcs-Git: https://github.com/MediaArea/MediaConch_SourceCode.git Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode -Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.03), libzen-dev (>= 0.4.40), libqt4-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libqtwebkit-dev, libcurl4-gnutls-dev, libevent-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.06), libzen-dev (>= 0.4.41), libqt4-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libqtwebkit-dev, libcurl4-gnutls-dev, libevent-dev Package-List: mediaconch deb utils optional arch=any mediaconch-server deb utils optional arch=any @@ -17,11 +17,11 @@ Package-List: mediaconch-server-dbg debug utils extra arch=any mediaconch-gui-dbg deb debug extra arch=any Checksums-Sha1: - 0000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediaconch_23.03-1deb7.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06-1deb7.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03-1deb7.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06-1deb7.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 00000000000000000000000000000000 000000 mediaconch_23.03-1deb7.debian.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06-1deb7.debian.tar.xz diff --git a/Project/OBS/deb9.debian/changelog b/Project/OBS/deb9.debian/changelog index 0a4970f5..f6acf575 100644 --- a/Project/OBS/deb9.debian/changelog +++ b/Project/OBS/deb9.debian/changelog @@ -1,4 +1,4 @@ -mediaconch (23.03-1deb9) unstable; urgency=low +mediaconch (23.06-1deb9) unstable; urgency=low * See History.txt for more info and real dates diff --git a/Project/OBS/deb9.debian/control b/Project/OBS/deb9.debian/control index 71d85dd0..ac367c8b 100644 --- a/Project/OBS/deb9.debian/control +++ b/Project/OBS/deb9.debian/control @@ -4,8 +4,8 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 23.03), - libzen-dev (>= 0.4.40), + libmediainfo-dev (>= 23.06), + libzen-dev (>= 0.4.41), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, @@ -26,7 +26,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode Package: mediaconch Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.03), libzen0v5 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.06), libzen0v5 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (command-line utility) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -42,7 +42,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-server Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.03), libzen0v5 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.06), libzen0v5 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (server daemon) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -58,7 +58,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: libmediaconch0 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.03), libzen0v5 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.06), libzen0v5 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (library) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -90,7 +90,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.03), libzen0v5 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0v5 (>= 23.06), libzen0v5 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (GUI application) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets diff --git a/Project/OBS/deb9.dsc b/Project/OBS/deb9.dsc index 8426c9c5..4000e71b 100644 --- a/Project/OBS/deb9.dsc +++ b/Project/OBS/deb9.dsc @@ -2,13 +2,13 @@ Format: 3.0 (quilt) Source: mediaconch Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, libmediaconch0, libmediaconch0-dbg, libmediaconch-dev, mediaconch-gui, mediaconch-gui-dbg Architecture: any -Version: 23.03-1deb9 +Version: 23.06-1deb9 Maintainer: MediaArea.net SARL Homepage: http://MediaArea.net/MediaConch Standards-Version: 3.9.6 Vcs-Git: https://github.com/MediaArea/MediaConch_SourceCode.git Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode -Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.03), libzen-dev (>= 0.4.40), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev, python3-all, dh-python +Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 23.06), libzen-dev (>= 0.4.41), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, libxml2-dev, libxslt-dev, libsqlite3-dev, libjansson-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool, libcurl4-gnutls-dev, libevent-dev, python3-all, dh-python Package-List: mediaconch deb utils optional arch=any mediaconch-server deb utils optional arch=any @@ -20,11 +20,11 @@ Package-List: mediaconch-gui-dbg deb debug extra arch=any libmediaconch0-dbg deb debug extra arch=any Checksums-Sha1: - 0000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000 000000 mediaconch_23.03-1deb9.debian.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000 000000 mediaconch_23.06-1deb9.debian.tar.xz Checksums-Sha256: - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.03-1deb9.debian.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_23.06-1deb9.debian.tar.xz Files: - 00000000000000000000000000000000 000000 mediaconch_23.03.orig.tar.xz - 00000000000000000000000000000000 000000 mediaconch_23.03-1deb9.debian.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06.orig.tar.xz + 00000000000000000000000000000000 000000 mediaconch_23.06-1deb9.debian.tar.xz diff --git a/Project/Snap/mediaconch-gui/snapcraft.yaml b/Project/Snap/mediaconch-gui/snapcraft.yaml index 7b5c407f..06a4e79e 100644 --- a/Project/Snap/mediaconch-gui/snapcraft.yaml +++ b/Project/Snap/mediaconch-gui/snapcraft.yaml @@ -1,5 +1,5 @@ name: mediaconch-gui -version: 23.03 +version: 23.06 summary: Implementation checker and policy checker for video and audio files (GUI) description: | MediaConch is an implementation checker, policy checker, reporter, diff --git a/Project/Snap/mediaconch-server/snapcraft.yaml b/Project/Snap/mediaconch-server/snapcraft.yaml index 639f6969..148071dc 100644 --- a/Project/Snap/mediaconch-server/snapcraft.yaml +++ b/Project/Snap/mediaconch-server/snapcraft.yaml @@ -1,5 +1,5 @@ name: mediaconch-server -version: 23.03 +version: 23.06 summary: Implementation checker and policy checker for video and audio files (Server) description: | MediaConch is an implementation checker, policy checker, reporter, diff --git a/Project/Snap/mediaconch/snapcraft.yaml b/Project/Snap/mediaconch/snapcraft.yaml index b8c28555..9d65c228 100644 --- a/Project/Snap/mediaconch/snapcraft.yaml +++ b/Project/Snap/mediaconch/snapcraft.yaml @@ -1,5 +1,5 @@ name: mediaconch -version: 23.03 +version: 23.06 summary: Implementation checker and policy checker for video and audio files (CLI) description: | MediaConch is an implementation checker, policy checker, reporter, diff --git a/Project/version.txt b/Project/version.txt index 385707f5..3f29069d 100644 --- a/Project/version.txt +++ b/Project/version.txt @@ -1 +1 @@ -23.03 +23.06 diff --git a/Source/CLI/Help.cpp b/Source/CLI/Help.cpp index e47e94bb..b037bd80 100644 --- a/Source/CLI/Help.cpp +++ b/Source/CLI/Help.cpp @@ -297,7 +297,7 @@ int Help_Xslt() //--------------------------------------------------------------------------- int Version() { - TEXTOUT("MediaConch Command Line Interface 23.03"); + TEXTOUT("MediaConch Command Line Interface 23.06"); return CLI_RETURN_FINISH; } diff --git a/Source/Daemon/Daemon.cpp b/Source/Daemon/Daemon.cpp index a35b0c1e..6189c5bd 100644 --- a/Source/Daemon/Daemon.cpp +++ b/Source/Daemon/Daemon.cpp @@ -41,7 +41,7 @@ namespace MediaConch //************************************************************************** // Daemon //************************************************************************** - std::string Daemon::version = "23.03.0"; + std::string Daemon::version = "23.06.0"; //-------------------------------------------------------------------------- Daemon::Daemon() : is_daemon(true), httpd(NULL), logger(NULL), watch_folder_user(NULL), diff --git a/Source/Install/MediaConch_GUI_Windows.nsi b/Source/Install/MediaConch_GUI_Windows.nsi index 11be3dd2..fda5f224 100644 --- a/Source/Install/MediaConch_GUI_Windows.nsi +++ b/Source/Install/MediaConch_GUI_Windows.nsi @@ -5,7 +5,7 @@ RequestExecutionLevel admin ; Some defines !define PRODUCT_NAME "MediaConch" !define PRODUCT_PUBLISHER "MediaArea.net" -!define PRODUCT_VERSION "23.03" +!define PRODUCT_VERSION "23.06" !define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0" !define PRODUCT_WEB_SITE "http://MediaArea.net/MediaConch" !define COMPANY_REGISTRY "Software\MediaArea.net" diff --git a/debian/changelog b/debian/changelog index c610aa77..c7d1a8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mediaconch (23.03-1) unstable; urgency=low +mediaconch (23.06-1) unstable; urgency=low * See History.txt for more info and real dates diff --git a/debian/control b/debian/control index 3c1c8b65..940bbcb6 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Section: utils Maintainer: MediaArea.net SARL Build-Depends: debhelper (>= 9), dh-autoreconf, - libmediainfo-dev (>= 23.03), - libzen-dev (>= 0.4.40), + libmediainfo-dev (>= 23.06), + libzen-dev (>= 0.4.41), qt5-qmake, qtbase5-dev, libqt5webkit5-dev, @@ -24,7 +24,7 @@ Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode Package: mediaconch Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (command-line utility) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -40,7 +40,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-server Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (server daemon) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets @@ -56,7 +56,7 @@ Description: implementation and policy checker, reporter and fixer for media fil Package: mediaconch-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.03), libzen0 (>= 0.4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmediainfo0 (>= 23.06), libzen0 (>= 0.4.41) Description: implementation and policy checker, reporter and fixer for media files (GUI application) MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets