[arch-commits] Commit in shotcut/trunk (PKGBUILD melt.patch)

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Wed Mar 30 20:17:34 UTC 2022


    Date: Wednesday, March 30, 2022 @ 20:17:34
  Author: artafinde
Revision: 1177848

shotcut: upstream release 22.03.30

Remove redundant patch

Modified:
  shotcut/trunk/PKGBUILD
Deleted:
  shotcut/trunk/melt.patch

------------+
 PKGBUILD   |    6 +++---
 melt.patch |   13 -------------
 2 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 20:06:56 UTC (rev 1177847)
+++ PKGBUILD	2022-03-30 20:17:34 UTC (rev 1177848)
@@ -3,8 +3,8 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=22.01.30
-pkgrel=2
+pkgver=22.03.30
+pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
 license=('GPL3')
@@ -15,7 +15,7 @@
 makedepends=('qt5-tools')
 options=('debug')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz")
-sha512sums=('0fbacada0d9081ede2b71d950fa7b4307aaa38869bdeb653f2287dc3fc0b10cb007e47cd4c21fb0f3b12c87bd970dcdb972d8e6ccb5ac4eaa312dc6c621cf3d4')
+sha512sums=('9069617f3f9d6ae20bb12371be4c37570bc5e2c2c7dacb8b2573eee4ceefe813e9fb9d5e457b390a0a1c1a135d00b79c4579c984ce0f4b6cdad0ef4e7ada1456')
 
 build() {
   mkdir $pkgname-$pkgver/build

Deleted: melt.patch
===================================================================
--- melt.patch	2022-03-30 20:06:56 UTC (rev 1177847)
+++ melt.patch	2022-03-30 20:17:34 UTC (rev 1177848)
@@ -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;



More information about the arch-commits mailing list