public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Remove python2-mlt subpackage once flowblade is switched to Python 3 (#1738074)
Date: Mon, 20 Jul 2026 18:17:28 GMT [thread overview]
Message-ID: <178457144819.1.11967158951361157009.rpms-mlt-5ea3887cae26@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 5ea3887cae26ea2a96dc8687af27d1a6331af65a
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2019-12-23T14:40:38+00:00
Stats : +40/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/5ea3887cae26ea2a96dc8687af27d1a6331af65a?branch=epel9-next
Log:
Remove python2-mlt subpackage once flowblade is switched to Python 3 (#1738074)
Nothing provides python3-mlt needed by flowblade-2.4 on F30 (#1785934)
Enable audio support with vorbis (#1724862)
---
diff --git a/83eace8f2a384b46243597d6eb1fd5f0e5c9eb65.patch b/83eace8f2a384b46243597d6eb1fd5f0e5c9eb65.patch
new file mode 100644
index 0000000..75899b3
--- /dev/null
+++ b/83eace8f2a384b46243597d6eb1fd5f0e5c9eb65.patch
@@ -0,0 +1,27 @@
+From 83eace8f2a384b46243597d6eb1fd5f0e5c9eb65 Mon Sep 17 00:00:00 2001
+From: Dan Dennedy <dan@dennedy.org>
+Date: Sun, 1 Dec 2019 13:28:44 -0800
+Subject: [PATCH] take vorbis module out of deprecation (#505)
+
+---
+ src/modules/vorbis/deprecated | 0
+ src/modules/vorbis/producer_vorbis.yml | 2 +-
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+ delete mode 100644 src/modules/vorbis/deprecated
+
+diff --git a/src/modules/vorbis/deprecated b/src/modules/vorbis/deprecated
+deleted file mode 100644
+index e69de29bb..000000000
+diff --git a/src/modules/vorbis/producer_vorbis.yml b/src/modules/vorbis/producer_vorbis.yml
+index 40ba01abb..84180255d 100644
+--- a/src/modules/vorbis/producer_vorbis.yml
++++ b/src/modules/vorbis/producer_vorbis.yml
+@@ -1,7 +1,7 @@
+ schema_version: 0.1
+ type: producer
+ identifier: vorbis
+-title: Ogg Vorbis (*deprecated*)
++title: Ogg Vorbis
+ version: 1
+ copyright: Meltytech, LLC
+ creator: Charles Yates
diff --git a/mlt.spec b/mlt.spec
index 24b1e08..218cdfc 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -2,13 +2,13 @@
%bcond_without php
%bcond_with freeworld
-%if (0%{?rhel} && 0%{?rhel} <= 7) || (0%{?fedora} && 0%{?fedora} <= 32)
+%if (0%{?rhel} && 0%{?rhel} <= 7) || (0%{?fedora} && 0%{?fedora} <= 31)
%bcond_without python2
%else
%bcond_with python2
%endif
-%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8
+%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8
%bcond_without python3
%else
%bcond_with python3
@@ -23,7 +23,7 @@
Name: mlt
Version: 6.18.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.
@@ -31,6 +31,7 @@ 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
+Patch1: 83eace8f2a384b46243597d6eb1fd5f0e5c9eb65.patch
BuildRequires: frei0r-devel
BuildRequires: opencv-devel
@@ -44,10 +45,10 @@ BuildRequires: SDL2_image-devel
BuildRequires: gtk2-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libogg-devel
-#Deprecated dv, kino, and vorbis modules are not built.
+#Deprecated dv and kino modules are not built.
#https://github.com/mltframework/mlt/commit/9d082192a4d79157e963fd7f491da0f8abab683f
#BuildRequires: libdv-devel
-#BuildRequires: libvorbis-devel
+BuildRequires: libvorbis-devel
BuildRequires: libsamplerate-devel
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
@@ -184,11 +185,12 @@ rm -rf src/swig/python
--enable-gpl \
--enable-gpl3 \
--enable-motion-est \
+ --enable-vorbis \
%ifnarch %{ix86} x86_64
--disable-mmx \
--disable-sse \
- --disable-xine \
%endif
+ --disable-xine \
--rename-melt=%{name}-melt \
--swig-languages="%{?with_python2: python}%{?with_python3: python3}%{?with_php: php}%{?with_ruby: ruby}"
@@ -280,6 +282,11 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Mon Dec 23 2019 Sérgio Basto <sergio@serjux.com> - 6.18.0-2
+- Remove python2-mlt subpackage once flowblade is switched to Python 3 (#1738074)
+- Nothing provides python3-mlt needed by flowblade-2.4 on F30 (#1785934)
+- Enable audio support with vorbis (#1724862)
+
* Tue Nov 12 2019 Sérgio Basto <sergio@serjux.com> - 6.18.0-1
- Update to 6.18.0
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=178457144819.1.11967158951361157009.rpms-mlt-5ea3887cae26@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