summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e8874d8589c..60b805e192a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 16 15:05:00 UTC 2018
+# Sat Mar 31 12:23:29 UTC 2018
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://forum.doom9.org/showthread.php?t=171379
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = vapoursynth-plugin-knlmeanscl
makedepends = git
makedepends = opencl-headers
depends = vapoursynth
- depends = opencl-icd-loader
+ depends = ocl-icd
source = knlmeanscl-1.1.1.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.1.1.tar.gz
sha256sums = 9e0df80c64cc48a522f37e3f6e4edafe8eba22c0f78bcc8f54fbfbe9e30aa479
diff --git a/PKGBUILD b/PKGBUILD
index 083163e90338..788607167d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=171379'
license=('GPL')
depends=('vapoursynth'
- 'opencl-icd-loader'
+ 'ocl-icd'
)
makedepends=('git'
'opencl-headers'
@@ -22,7 +22,7 @@ build() {
./configure \
--install=/usr/lib/vapoursynth \
--extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
- --extra-ldflags="${LDFLAGS}"
+ --extra-ldflags="${LDFLAGS//--as-needed,/}"
make
}