public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Build the ffmpeg and xine plugins in the main package
Date: Mon, 20 Jul 2026 18:17:45 GMT [thread overview]
Message-ID: <178457146515.1.12839714657425799954.rpms-mlt-2f4192a943d6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 2f4192a943d6d113c106bb91521d96bc5d056816
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-01-23T12:45:58-05:00
Stats : +21/-23 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/2f4192a943d6d113c106bb91521d96bc5d056816?branch=epel9-next
Log:
Build the ffmpeg and xine plugins in the main package
- Rename freeworld to ndi subpackage since it has only ndi plugin
---
diff --git a/mlt.spec b/mlt.spec
index cc7c541..239701b 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -8,8 +8,6 @@
%bcond_without opencv
%endif
-%bcond_with freeworld
-
# needs nonfree/ndi-sdk
%bcond_with ndi
@@ -21,7 +19,7 @@
Name: mlt
Version: 7.12.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -45,7 +43,7 @@ BuildRequires: SDL_image-devel
BuildRequires: SDL2_image-devel
%endif
BuildRequires: gtk2-devel
-BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: pipewire-jack-audio-connection-kit-devel
BuildRequires: libatomic
BuildRequires: libogg-devel
#Deprecated dv and kino modules are not built.
@@ -69,16 +67,15 @@ BuildRequires: movit-devel
BuildRequires: eigen3-devel
BuildRequires: libebur128-devel
BuildRequires: rubberband-devel
-%if %{with freeworld}
-BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-free-devel
BuildRequires: xine-lib-devel
-Provides: mlt-freeworld = %{version}-%{release}
-Obsoletes:mlt-freeworld < %{version}-%{release}
+Provides: mlt-freeworld = %{version}-%{release}
+Obsoletes: mlt-freeworld < %{version}-%{release}
+
%if %{with ndi}
BuildRequires: libndi-devel
BuildRequires: ndi-sdk-devel
%endif
-%endif
%if %{with opencv}
BuildRequires: opencv-devel
%endif
@@ -106,11 +103,12 @@ transcoders, web streamers and many more types of applications. The
functionality of the system is provided via an assortment of ready to use
tools, xml authoring components, and an extendible plug-in based API.
-%package freeworld
-Summary: ffmpeg support for MLT
-%description freeworld
-MLT was packaged in Fedora without ffmpeg support, this package give us
-the ffmpeg support.
+%if %{with ndi}
+%package ndi
+Summary: NDI support for MLT
+%description ndi
+This package adds NDI support through the NDI SDK to MLT.
+%endif
%package devel
Summary: Libraries, includes to develop applications with %{name}
@@ -207,15 +205,11 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%{_libdir}/libmlt-7.so.*
%{_datadir}/mlt-7/
%{_mandir}/man1/melt-7.1*
-%if %{with freeworld}
-%exclude %{_libdir}/mlt-7/libmltavformat.so
-%exclude %{_libdir}/mlt-7/libmltxine.so
-%exclude %{_datadir}/mlt-7/avformat
-
-%files freeworld
-%{_libdir}/mlt-7/libmltavformat.so
-%{_libdir}/mlt-7/libmltxine.so
-%{_datadir}/mlt-7/avformat
+%if %{with ndi}
+%exclude %{_libdir}/mlt-7/libmltndi.so
+
+%files ndi
+%{_libdir}/mlt-7/libmltndi.so
%endif
%files -n python3-mlt
@@ -247,6 +241,10 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%changelog
+* Mon Jan 23 2023 Neal Gompa <ngompa@fedoraproject.org> - 7.12.0-4
+- Build the ffmpeg and xine plugins in the main package
+- Rename freeworld to ndi subpackage since it has only ndi plugin
+
* Mon Jan 16 2023 Sérgio Basto <sergio@serjux.com> - 7.12.0-3
- Rebuild for opencv 4.7.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=178457146515.1.12839714657425799954.rpms-mlt-2f4192a943d6@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=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