summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e441361f6d7..034d9711bd26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
pkgver = r20
- pkgrel = 2
+ pkgrel = 3
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
license = GPL
@@ -20,6 +20,10 @@ pkgbase = vapoursynth-plugin-havsfunc
optdepends = vapoursynth-plugin-bilateral-git: for logoNR function
optdepends = vapoursynth-plugin-fluxsmooth: for logoNR function
optdepends = vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function
+ optdepends = vapoursynth-plugin-awarpsharp2-git: for YAHR function
+ optdepends = vapoursynth-plugin-dctfilter-git: for Deblock_QED function
+ optdepends = vapoursynth-plugin-deblock-git: for Deblock_QED function
+ optdepends = vapoursynth-plugin-sangnommod-git-git: for santiag function
source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r20.7z
sha1sums = db82d7a159ba128219ab796193ca3c8c14daba76
diff --git a/PKGBUILD b/PKGBUILD
index 678d3c3c6caf..bfe6db16e346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r20
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
@@ -23,6 +23,10 @@ optdepends=('vapoursynth-plugin-genericfilters-git: for HQDering function'
'vapoursynth-plugin-bilateral-git: for logoNR function'
'vapoursynth-plugin-fluxsmooth: for logoNR function'
'vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function'
+ 'vapoursynth-plugin-awarpsharp2-git: for YAHR function'
+ 'vapoursynth-plugin-dctfilter-git: for Deblock_QED function'
+ 'vapoursynth-plugin-deblock-git: for Deblock_QED function'
+ 'vapoursynth-plugin-sangnommod-git-git: for santiag function'
)
source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z")
sha1sums=('db82d7a159ba128219ab796193ca3c8c14daba76')