summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-07-02 23:41:41 +0200
committersl1pkn072015-07-02 23:41:41 +0200
commit8390e8138fd8a2ab3b4f767f1cf7661935518cc4 (patch)
tree513cf67cc5dcbcfbb8c2485af05e4e44bdc9e589
parenta2ac1e3aa1f26e406c46cdc5d7f60c4538209387 (diff)
downloadaur-8390e8138fd8a2ab3b4f767f1cf7661935518cc4.tar.gz
Woops...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 138e97648a82..db9f9f4c3f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,9 @@ pkgbase = vapoursynth-plugin-knlmeanscl
arch = x86_64
license = GPL
makedepends = git
+ makedepends = opencl-headers
depends = vapoursynth
+ depends = libcl
source = https://dl.dropboxusercontent.com/u/6596386/vapoursynth-plugins/KNLMeansCL_v0.5.6.zip
source = patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/67987544
source = patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/1c9d055d
diff --git a/PKGBUILD b/PKGBUILD
index 0dcdc1818ef4..a6b9f30312d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=171379'
license=('GPL')
-depends=('vapoursynth')
-makedepends=('git')
+depends=('vapoursynth' 'libcl')
+makedepends=('git' 'opencl-headers')
source=("https://dl.dropboxusercontent.com/u/6596386/vapoursynth-plugins/KNLMeansCL_v${pkgver}.zip"
'patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/67987544'
'patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/1c9d055d')