public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Couple of fixes from upstream for kdenlive
@ 2026-07-20 18:17
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : e869f07dbdcab228ca3309fa9cff11bc378d5374
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2019-10-22T19:06:53+01:00
Stats : +34/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/e869f07dbdcab228ca3309fa9cff11bc378d5374?branch=epel9-next
Log:
Couple of fixes from upstream for kdenlive
---
diff --git a/434dbcf62048cc1220c425c2adc77697b4d40ffb.diff b/434dbcf62048cc1220c425c2adc77697b4d40ffb.diff
new file mode 100644
index 0000000..8630e7b
--- /dev/null
+++ b/434dbcf62048cc1220c425c2adc77697b4d40ffb.diff
@@ -0,0 +1,13 @@
+diff --git a/src/modules/core/consumer_multi.c b/src/modules/core/consumer_multi.c
+index 4bb16ddf5..d9b5fbc0f 100644
+--- a/src/modules/core/consumer_multi.c
++++ b/src/modules/core/consumer_multi.c
+@@ -304,7 +304,7 @@ static void foreach_consumer_start( mlt_consumer consumer )
+ if ( nested )
+ {
+ mlt_properties nested_props = MLT_CONSUMER_PROPERTIES(nested);
+- mlt_properties_set_position( nested_props, "_multi_position", 0 );
++ mlt_properties_set_position( nested_props, "_multi_position", mlt_properties_get_position( properties, "in" ) );
+ mlt_properties_set_data( nested_props, "_multi_audio", NULL, 0, NULL, NULL );
+ mlt_properties_set_int( nested_props, "_multi_samples", 0 );
+ mlt_consumer_start( nested );
diff --git a/690d3ed55f98d8e31affb1b5dbc84c6948248099.diff b/690d3ed55f98d8e31affb1b5dbc84c6948248099.diff
new file mode 100644
index 0000000..3b9e416
--- /dev/null
+++ b/690d3ed55f98d8e31affb1b5dbc84c6948248099.diff
@@ -0,0 +1,14 @@
+diff --git a/src/modules/xml/producer_xml.c b/src/modules/xml/producer_xml.c
+index afab3cd33..68262063c 100644
+--- a/src/modules/xml/producer_xml.c
++++ b/src/modules/xml/producer_xml.c
+@@ -1130,6 +1130,9 @@ static void on_end_consumer( deserialise_context context, const xmlChar *name )
+ mlt_properties_set_data( consumer_properties, key, properties, 0,
+ (mlt_destructor) mlt_properties_close, NULL );
+
++ // Pass in / out if provided
++ mlt_properties_pass_list( consumer_properties, properties, "in, out" );
++
+ // Pass along quality and performance properties to the multi consumer and its render thread(s).
+ if ( !context->qglsl )
+ {
diff --git a/mlt.spec b/mlt.spec
index 59f3f5d..1585241 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -16,7 +16,7 @@
Name: mlt
Version: 6.16.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -24,7 +24,8 @@ Summary: Toolkit for broadcasters, video editors, media players, transcod
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-%{version}.tar.gz
-#Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%%{commit}.diff
+Patch0: https://github.com/mltframework/mlt/commit/434dbcf62048cc1220c425c2adc77697b4d40ffb.diff
+Patch1: https://github.com/mltframework/mlt/commit/690d3ed55f98d8e31affb1b5dbc84c6948248099.diff
BuildRequires: frei0r-devel
BuildRequires: opencv-devel
@@ -142,7 +143,7 @@ This module allows to work with MLT using PHP.
%prep
-%setup -qn %{name}-%{version}
+%autosetup -p1 -n %{name}-%{version}
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
@@ -275,6 +276,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Tue Oct 22 2019 Sérgio Basto <sergio@serjux.com> - 6.16.0-3
+- Couple of fixes from upstream for kdenlive
+
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
^ 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: Couple of fixes from upstream for kdenlive
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox