git » kdenlive.git » commit 7680a2f

Fix crash at startup on Wayland

author Antonio Rojas
2021-06-18 16:25:35 UTC
committer Antonio Rojas
2021-06-18 16:25:35 UTC
parent 6c8320f7cb363f8cdcb22c136d3f1966d47c0352

Fix crash at startup on Wayland

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0dd0a9d..4e2aef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=21.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A non-linear video editor for Linux using the MLT video framework'
 arch=(x86_64)
 url='https://apps.kde.org/kdenlive/'
@@ -25,16 +25,19 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             'plasma-desktop: theme configuration'
             'opentimelineio: timeline export/import')
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        kdenlive-mlt6.patch)
+        kdenlive-mlt6.patch
+        https://invent.kde.org/multimedia/kdenlive/commit/185b3036.patch)
 sha256sums=('5510106b6bdda3f2048702b23d90f7438d4ec4d2ddb932e53df716e6d4afdd4f'
             'SKIP'
-            'db0819cea73fc7c2926c39a3de66fba86e94a6ca2e1f97e7bad1166ac6aec5bb')
+            'db0819cea73fc7c2926c39a3de66fba86e94a6ca2e1f97e7bad1166ac6aec5bb'
+            '2b82e00650db2e63c6717a00550158bd748a2c0556e4620344e18b4a52ae20a0')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
 
 prepare() {
   patch -d $pkgname-$pkgver -p1 < kdenlive-mlt6.patch # Use melt6 executable name
+  patch -d $pkgname-$pkgver -p1 < 185b3036.patch # Fix startup crash on Wayland
 }
 
 build() {