Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ x Correction
bug reports and feature request are here :
https://github.com/MediaArea/MediaConch_SourceCode

Version 25.04, 2025-05-05
-------------
Update to MediaInfo library 25.04, see MediaInfo change log for the list of changes in the file formats support
Add JSON output for MediaConch reports
Force ParseSpeed to 1 when fixer is used
SimpleDisplay: Hide non-relevants errors for 'or' policies
Exclude hidden files when adding a folder and option for including them
More flexibility in 4/3 test

Version 24.06, 2024-06-29
-------------
Update to MediaInfo library 24.06, see MediaInfo change log for the list of changes in the file formats support
Expand Down
9 changes: 9 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ x Correction
bug reports and feature request are here :
https://github.com/MediaArea/MediaConch_SourceCode

Version 25.04, 2025-05-05
-------------
Update to MediaInfo library 25.04, see MediaInfo change log for the list of changes in the file formats support
Add JSON output for MediaConch reports
Force ParseSpeed to 1 when fixer is used
SimpleDisplay: Hide non-relevants errors for 'or' policies
Exclude hidden files when adding a folder and option for including them
More flexibility in 4/3 test

Version 24.06, 2024-06-29
-------------
Update to MediaInfo library 24.06, see MediaInfo change log for the list of changes in the file formats support
Expand Down
2 changes: 1 addition & 1 deletion Project/AppImage/Recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then
fi

# Setup evironment
VERSION=24.06
VERSION=25.04

if [ "$(arch)" == "i386" ] ; then
ARCH="i686"
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/CLI/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
AC_INIT([mediaconch], [24.06.0])
AC_INIT([mediaconch], [25.04.0])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
10 changes: 5 additions & 5 deletions Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This PKGBUILD is for OBS

pkgname=('mediaconch' 'mediaconch-server' 'mediaconch-gui')
pkgver=24.06
pkgver=25.04
pkgrel=1
pkgdesc="Implementation checker and policy checker for video and audio files"
url="http://MediaArea.net/MediaConch"
Expand All @@ -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.41' 'libmediainfo>=24.06')
makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webengine' 'libzen>=0.4.41' 'libmediainfo>=25.04')
# OBS don't provide jansson
#makedepends=(${makedepends[@]} jansson)

Expand Down Expand Up @@ -49,7 +49,7 @@ build() {

package_mediaconch() {
pkgdesc="${pkgdesc} (CLI)"
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=24.06')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=25.04')

cd "${srcdir}"/MediaConch/Project/GNU/CLI
make DESTDIR="${pkgdir}" install-strip
Expand All @@ -63,7 +63,7 @@ package_mediaconch() {

package_mediaconch-server() {
pkgdesc="${pkgdesc} (Server)"
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=24.06')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=25.04')
backup=('etc/mediaconch/MediaConch.rc')

cd "${srcdir}"/MediaConch/Project/GNU/Server
Expand All @@ -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.41' 'libmediainfo>=24.06')
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.41' 'libmediainfo>=25.04')

cd "${srcdir}"/MediaConch
install -D -m 0755 Project/Qt/mediaconch-gui "${pkgdir}"/usr/bin/mediaconch-gui
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/Server/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
AC_INIT([mediaconchd], [24.06.0])
AC_INIT([mediaconchd], [25.04.0])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
16 changes: 8 additions & 8 deletions Project/GNU/mediaconch.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -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: 24.06-1
Version: 25.04-1
Maintainer: MediaArea.net SARL <[email protected]>
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 (>= 24.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
Build-Depends: debhelper (>= 9), dh-autoreconf, tofrodos, libmediainfo-dev (>= 25.04), 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
Expand All @@ -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_24.06.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
0000000000000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_24.06.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 mediaconch_24.06.orig.tar.xz
00000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
00000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
00000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/mediaconch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global mediaconch_version 24.06
%global libmediainfo_version 24.06
%global mediaconch_version 25.04
%global libmediainfo_version 25.04
%global libzen_version 0.4.41

%if 0%{?fedora_version} || 0%{?rhel}
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2022/CLI/MediaConch_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 25,04,0,0
PRODUCTVERSION 25,04,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "25.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "25.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2022/GUI/MediaConch_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 25,04,0,0
PRODUCTVERSION 25,04,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "25.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "25.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2022/Server/MediaConch-Server.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 24,06,0,0
PRODUCTVERSION 24,06,0,0
FILEVERSION 25,04,0,0
PRODUCTVERSION 25,04,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
VALUE "FileVersion", "24.06.0.0"
VALUE "FileVersion", "25.04.0.0"
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
VALUE "ProductName", "MediaConch"
VALUE "ProductVersion", "24.06.0.0"
VALUE "ProductVersion", "25.04.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info-ns.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>24.06</string>
<string>25.04</string>
<key>CFBundleVersion</key>
<string>24.06</string>
<string>25.04</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>24.06</string>
<string>25.04</string>
<key>CFBundleVersion</key>
<string>24.06</string>
<string>25.04</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/Snap/mediaconch-gui/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mediaconch-gui
version: 24.06
version: 25.04
summary: Implementation checker and policy checker for video and audio files (GUI)
description: |
MediaConch is an implementation checker, policy checker, reporter,
Expand Down
2 changes: 1 addition & 1 deletion Project/Snap/mediaconch-server/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mediaconch-server
version: 24.06
version: 25.04
summary: Implementation checker and policy checker for video and audio files (Server)
description: |
MediaConch is an implementation checker, policy checker, reporter,
Expand Down
2 changes: 1 addition & 1 deletion Project/Snap/mediaconch/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mediaconch
version: 24.06
version: 25.04
summary: Implementation checker and policy checker for video and audio files (CLI)
description: |
MediaConch is an implementation checker, policy checker, reporter,
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.06
25.04
2 changes: 1 addition & 1 deletion Source/Common/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#define VersionH
//---------------------------------------------------------------------------

#define MEDIACONCH_VERSION "24.06"
#define MEDIACONCH_VERSION "25.04"

#endif
2 changes: 1 addition & 1 deletion Source/Install/MediaConch_GUI_Windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "MediaConch"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "24.06"
!define PRODUCT_VERSION "25.04"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_WEB_SITE "http://MediaArea.net/MediaConch"
!define COMPANY_REGISTRY "Software\MediaArea.net"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mediaconch (24.06-1) unstable; urgency=low
mediaconch (25.04-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Section: utils
Maintainer: MediaArea.net SARL <[email protected]>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libmediainfo-dev (>= 24.06),
libmediainfo-dev (>= 25.04),
libzen-dev (>= 0.4.41),
qt5-qmake,
qtbase5-dev,
Expand Down