# Maintainer: Duong Pham pkgname=butterflow pkgver=0.2.1 pkgrel=1 pkgdesc="Make slow motion and motion interpolated videos from the command line" arch=('x86_64') url="https://github.com/dthpham/butterflow" license=('custom') makedepends=('python2-setuptools' 'opencl-headers') depends=('python2-numpy' 'ffmpeg' 'opencv2' 'ocl-icd') optdepends=('intel-opencl-runtime: Intel processor device support' 'opencl-nvidia: NVIDIA device support' 'amdapp-sdk: AMD device suppport') provides=('butterflow') conflicts=('butterflow') install=butterflow.install source=("http://srv.dthpham.me/butterflow/${pkgname}-${pkgver}.tar.gz") sha256sums=('66cd8964854eae5b5b66b031e2f038d87a38c9052d19793820d55e1fe6338ffe') package() { cd "${srcdir}/${pkgname}-${pkgver}" python2 setup.py install --root="${pkgdir}/" --optimize=1 install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }