diff options
-rw-r--r-- | .SRCINFO | 38 | ||||
-rw-r--r-- | PKGBUILD | 39 |
2 files changed, 39 insertions, 38 deletions
@@ -1,37 +1,37 @@ pkgbase = vapoursynth-plugin-havsfunc pkgdesc = Plugin for Vapoursynth: havsfunc pkgver = r33 - pkgrel = 2 + pkgrel = 3 url = https://github.com/HomeOfVapourSynthEvolution/havsfunc arch = any license = GPL - makedepends = git depends = vapoursynth - depends = vapoursynth-plugin-adjust-git - depends = vapoursynth-plugin-mvsfunc-git - optdepends = vapoursynth-plugin-addgrain-git - optdepends = vapoursynth-plugin-awarpsharp2-git - optdepends = vapoursynth-plugin-bilateral-git - optdepends = vapoursynth-plugin-ctmf-git - optdepends = vapoursynth-plugin-dctfilter-git - optdepends = vapoursynth-plugin-dfttest-git - optdepends = vapoursynth-plugin-eedi2-git + depends = vapoursynth-plugin-vsutil + depends = vapoursynth-plugin-mvsfunc + optdepends = vapoursynth-plugin-adjust + optdepends = vapoursynth-plugin-addgrain + optdepends = vapoursynth-plugin-awarpsharp2 + optdepends = vapoursynth-plugin-bilateral + optdepends = vapoursynth-plugin-ctmf + optdepends = vapoursynth-plugin-dctfilter + optdepends = vapoursynth-plugin-dfttest + optdepends = vapoursynth-plugin-eedi2 optdepends = vapoursynth-plugin-deblock - optdepends = vapoursynth-plugin-eedi3cl-git - optdepends = vapoursynth-plugin-fft3dfilter-git + optdepends = vapoursynth-plugin-eedi3m + optdepends = vapoursynth-plugin-fft3dfilter optdepends = vapoursynth-plugin-f3kdb optdepends = vapoursynth-plugin-fluxsmooth optdepends = vapoursynth-plugin-fmtconv optdepends = vapoursynth-plugin-knlmeanscl optdepends = vapoursynth-plugin-mvtools - optdepends = vapoursynth-plugin-nnedi3_resample-git - optdepends = vapoursynth-plugin-nnedi3-git - optdepends = vapoursynth-plugin-nnedi3cl-git - optdepends = vapoursynth-plugin-sangnom-hg + optdepends = vapoursynth-plugin-nnedi3_resample + optdepends = vapoursynth-plugin-nnedi3 + optdepends = vapoursynth-plugin-nnedi3cl + optdepends = vapoursynth-plugin-sangnom optdepends = vapoursynth-plugin-svpflow1 optdepends = vapoursynth-plugin-svpflow2-bin - optdepends = vapoursynth-plugin-ttempsmooth-git - optdepends = vapoursynth-plugin-znedi3-git + optdepends = vapoursynth-plugin-ttempsmooth + optdepends = vapoursynth-plugin-znedi3 provides = vapoursynth-plugin-havsfunc conflicts = vapoursynth-plugin-havsfunc-git source = havsfunc-r33.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r33.tar.gz @@ -4,38 +4,39 @@ _plug=havsfunc pkgname=vapoursynth-plugin-${_plug} pkgver=r33 -pkgrel=2 +pkgrel=3 pkgdesc="Plugin for Vapoursynth: ${_plug}" arch=('any') url='https://github.com/HomeOfVapourSynthEvolution/havsfunc' license=('GPL') depends=('vapoursynth' - 'vapoursynth-plugin-adjust-git' - 'vapoursynth-plugin-mvsfunc-git') -optdepends=('vapoursynth-plugin-addgrain-git' - 'vapoursynth-plugin-awarpsharp2-git' - 'vapoursynth-plugin-bilateral-git' - 'vapoursynth-plugin-ctmf-git' - 'vapoursynth-plugin-dctfilter-git' - 'vapoursynth-plugin-dfttest-git' - 'vapoursynth-plugin-eedi2-git' + 'vapoursynth-plugin-vsutil' + 'vapoursynth-plugin-mvsfunc') +optdepends=('vapoursynth-plugin-adjust' + 'vapoursynth-plugin-addgrain' + 'vapoursynth-plugin-awarpsharp2' + 'vapoursynth-plugin-bilateral' + 'vapoursynth-plugin-ctmf' + 'vapoursynth-plugin-dctfilter' + 'vapoursynth-plugin-dfttest' + 'vapoursynth-plugin-eedi2' 'vapoursynth-plugin-deblock' - 'vapoursynth-plugin-eedi3cl-git' - 'vapoursynth-plugin-fft3dfilter-git' + 'vapoursynth-plugin-eedi3m' + 'vapoursynth-plugin-fft3dfilter' 'vapoursynth-plugin-f3kdb' 'vapoursynth-plugin-fluxsmooth' 'vapoursynth-plugin-fmtconv' 'vapoursynth-plugin-knlmeanscl' 'vapoursynth-plugin-mvtools' - 'vapoursynth-plugin-nnedi3_resample-git' - 'vapoursynth-plugin-nnedi3-git' - 'vapoursynth-plugin-nnedi3cl-git' - 'vapoursynth-plugin-sangnom-hg' + 'vapoursynth-plugin-nnedi3_resample' + 'vapoursynth-plugin-nnedi3' + 'vapoursynth-plugin-nnedi3cl' + 'vapoursynth-plugin-sangnom' 'vapoursynth-plugin-svpflow1' 'vapoursynth-plugin-svpflow2-bin' - 'vapoursynth-plugin-ttempsmooth-git' - 'vapoursynth-plugin-znedi3-git') -makedepends=('git') + 'vapoursynth-plugin-ttempsmooth' + 'vapoursynth-plugin-znedi3') + provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}-git") source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz") |