public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Update to 6.5.0 pre-version also fix some bugs (#1497386)
@ 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 : d6a51a6b5063f4abfbbf1dcaa316782b5e29cde7
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2017-09-30T05:19:21+01:00
            Stats  : +18/-16 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/mlt/c/d6a51a6b5063f4abfbbf1dcaa316782b5e29cde7?branch=epel9-next

            Log:
            Update to 6.5.0 pre-version also fix some bugs (#1497386)
Switch to SDL2

---
diff --git a/.gitignore b/.gitignore
index 1a356fa..fdb7f9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mlt-6.2.0.tar.gz
 /mlt-6.4.1.tar.gz
+/v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff

diff --git a/mlt.spec b/mlt.spec
index db50a68..aee5f4d 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -3,22 +3,23 @@
 
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 Name:           mlt
-Version:        6.4.1
-Release:        10%{?dist}
+Version:        6.5.0
+Release:        0.1%{?dist}
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
 # 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
+Source0:        https://github.com/mltframework/mlt/archive/v%{version}/%{name}-6.4.1.tar.gz
+Patch0:         https://github.com/mltframework/mlt/compare/v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
 
 BuildRequires:  frei0r-devel
 BuildRequires:  opencv-devel
 BuildRequires:  qt5-qtsvg-devel
 BuildRequires:  qt5-qt3d-devel
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_image-devel
+BuildRequires:  SDL2-devel
+BuildRequires:  SDL2_image-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  jack-audio-connection-kit-devel
 BuildRequires:  libogg-devel
@@ -30,16 +31,14 @@ BuildRequires:  libsamplerate-devel
 BuildRequires:  ladspa-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  sox-devel
-%if 0%{?fedora} >= 25
+# verion 3.0.11 needed for php7 IIRC
 BuildRequires:  swig >= 3.0.11
-%else
-BuildRequires:  swig
-%endif
 BuildRequires:  python2-devel
 BuildRequires:  freetype-devel
 BuildRequires:  libexif-devel
 BuildRequires:  fftw-devel
 BuildRequires:  pulseaudio-libs-devel
+BuildRequires:  alsa-lib-devel
 
 %if %{with ruby}
 BuildRequires:  ruby-devel ruby
@@ -107,7 +106,7 @@ This module allows to work with MLT using PHP.
 
 
 %prep
-%setup -q
+%autosetup -p1 -n %{name}-6.4.1
 
 chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
 chmod 644 src/modules/kdenlive/filter_freeze.c
@@ -124,9 +123,6 @@ rm -r src/win32/
 %if 0%{?fedora} >= 25
 sed -i 's|-php5|-php7|g' src/swig/php/build
 sed -i 's|mlt_wrap.cpp|mlt_wrap.cxx|g' src/swig/php/build
-
-# xlocale.h is gone in F26
-sed -r -i 's/#include <xlocale.h>/#include <locale.h>/' src/framework/mlt_property.h
 %endif
 
 
@@ -144,11 +140,11 @@ sed -r -i 's/#include <xlocale.h>/#include <locale.h>/' src/framework/mlt_proper
         --rename-melt=%{name}-melt              \
         --swig-languages="python %{?with_php: php}%{?with_ruby: ruby}"
 
-make %{?_smp_mflags}
+%make_build
 
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 
 # manually do what 'make install' skips
 install -D -pm 0644 src/swig/python/mlt.py %{buildroot}%{python2_sitelib}/mlt.py
@@ -219,6 +215,10 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 
 
 %changelog
+* Sat Sep 30 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.1
+- Update to 6.5.0 pre-version also fix some bugs (#1497386)
+- Switch to SDL2
+
 * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.4.1-10
 - Add Provides for the old name without %%_isa
 

diff --git a/sources b/sources
index 3e5606e..e266d6c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-e9f0584739369c40b8f91f8cf50ea3ea  mlt-6.4.1.tar.gz
+SHA512 (mlt-6.4.1.tar.gz) = b082274e2184a0496f496517ddbcae33bab44cd1f50c1708942b7a24e5861ba97cae9fa21ec41ea21d662cbf56e2e2e66caa707a100077ef6e13aa7140f7a9fb
+SHA512 (v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff) = 321e1ab30691378258fd5862955fffd66be67d9dbd01fb30932ef0869615b23c36a5c8b381a3e7a8c3bf7ba3fbfb1e8074d9ae195b694ecb77fba029041e35e4

^ 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: Update to 6.5.0 pre-version also fix some bugs (#1497386) 

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