git » mlt.git » commit 84b04f2

Fix kdenlive crash on exit (FS#53765)

author Antonio Rojas
2017-04-23 17:41:40 UTC
committer Antonio Rojas
2017-04-23 17:41:40 UTC
parent 901c4c5cc0597f8eff9122376f1a59ee78cc508d

Fix kdenlive crash on exit (FS#53765)

PKGBUILD +11 -3

diff --git a/PKGBUILD b/PKGBUILD
index c137ac2..b5876ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,22 @@
 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