1 # Contributor: Pierre Chapuis <catwell@archlinux.us>
2 # Contributor: ganymede
7 pkgdesc="Pictures and video post-production software"
9 url="http://ekd.tuxfamily.org/"
11 depends=('mplayer' 'ffmpeg2theora' 'imagemagick' 'python2-qt' 'pil' 'python-numpy' 'mjpegtools' 'sox')
12 source=(http://download.tuxfamily.org/ekdforum/ekd/appli/linux/sources/ekd_linux_source_2_0-1_$pkgver.tar.gz)
13 md5sums=('1b01bccfbdd1858937d4bc9acf46f295')
16 install -d $pkgdir/usr/bin/ $pkgdir/usr/share/ekd
17 echo '#!/bin/sh'$'\n''cd /usr/share/ekd && python2 ekd_gui.py' \
19 chmod 755 $pkgdir/usr/bin/ekd
20 cp -r ekd_linux_source_2_0-1_$pkgver/* $pkgdir/usr/share/ekd
21 chmod -R 755 $pkgdir/usr/share/ekd