[arch-commits] Commit in kdenlive/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 16 21:36:39 UTC 2017


    Date: Monday, January 16, 2017 @ 21:36:39
  Author: arojas
Revision: 286749

Fix crash on NVIDIA (FS#52536)

Modified:
  kdenlive/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 19:52:38 UTC (rev 286748)
+++ PKGBUILD	2017-01-16 21:36:39 UTC (rev 286749)
@@ -7,7 +7,7 @@
 
 pkgname=kdenlive
 pkgver=16.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/"
@@ -23,13 +23,19 @@
             'recordmydesktop: for screen capture'
             'xine-ui: for DVD preview'
             'plasma-desktop: theme configuration')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig}
+        kdebug-375094.patch::"https://cgit.kde.org/kdenlive.git/patch/?id=8a20fca8")
 md5sums=('3c906a40f0c5649f4b1b68f4693352dc'
-         'SKIP')
+         'SKIP'
+         'f8a7398628108c736df294a6ed446c6a')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
 
-prepare(){
+prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix crash on NVIDIA 
+  patch -p1 -i ../kdebug-375094.patch
 }
 
 build() {



More information about the arch-commits mailing list