summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Pham2015-10-01 17:44:06 -0700
committerDuong Pham2015-10-01 17:44:06 -0700
commita4eee6f03a6d44f11c8309581ae3409b17a8d959 (patch)
tree4f969f7bd5d84059d3b968af303da65361d025e8
parentf1ff9ebc239ca7ad594f73607ac5e61db8ca3c53 (diff)
downloadaur-a4eee6f03a6d44f11c8309581ae3409b17a8d959.tar.gz
Added opencl-headers to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fa680d351f..36099e63bc8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = butterflow
pkgdesc = Make slow motion and motion interpolated videos from the command line
pkgver = 0.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dthpham/butterflow
install = butterflow.install
arch = x86_64
license = custom
makedepends = python2-setuptools
+ makedepends = opencl-headers
depends = python2-numpy
depends = ffmpeg
depends = opencv
diff --git a/PKGBUILD b/PKGBUILD
index 07e3dcada8eb..4fd47a8d4c04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Duong Pham <dthpham@gmail.com>
pkgname=butterflow
pkgver=0.1.9
-pkgrel=1
+pkgrel=2
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')
+makedepends=('python2-setuptools' 'opencl-headers')
depends=('python2-numpy' 'ffmpeg' 'opencv' 'ocl-icd')
optdepends=('intel-opencl-runtime: Intel processor device support'
'opencl-nvidia: NVIDIA device support'