commit b8a3bccc9fdfec0da6dade7243eea0882c7e9b3b
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Nov 2 15:40:03 2020 +0100
Update to 20.10.31
.gitignore | 1 +
mlt_path.patch | 16 ++++++++--------
shotcut.spec | 7 +++++--
sources | 2 +-
4 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d65243..ffa2c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
/shotcut-20.07.11.tar.gz
/shotcut-20.09.13.tar.gz
/shotcut-20.09.27.tar.gz
+/shotcut-20.10.31.tar.gz
diff --git a/mlt_path.patch b/mlt_path.patch
index 6007da8..b3be6bf 100644
--- a/mlt_path.patch
+++ b/mlt_path.patch
@@ -1,11 +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");
+--- src/jobs/meltjob.cpp.orig 2020-11-02 15:30:43.463144678 +0100
++++ src/jobs/meltjob.cpp 2020-11-02 15:30:59.196142990 +0100
+@@ -95,7 +95,7 @@
+ return;
+ }
+ QString shotcutPath = qApp->applicationDirPath();
+- QFileInfo meltPath(shotcutPath, "melt");
+ QFileInfo meltPath(shotcutPath, "mlt-melt");
- #endif
setReadChannel(QProcess::StandardError);
QStringList args;
+ args << "-verbose";
diff --git a/shotcut.spec b/shotcut.spec
index 0f0cb3b..1ca7f3c 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 20.09.27
-Release: 2%{dist}
+Version: 20.10.31
+Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -186,6 +186,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Mon Nov 02 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 20.10.31-1
+- Update to 20.10.31
+
* Sun Nov 1 2020 Leigh Scott <leigh123linux(a)gmail.com> - 20.09.27-2
- Force X (rfbz#5822)
diff --git a/sources b/sources
index 1c27300..ea9cd8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-20.09.27.tar.gz) =
751a8a040566cf4969d68bcc3521f79e981238c558f6a8a03794491ef87bce962cf6a6e6cb912e941e6ec482bc190fd118aaacb41bd5c9efa80fb14f9a3a86d4
+SHA512 (shotcut-20.10.31.tar.gz) =
4d0109e87c86e3b7bb20aeb4b9a38fac175f90f00b8b13b605af9f5959578a2329da5a91d96891c814a84e7f23501ee5d3be9d2ca7a4bdd1a70af9894f0f7348
Show replies by date