Skip to content

Commit 3f0e065

Browse files
Merge pull request #802 from g-maxime/preparing-v25.04
Preparing v25.04
2 parents 441c70e + fcef348 commit 3f0e065

File tree

21 files changed

+60
-42
lines changed

21 files changed

+60
-42
lines changed

History_CLI.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ x Correction
77
bug reports and feature request are here :
88
https://github.com/MediaArea/MediaConch_SourceCode
99

10+
Version 25.04, 2025-05-05
11+
-------------
12+
Update to MediaInfo library 25.04, see MediaInfo change log for the list of changes in the file formats support
13+
Add JSON output for MediaConch reports
14+
Force ParseSpeed to 1 when fixer is used
15+
SimpleDisplay: Hide non-relevants errors for 'or' policies
16+
Exclude hidden files when adding a folder and option for including them
17+
More flexibility in 4/3 test
18+
1019
Version 24.06, 2024-06-29
1120
-------------
1221
Update to MediaInfo library 24.06, see MediaInfo change log for the list of changes in the file formats support

History_GUI.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ x Correction
77
bug reports and feature request are here :
88
https://github.com/MediaArea/MediaConch_SourceCode
99

10+
Version 25.04, 2025-05-05
11+
-------------
12+
Update to MediaInfo library 25.04, see MediaInfo change log for the list of changes in the file formats support
13+
Add JSON output for MediaConch reports
14+
Force ParseSpeed to 1 when fixer is used
15+
SimpleDisplay: Hide non-relevants errors for 'or' policies
16+
Exclude hidden files when adding a folder and option for including them
17+
More flexibility in 4/3 test
18+
1019
Version 24.06, 2024-06-29
1120
-------------
1221
Update to MediaInfo library 24.06, see MediaInfo change log for the list of changes in the file formats support

Project/AppImage/Recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then
5454
fi
5555

5656
# Setup evironment
57-
VERSION=24.06
57+
VERSION=25.04
5858

5959
if [ "$(arch)" == "i386" ] ; then
6060
ARCH="i686"

Project/GNU/CLI/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediaconch], [24.06.0])
8+
AC_INIT([mediaconch], [25.04.0])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This PKGBUILD is for OBS
44

55
pkgname=('mediaconch' 'mediaconch-server' 'mediaconch-gui')
6-
pkgver=24.06
6+
pkgver=25.04
77
pkgrel=1
88
pkgdesc="Implementation checker and policy checker for video and audio files"
99
url="http://MediaArea.net/MediaConch"
@@ -13,7 +13,7 @@ md5sums=('00000000000000000000000000000000')
1313
arch=('i686' 'x86_64')
1414

1515
# Buildtime dependencies for all packages need to be listed here
16-
makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webengine' 'libzen>=0.4.41' 'libmediainfo>=24.06')
16+
makedepends=('desktop-file-utils' 'libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webengine' 'libzen>=0.4.41' 'libmediainfo>=25.04')
1717
# OBS don't provide jansson
1818
#makedepends=(${makedepends[@]} jansson)
1919

@@ -49,7 +49,7 @@ build() {
4949

5050
package_mediaconch() {
5151
pkgdesc="${pkgdesc} (CLI)"
52-
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=24.06')
52+
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'libzen>=0.4.41' 'libmediainfo>=25.04')
5353

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

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

6969
cd "${srcdir}"/MediaConch/Project/GNU/Server
@@ -82,7 +82,7 @@ package_mediaconch-server() {
8282

8383
package_mediaconch-gui() {
8484
pkgdesc="${pkgdesc} (GUI)"
85-
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.41' 'libmediainfo>=24.06')
85+
depends=('libxml2' 'libxslt' 'sqlite' 'libevent' 'qt5-base' 'qt5-webkit' 'libzen>=0.4.41' 'libmediainfo>=25.04')
8686

8787
cd "${srcdir}"/MediaConch
8888
install -D -m 0755 Project/Qt/mediaconch-gui "${pkgdir}"/usr/bin/mediaconch-gui

Project/GNU/Server/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediaconchd], [24.06.0])
8+
AC_INIT([mediaconchd], [25.04.0])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/mediaconch.dsc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Format: 3.0 (quilt)
22
Source: mediaconch
33
Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, libmediaconch0, libmediaconch0-dbg, libmediaconch-dev, mediaconch-gui, mediaconch-gui-dbg
44
Architecture: any
5-
Version: 24.06-1
5+
Version: 25.04-1
66
Maintainer: MediaArea.net SARL <[email protected]>
77
Homepage: http://MediaArea.net/MediaConch
88
Standards-Version: 3.9.6
99
Vcs-Git: https://github.com/MediaArea/MediaConch_SourceCode.git
1010
Vcs-Browser: https://github.com/MediaArea/MediaConch_SourceCode
11-
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
11+
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
1212
Package-List:
1313
mediaconch deb utils optional arch=any
1414
mediaconch-server deb utils optional arch=any
@@ -20,11 +20,11 @@ Package-List:
2020
mediaconch-gui-dbg deb debug extra arch=any
2121
libmediaconch0-dbg deb debug extra arch=any
2222
Checksums-Sha1:
23-
0000000000000000000000000000000000000000 000000 mediaconch_24.06.orig.tar.xz
24-
0000000000000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
23+
0000000000000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
24+
0000000000000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz
2525
Checksums-Sha256:
26-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_24.06.orig.tar.xz
27-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
26+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
27+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz
2828
Files:
29-
00000000000000000000000000000000 000000 mediaconch_24.06.orig.tar.xz
30-
00000000000000000000000000000000 000000 mediaconch_24.06-1.debian.tar.xz
29+
00000000000000000000000000000000 000000 mediaconch_25.04.orig.tar.xz
30+
00000000000000000000000000000000 000000 mediaconch_25.04-1.debian.tar.xz

Project/GNU/mediaconch.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%global mediaconch_version 24.06
2-
%global libmediainfo_version 24.06
1+
%global mediaconch_version 25.04
2+
%global libmediainfo_version 25.04
33
%global libzen_version 0.4.41
44

55
%if 0%{?fedora_version} || 0%{?rhel}

Project/MSVC2022/CLI/MediaConch_CLI.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 24,06,0,0
5-
PRODUCTVERSION 24,06,0,0
4+
FILEVERSION 25,04,0,0
5+
PRODUCTVERSION 25,04,0,0
66
FILEFLAGSMASK 0x3fL
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,10 +19,10 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
22-
VALUE "FileVersion", "24.06.0.0"
22+
VALUE "FileVersion", "25.04.0.0"
2323
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
2424
VALUE "ProductName", "MediaConch"
25-
VALUE "ProductVersion", "24.06.0.0"
25+
VALUE "ProductVersion", "25.04.0.0"
2626
END
2727
END
2828
BLOCK "VarFileInfo"

Project/MSVC2022/GUI/MediaConch_GUI.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 24,06,0,0
5-
PRODUCTVERSION 24,06,0,0
4+
FILEVERSION 25,04,0,0
5+
PRODUCTVERSION 25,04,0,0
66
FILEFLAGSMASK 0x3fL
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,10 +19,10 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
22-
VALUE "FileVersion", "24.06.0.0"
22+
VALUE "FileVersion", "25.04.0.0"
2323
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
2424
VALUE "ProductName", "MediaConch"
25-
VALUE "ProductVersion", "24.06.0.0"
25+
VALUE "ProductVersion", "25.04.0.0"
2626
END
2727
END
2828
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)