Date: Thursday, November 5, 2015 @ 21:06:55 Author: arojas Revision: 250135
Fix freeze on monitor (FS#46977) Modified: kdenlive/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-05 18:49:37 UTC (rev 250134) +++ PKGBUILD 2015-11-05 20:06:55 UTC (rev 250135) @@ -7,7 +7,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/" @@ -23,12 +23,18 @@ '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() {
