From cc5bd4905e2c88a5ed00c5bb94993e12feb13fae Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 2 Sep 2018 16:25:11 -0500 Subject: Removing shotcut: This package is in [community] repo --- pcr/shotcut/melt.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pcr/shotcut/melt.patch (limited to 'pcr/shotcut/melt.patch') 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; -- cgit v1.2.3