summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrick Brennan2015-09-23 13:41:25 +0800
committerFredrick Brennan2015-09-23 13:41:25 +0800
commiteb4ca48d9d238e1fedb90d8be52320be6b4c1fa3 (patch)
tree56e921c8b9bb7573d6b9fc944a99ef44cd33dcb5 /PKGBUILD
parent202a85ea97bb5566cdf536620923d9ee22ac37d1 (diff)
downloadaur-eb4ca48d9d238e1fedb90d8be52320be6b4c1fa3.tar.gz
Forgot opencv dep, add optional libdc1394 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c58a85b32b87..73faecfcac3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Fredrick Brennan <admin@8chan.co>
pkgname=waifu2x-git
pkgver=r250.ca65c93
-pkgrel=2
+pkgrel=3
pkgdesc="Image rescaling and noise reduction using the power of convolutional neural networks"
arch=('x86_64')
url=""
license=('MIT')
groups=()
-depends=('opencl-headers' 'ocl-icd')
+depends=('opencl-headers' 'ocl-icd' 'opencv')
makedepends=('git' 'cmake')
-optdepends=('cuda: Significantly speeds up operations, but only works with NVIDIA GPU')
+optdepends=('cuda: Significantly speeds up operations, but only works with NVIDIA GPU'
+ 'libdc1394: IEEE1394 capturing support')
provides=('waifu2x' 'waifu2x-converter-cpp')
conflicts=()
replaces=()