[arch-commits] Commit in kdenlive/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jun 18 16:25:35 UTC 2021
Date: Friday, June 18, 2021 @ 16:25:35
Author: arojas
Revision: 418434
Fix crash at startup on Wayland
Modified:
kdenlive/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-18 16:12:57 UTC (rev 418433)
+++ PKGBUILD 2021-06-18 16:25:35 UTC (rev 418434)
@@ -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,10 +25,12 @@
'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 at kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
@@ -35,6 +37,7 @@
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() {
More information about the arch-commits
mailing list