summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-12 16:41:17 +0100
committersl1pkn072015-11-12 16:41:17 +0100
commit775d121238fe9fb2a07ea1c1c35de5956252012a (patch)
tree3376bc2b5bdabfbcc9c12d83bcd3ccbbcb56334f
parent31f0432491491f8bb6678cfa7987865fa11edd8f (diff)
downloadaur-775d121238fe9fb2a07ea1c1c35de5956252012a.tar.gz
fix arch=() and add optdepends=()
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8b9f046848..1e441361f6d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,25 @@
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
pkgver = r20
- pkgrel = 1
+ pkgrel = 2
url = http://forum.doom9.org/showthread.php?t=166582
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
depends = vapoursynth
+ optdepends = vapoursynth-plugin-genericfilters-git: for HQDering function
+ optdepends = vapoursynth-plugin-ctmf-git: for HQDeringmod function
+ optdepends = vapoursynth-plugin-mvtools: for QTGMC, GrainStabilizeMC and LSFmod function
+ optdepends = vapoursynth-plugin-nnedi3: for QTGMC function
+ optdepends = vapoursynth-plugin-fmtconv: for QTGMC function
+ optdepends = vapoursynth-plugin-scenechange: for QTGMC function
+ optdepends = vapoursynth-plugin-fft3dfilter-git: for QTGMC function (optional)
+ optdepends = vapoursynth-plugin-dfttest-git: for QTGMC function (optional)
+ optdepends = vapoursynth-plugin-knlmeanscl: for QTGMC function (optional)
+ optdepends = vapoursynth-plugin-addgrain-git: for QTGMC function (optional)
+ optdepends = vapoursynth-plugin-bilateral-git: for logoNR function
+ optdepends = vapoursynth-plugin-fluxsmooth: for logoNR function
+ optdepends = vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function
source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r20.7z
sha1sums = db82d7a159ba128219ab796193ca3c8c14daba76
diff --git a/PKGBUILD b/PKGBUILD
index e0dcc831b13e..678d3c3c6caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,27 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r20
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug}"
-arch=('i686' 'x86_64')
+arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
+optdepends=('vapoursynth-plugin-genericfilters-git: for HQDering function'
+ 'vapoursynth-plugin-ctmf-git: for HQDeringmod function'
+ 'vapoursynth-plugin-mvtools: for QTGMC, GrainStabilizeMC and LSFmod function'
+ 'vapoursynth-plugin-nnedi3: for QTGMC function'
+ 'vapoursynth-plugin-fmtconv: for QTGMC function'
+ 'vapoursynth-plugin-scenechange: for QTGMC function'
+ 'vapoursynth-plugin-fft3dfilter-git: for QTGMC function (optional)'
+ 'vapoursynth-plugin-dfttest-git: for QTGMC function (optional)'
+ 'vapoursynth-plugin-knlmeanscl: for QTGMC function (optional)'
+ 'vapoursynth-plugin-addgrain-git: for QTGMC function (optional)'
+ 'vapoursynth-plugin-bilateral-git: for logoNR function'
+ 'vapoursynth-plugin-fluxsmooth: for logoNR function'
+ 'vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function'
+ )
source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z")
sha1sums=('db82d7a159ba128219ab796193ca3c8c14daba76')