public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Couple of fixes from upstream for kdenlive
Date: Mon, 20 Jul 2026 18:17:26 GMT	[thread overview]
Message-ID: <178457144628.1.16214615026853928756.rpms-mlt-e869f07dbdca@fedoraproject.org> (raw)

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
 

                 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=178457144628.1.16214615026853928756.rpms-mlt-e869f07dbdca@fedoraproject.org \
    --to=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