Date: Sunday, April 23, 2017 @ 17:41:40 Author: arojas Revision: 294264
Fix kdenlive crash on exit (FS#53765) Modified: mlt/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-23 10:59:40 UTC (rev 294263) +++ PKGBUILD 2017-04-23 17:41:40 UTC (rev 294264) @@ -10,15 +10,23 @@ pkgbase=mlt pkgname=(mlt mlt-python-bindings) pkgver=6.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="An open source multimedia framework" arch=(i686 x86_64) url="http://www.mltframework.org" license=(GPL) makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg jack libexif python2 swig movit eigen) -source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz") -md5sums=('e9f0584739369c40b8f91f8cf50ea3ea') +source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz" + kdenlive-crash-on-exit.patch::"https://github.com/mltframework/mlt/commit/a3188e30.patch") +sha256sums=('87583af552695b2235f4ee3fc1e645d69e31702b109331d7e8785fb180cfa382' + 'a2a2f1aca004d50315a4766b89630d4f81ac9413c0b6ebbd33017955ea448c98') +prepare() { + cd $pkgname-$pkgver +# Fix kdenlive cash on exit + patch -p1 -i ../kdenlive-crash-on-exit.patch +} + build() { # mlt cd mlt-$pkgver
