summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD28
2 files changed, 34 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e98f725895..13736d20868c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
pkgbase = vapoursynth-plugin-havsfunc-light-git
pkgdesc = Plugin for Vapoursynth: havsfunc. (Optional Depends, GIT Version)
- pkgver = r31.0.g771ef4b
+ pkgver = r32.3.g14b27b5
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
license = GPL
makedepends = git
+ depends = vapoursynth
+ depends = vapoursynth-plugin-adjust-git
+ depends = vapoursynth-plugin-mvsfunc-git
+ optdepends = vapoursynth
optdepends = vapoursynth-plugin-addgrain-git
optdepends = vapoursynth-plugin-awarpsharp2-git
optdepends = vapoursynth-plugin-bilateral-git
@@ -14,18 +18,21 @@ pkgbase = vapoursynth-plugin-havsfunc-light-git
optdepends = vapoursynth-plugin-deblock-git
optdepends = vapoursynth-plugin-dfttest-git
optdepends = vapoursynth-plugin-eedi2-git
- optdepends = vapoursynth-plugin-fft3dfilter-git
+ optdepends = vapoursynth-plugin-eedi3cl-git
optdepends = vapoursynth-plugin-f3kdb-git
optdepends = vapoursynth-plugin-fluxsmooth
- optdepends = vapoursynth-plugin-fmtconv
- optdepends = vapoursynth-plugin-genericfilters-git
+ optdepends = vapoursynth-plugin-fft3dfilter-git
+ optdepends = vapoursynth-plugin-fmtconv-git
+ optdepends = vapoursynth-plugin-hqdn3d-git
optdepends = vapoursynth-plugin-knlmeanscl
- optdepends = vapoursynth-plugin-mvtools
- optdepends = vapoursynth-plugin-mvsfunc-git
+ optdepends = vapoursynth-plugin-mvtools-git
+ optdepends = vapoursynth-plugin-nnedi3_resample-git
optdepends = vapoursynth-plugin-nnedi3-git
- optdepends = vapoursynth-plugin-sangnommod-git
- optdepends = vapoursynth-plugin-scenechange
- optdepends = vapoursynth-plugin-temporalsoften-git
+ optdepends = vapoursynth-plugin-nnedi3cl-git
+ optdepends = vapoursynth-plugin-sangnom
+ optdepends = vapoursynth-plugin-svpflow1
+ optdepends = vapoursynth-plugin-svpflow2-bin
+ optdepends = vapoursynth-plugin-znedi3-git
provides = vapoursynth-plugin-havsfunc
conflicts = vapoursynth-plugin-havsfunc
conflicts = vapoursynth-plugin-havsfunc-git
diff --git a/PKGBUILD b/PKGBUILD
index 465a8f364c5e..937272404429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,18 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}-light-git
-pkgver=r31.0.g771ef4b
+pkgver=r32.3.g14b27b5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}. (Optional Depends, GIT Version)"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
-optdepends=('vapoursynth-plugin-addgrain-git'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-adjust-git'
+ 'vapoursynth-plugin-mvsfunc-git'
+ )
+optdepends=('vapoursynth'
+ 'vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-awarpsharp2-git'
'vapoursynth-plugin-bilateral-git'
'vapoursynth-plugin-ctmf-git'
@@ -17,18 +22,21 @@ optdepends=('vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-deblock-git'
'vapoursynth-plugin-dfttest-git'
'vapoursynth-plugin-eedi2-git'
- 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-eedi3cl-git'
'vapoursynth-plugin-f3kdb-git'
'vapoursynth-plugin-fluxsmooth'
- 'vapoursynth-plugin-fmtconv'
- 'vapoursynth-plugin-genericfilters-git'
+ 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-fmtconv-git'
+ 'vapoursynth-plugin-hqdn3d-git'
'vapoursynth-plugin-knlmeanscl'
- 'vapoursynth-plugin-mvtools'
- 'vapoursynth-plugin-mvsfunc-git'
+ 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-nnedi3_resample-git'
'vapoursynth-plugin-nnedi3-git'
- 'vapoursynth-plugin-sangnommod-git'
- 'vapoursynth-plugin-scenechange'
- 'vapoursynth-plugin-temporalsoften-git'
+ 'vapoursynth-plugin-nnedi3cl-git'
+ 'vapoursynth-plugin-sangnom'
+ 'vapoursynth-plugin-svpflow1'
+ 'vapoursynth-plugin-svpflow2-bin'
+ 'vapoursynth-plugin-znedi3-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")