summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 19 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a7dca0a8e57..8c82abf34e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,35 @@
_plug=xvs
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r9.49eee27
+pkgver=r18.982b32b
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/xyx98/my-vapoursynth-script'
license=('GPL')
depends=('ffms2'
+ 'vapoursynth-plugin-mvsfunc-git'
+ 'vapoursynth-plugin-havsfunc'
'vapoursynth-plugin-muvsfunc-git'
- # vsfiltermod not work in linux :( https://github.com/sorayuki/VSFilterMod
+ 'vapoursynth-plugin-mvtools'
+ 'vapoursynth-plugin-fluxsmooth'
+ 'vapoursynth-plugin-muvsfunc-git'
+# 'vapoursynth-plugin-vsfilter-git' # windows only
+# 'vapoursynth-plugin-vsfiltermod-git' # windows only
+ 'vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-awarpsharp2-git'
+ 'vapoursynth-plugin-tcanny-git'
'vapoursynth-plugin-tdeintmod-git'
+ 'vapoursynth-plugin-nnedi3cl-git'
+ 'vapoursynth-plugin-nnedi3-git'
+ 'vapoursynth-plugin-znedi3-git'
+ 'vapoursynth-plugin-eedi2-git'
'vapoursynth-plugin-dpid-git'
'vapoursynth-plugin-tonemap-git'
- 'vapoursynth-plugin-lsmashsource-git'
+ 'vapoursynth-plugin-ffms2'
+ 'vapoursynth-plugin-lsmashsource'
+ 'vapoursynth-plugin-knlmeanscl-git'
+ 'vapoursynth-plugin-readmpls-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")