public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Remove python2-mlt subpackage once flowblade is switched to Python 3 (#1738074)
@ 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 : 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
 

^ 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: Remove python2-mlt subpackage once flowblade is switched to Python 3 (#1738074) 

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