public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Backport upstream PR for compilation with libxml2 2.12.0
Date: Mon, 20 Jul 2026 18:17:50 GMT [thread overview]
Message-ID: <178457147027.1.12740561128438809111.rpms-mlt-50ff137de073@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 50ff137de0737877e853eb550412e560dd7437c9
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2023-11-30T15:04:35+09:00
Stats : +33/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/50ff137de0737877e853eb550412e560dd7437c9?branch=epel9-next
Log:
Backport upstream PR for compilation with libxml2 2.12.0
---
diff --git a/mlt-pr963-libxml2_2_12.patch b/mlt-pr963-libxml2_2_12.patch
new file mode 100644
index 0000000..9c31555
--- /dev/null
+++ b/mlt-pr963-libxml2_2_12.patch
@@ -0,0 +1,26 @@
+From 9979f4e2b090b9a461d7171e1642486974d335dc Mon Sep 17 00:00:00 2001
+From: Mamoru TASAKA <mtasaka@fedoraproject.org>
+Date: Thu, 30 Nov 2023 14:28:27 +0900
+Subject: [PATCH] FIX: support compilation with libxml2 2.12.0
+
+libxml2 2.12.0 does some refactoring about functions prototypes places.
+`xmlParseFile` definition is in `libxml/parser.h` anyway so include
+this header file.
+
+Closes #962 .
+---
+ src/modules/jackrack/jack_rack.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/modules/jackrack/jack_rack.c b/src/modules/jackrack/jack_rack.c
+index f9b3ad40b..467ba99bc 100644
+--- a/src/modules/jackrack/jack_rack.c
++++ b/src/modules/jackrack/jack_rack.c
+@@ -29,6 +29,7 @@
+ #include <ctype.h>
+
+ #include <ladspa.h>
++#include <libxml/parser.h>
+ #include <libxml/tree.h>
+
+ #include "jack_rack.h"
diff --git a/mlt.spec b/mlt.spec
index 7fbfd92..3b39309 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -13,7 +13,7 @@
Name: mlt
Version: 7.20.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -21,6 +21,9 @@ Summary: Toolkit for broadcasters, video editors, media players, transcod
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
Source0: https://github.com/mltframework/mlt/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# https://github.com/mltframework/mlt/pull/963
+# Support compilation with libxml2 2.12.0
+Patch0: mlt-pr963-libxml2_2_12.patch
BuildRequires: gcc-c++
BuildRequires: cmake
@@ -234,6 +237,9 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%changelog
+* Thu Nov 30 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 7.20.0-2
+- Backport upstream PR for compilation with libxml2 2.12.0
+
* Tue Oct 03 2023 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 7.20.0-1
- Update to 7.20.0 (#2241895)
reply other threads:[~2026-07-20 18:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457147027.1.12740561128438809111.rpms-mlt-50ff137de073@fedoraproject.org \
--to=mtasaka@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox