commit 1ee2f06d52cbd24d9ce5817005d973e7f91494e3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jun 15 03:40:16 2016 +0100
Update MLT to 6.2.0
- Drop backport patch.
.gitignore | 1 +
mlt.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 390ef96..fe07805 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
mlt-0.9.8.tar.gz
mlt-6.0.0.tar.gz
+/mlt-6.2.0.tar.gz
diff --git a/mlt.spec b/mlt.spec
index 5c3ae20..e875373 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -2,14 +2,13 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 6.0.0
-Release: 2%{?dist}
+Version: 6.2.0
+Release: 1%{?dist}
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...
-Patch1: mlt-ruby.patch
BuildRequires: frei0r-devel
BuildRequires: ffmpeg-devel
@@ -36,6 +35,7 @@ BuildRequires: freetype-devel
BuildRequires: libexif-devel
BuildRequires: fftw-devel
BuildRequires: xine-lib-devel
+BuildRequires: pulseaudio-libs-devel
%if %{with ruby}
BuildRequires: ruby-devel ruby
@@ -98,7 +98,6 @@ This module allows to work with MLT using PHP.
%prep
%setup -q
-%patch1 -p1
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
@@ -195,6 +194,10 @@ test "$(pkg-config --modversion mlt++)" =
"%{version}"
%changelog
+* Wed May 25 2016 Sérgio Basto <sergio(a)serjux.com> - 6.2.0-1
+- Update MLT to 6.2.0
+- Drop backport patch.
+
* Sun Feb 21 2016 Sérgio Basto <sergio(a)serjux.com> - 6.0.0-2
- Add license tag.
- More spec modernizations and rpmlint fixes.
diff --git a/sources b/sources
index 9aefe4b..e03017b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df4909bbf3dacb1186b5c1bd2aeef568 mlt-6.0.0.tar.gz
+a1c70e535c61dd9242ac9f6ae58899d0 mlt-6.2.0.tar.gz