public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: New upstream vesion, 6.4.1
@ 2026-07-20 18:16
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 8bb9f1fceae484f0e6557e76d1760a0521009bfb
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2016-11-29T23:56:01+00:00
Stats : +28/-16 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/8bb9f1fceae484f0e6557e76d1760a0521009bfb?branch=epel9-next
Log:
New upstream vesion, 6.4.1
- Fix license, win32 not used in Linux
- Clean trailing white spaces
- Move provides_exclude_from php into php clause
---
diff --git a/.gitignore b/.gitignore
index aa79f0b..1a356fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mlt-6.2.0.tar.gz
+/mlt-6.4.1.tar.gz
diff --git a/mlt.spec b/mlt.spec
index f37146b..f998703 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -3,11 +3,12 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 6.2.0
-Release: 3%{?dist}
+Version: 6.4.1
+Release: 1%{?dist}
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
-License: GPLv3 and LGPLv2+ and BSD
+# but is not used in Linux
+License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
Group: System Environment/Libraries
Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -44,19 +45,19 @@ Obsoletes: mlt-ruby < 0.8.8-5
%if %{with php}
BuildRequires: php-devel
+%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$
%endif
Requires: opencv-core
-%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$
%description
-MLT is an open source multimedia framework, designed and developed for
+MLT is an open source multimedia framework, designed and developed for
television broadcasting.
-It provides a toolkit for broadcasters, video editors,media players,
-transcoders, web streamers and many more types of applications. The
-functionality of the system is provided via an assortment of ready to use
+It provides a toolkit for broadcasters, video editors,media players,
+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.
@@ -87,13 +88,13 @@ The %{name}-devel package contains the header files and static libraries for
building applications which use %{name}.
%description python
-This module allows to work with MLT using python.
+This module allows to work with MLT using python.
%description ruby
This module allows to work with MLT using ruby.
%description php
-This module allows to work with MLT using PHP.
+This module allows to work with MLT using PHP.
%prep
@@ -107,6 +108,10 @@ chmod -x demo/demo
sed -i -e '/fomit-frame-pointer/d' configure
sed -i -e '/ffast-math/d' configure
+# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
+# be sure that aren't used
+rm -r src/win32/
+
%build
#export STRIP=/bin/true
@@ -197,6 +202,12 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Tue Nov 29 2016 Sérgio Basto <sergio@serjux.com> - 6.4.1-1
+- New upstream vesion, 6.4.1
+- Fix license, win32 not used in Linux
+- Clean trailing white spaces
+- Move provides_exclude_from php into php clause
+
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.0-3
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
@@ -204,16 +215,16 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
- Disable the php extension, for now, the PHP 7 landed in rawhide
* Wed May 25 2016 Sérgio Basto <sergio@serjux.com> - 6.2.0-1
-- Initial MLT spec on Fedora.
+- Initial MLT spec on Fedora.
* Tue Mar 29 2016 Sérgio Basto <sergio@serjux.com> - 6.0.0-3
- Use upstream patch to compile Ruby bindings
* Sun Feb 21 2016 Sérgio Basto <sergio@serjux.com> - 6.0.0-2
-- Add license tag.
+- Add license tag.
- More spec modernizations and rpmlint fixes.
- Configure conditional build for Ruby.
-- Remove old BuilRequires that aren't needed anymore.
+- Remove old BuilRequires that aren't needed anymore.
- Remove old config options (avformat-swscale and qimage-libdir) that no longer
exist in configure.
- Fix Ruby build.
@@ -262,8 +273,8 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
* Wed Nov 20 2013 Sérgio Basto <sergio@serjux.com> - 0.9.0-2
- Enable gplv3 as asked in rfbz #3040
- Fix a changelog date.
-- Fix Ruby warning with rpmbuild "Use RbConfig instead of obsolete and deprecated Config".
-- Remove obsolete tag %%clean and rm -rf
+- Fix Ruby warning with rpmbuild "Use RbConfig instead of obsolete and deprecated Config".
+- Remove obsolete tag %%clean and rm -rf
* Mon Oct 07 2013 Sérgio Basto <sergio@serjux.com> - 0.9.0-1
- Update to 0.9.0
diff --git a/sources b/sources
index e03017b..3e5606e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1c70e535c61dd9242ac9f6ae58899d0 mlt-6.2.0.tar.gz
+e9f0584739369c40b8f91f8cf50ea3ea mlt-6.4.1.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:16 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:16 [rpms/mlt] epel9-next: New upstream vesion, 6.4.1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox