[packages/mediaconch] Rel 5; build fix
arekm
arekm at pld-linux.org
Mon Aug 11 22:57:48 CEST 2025
commit e97916dc5387f3a3bb06c3ac300efbd3d51711b7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 11 22:57:42 2025 +0200
Rel 5; build fix
build.patch | 10 ++++++++++
mediaconch.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/mediaconch.spec b/mediaconch.spec
index 7463956..6d4b406 100644
--- a/mediaconch.spec
+++ b/mediaconch.spec
@@ -6,11 +6,12 @@ Summary: Implementation checker and policy checker for video and audio fi
Summary(pl.UTF-8): Narzędzie do sprawdzania implementacji i polityki dla plików audio i wideo (CLI)
Name: mediaconch
Version: 18.03.2
-Release: 4
+Release: 5
License: BSD or Apache v2.0 or LGPL v2.1+ or GPL v2+ or MPL v2.0+
Group: Applications/Multimedia
Source0: https://mediaarea.net/download/source/mediaconch/%{version}/%{name}_%{version}.tar.xz
# Source0-md5: 265c683d0bd68458f537cb1f811ca10f
+Patch0: build.patch
URL: https://mediaarea.net/MediaConch
BuildRequires: OpenGL-devel
BuildRequires: Qt5Core-devel >= 5
@@ -90,6 +91,7 @@ plików audiowizualnych (w szczególności Matroska, LPCM i FFV1).
%setup -q -n MediaConch
%undos *.html *.txt Release/*.txt
chmod 644 *.html *.txt Release/*.txt
+%patch -P0 -p1
%build
# build CLI
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..df5f41f
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,10 @@
+--- MediaConch/Source/Common/Schema.cpp~ 2018-04-10 13:35:59.000000000 +0200
++++ MediaConch/Source/Common/Schema.cpp 2025-08-11 22:48:48.900425195 +0200
+@@ -14,6 +14,7 @@
+ #include "Schema.h"
+ #include <fstream>
+ #include <sstream>
++#include <cstdarg>
+ //---------------------------------------------------------------------------
+
+ //---------------------------------------------------------------------------
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mediaconch.git/commitdiff/e97916dc5387f3a3bb06c3ac300efbd3d51711b7
More information about the pld-cvs-commit
mailing list