summaryrefslogtreecommitdiff
path: root/pcr/shotcut/melt.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-09-02 16:25:11 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-09-02 16:25:11 -0500
commitcc5bd4905e2c88a5ed00c5bb94993e12feb13fae (patch)
tree7bd2061fbfe9a94a3be801c1ac2e3ff007501efe /pcr/shotcut/melt.patch
parent014f9e881cf2ae462a29beed341f3472bfb0f631 (diff)
downloadabslibre-cc5bd4905e2c88a5ed00c5bb94993e12feb13fae.tar.gz
abslibre-cc5bd4905e2c88a5ed00c5bb94993e12feb13fae.tar.bz2
abslibre-cc5bd4905e2c88a5ed00c5bb94993e12feb13fae.zip
Removing shotcut: This package is in [community] repo
Diffstat (limited to 'pcr/shotcut/melt.patch')
-rw-r--r--pcr/shotcut/melt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/shotcut/melt.patch b/pcr/shotcut/melt.patch
deleted file mode 100644
index 902681fc3..000000000
--- a/pcr/shotcut/melt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
---- a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
-- QFileInfo meltPath(shotcutPath, "qmelt");
-+ QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;