git » kdenlive.git » commit 5da19e0

Fix freeze on monitor (FS#46977)

author Antonio Rojas
2015-11-05 20:06:55 UTC
committer Antonio Rojas
2015-11-05 20:06:55 UTC
parent b5635f730883528e7ab07213b8de2503cef9a3b1

Fix freeze on monitor (FS#46977)

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 428554f..ec77ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=15.08.2
-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/"
@@ -22,12 +22,18 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             '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")
-md5sums=('34d1a693951b4d227e393379d2298f37')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"
+	fix-freeze-monitor.patch::"https://quickgit.kde.org/?p=kdenlive.git&a=commitdiff&h=858a855&o=plain")
+md5sums=('34d1a693951b4d227e393379d2298f37'
+         'ec38c200915cda5e6f8984af4ef76cd6')
 install=$pkgname.install
 
 prepare(){
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix freeze on monitor https://bugs.kde.org/show_bug.cgi?id=353936
+  patch -p1 -i ../fix-freeze-monitor.patch
 }
 
 build() {