commit 08ec2c97be0219f26aa8f510d39cb98a67285f74
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Oct 23 08:57:48 2018 +0200
Re-add mlt_path.patch
mlt_path.patch | 11 +++++++++++
shotcut.spec | 7 ++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/mlt_path.patch b/mlt_path.patch
new file mode 100644
index 0000000..6007da8
--- /dev/null
+++ b/mlt_path.patch
@@ -0,0 +1,11 @@
+--- src/jobs/meltjob.cpp 2016-06-30 21:45:33.000000000 -0600
++++ meltjob-2.cpp 2016-07-12 22:54:00.360113879 -0600
+@@ -54,7 +54,7 @@
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+- QFileInfo meltPath(shotcutPath, "qmelt");
++ QFileInfo meltPath(shotcutPath, "mlt-melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;
diff --git a/shotcut.spec b/shotcut.spec
index 662fc88..7d4a8dc 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -4,7 +4,7 @@
Name: shotcut
Version: 18.10.08
-Release: 1%{dist}
+Release: 2%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -12,6 +12,8 @@ URL:
http://www.shotcut.org/
Source0:
https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{nam...
#
https://forum.shotcut.org/t/appdata-xml-file-for-gnome-software-center/2742
Source1: %{name}.appdata.xml
+# Melt patch /usr/bin/mlt-melt
+Patch0: mlt_path.patch
# shotcut-noupdatecheck.patch -- Disable automatic update check
Patch1: shotcut-noupdatecheck.patch
@@ -179,6 +181,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Tue Oct 23 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.10.08-2
+- Re-add mlt_path.patch
+
* Wed Oct 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.10.08-1
- Update to 18.10.08
- Dropped mlt_path.patch