public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Backport upstream PR for compilation with libxml2 2.12.0
@ 2026-07-20 18:17 Mamoru TASAKA
  0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

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)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Backport upstream PR for compilation with libxml2 2.12.0 Mamoru TASAKA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox