summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-10 02:24:21 +0200
committersL1pKn072021-10-10 02:24:21 +0200
commit52746e662774cf4e7aee3c9216fcb9adfe1ee5c9 (patch)
tree799b10e40d448ea15db9accadf626f8cc41d84fc
parent77921d45ed92abac3e9d330574cdfa5cdae287e9 (diff)
downloadaur-52746e662774cf4e7aee3c9216fcb9adfe1ee5c9.tar.gz
bump
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD22
2 files changed, 36 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1cf4aa31619..3bfec29a3b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,32 @@
pkgbase = vapoursynth-plugin-xvs-git
pkgdesc = Plugin for Vapoursynth: xvs (GIT version)
- pkgver = r9.49eee27
+ pkgver = r18.982b32b
pkgrel = 1
url = https://github.com/xyx98/my-vapoursynth-script
arch = any
license = GPL
makedepends = git
depends = ffms2
+ depends = vapoursynth-plugin-mvsfunc-git
+ depends = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-muvsfunc-git
+ depends = vapoursynth-plugin-mvtools
+ depends = vapoursynth-plugin-fluxsmooth
+ depends = vapoursynth-plugin-muvsfunc-git
+ depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-awarpsharp2-git
+ depends = vapoursynth-plugin-tcanny-git
depends = vapoursynth-plugin-tdeintmod-git
+ depends = vapoursynth-plugin-nnedi3cl-git
+ depends = vapoursynth-plugin-nnedi3-git
+ depends = vapoursynth-plugin-znedi3-git
+ depends = vapoursynth-plugin-eedi2-git
depends = vapoursynth-plugin-dpid-git
depends = vapoursynth-plugin-tonemap-git
- depends = vapoursynth-plugin-lsmashsource-git
+ depends = vapoursynth-plugin-ffms2
+ depends = vapoursynth-plugin-lsmashsource
+ depends = vapoursynth-plugin-knlmeanscl-git
+ depends = vapoursynth-plugin-readmpls-git
provides = vapoursynth-plugin-xvs
conflicts = vapoursynth-plugin-xvs
source = xvs::git+https://github.com/xyx98/my-vapoursynth-script.git
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}")