summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-08-29 20:55:53 +0200
committersL1pKn072021-08-29 20:55:53 +0200
commit67904474d91b6b6e31538a3bd9994f52d5e53ec4 (patch)
treea8fa9c5c6ef3eb2aa8f17f37af06df383444cb72
parent0836c74ac758a7a896f6ff00e751d0076c9e356f (diff)
downloadaur-67904474d91b6b6e31538a3bd9994f52d5e53ec4.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4908191a00a6..5b5ec61c5b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = vapoursynth-plugin-bilateralgpu-git
license = GPL
makedepends = git
makedepends = cmake
- makedepends = gcc10
depends = vapoursynth
depends = cuda
provides = vapoursynth-plugin-bilateralgpu
diff --git a/PKGBUILD b/PKGBUILD
index 05281e206244..f8f310df36de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ depends=('vapoursynth'
)
makedepends=('git'
'cmake'
- 'gcc10'
)
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
@@ -35,7 +34,6 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CUDA_FLAGS="--threads 0 --use_fast_math -Wno-deprecated-gpu-targets" \
- -DCMAKE_CUDA_HOST_COMPILER=/usr/bin/gcc-10 \
-DVAPOURSYNTH_INCLUDE_DIRECTORY=/usr/include/vapoursynth \
-DCMAKE_SKIP_RPATH=ON