summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f5923e83073c12fc7c2a31c808ebd7560950a58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>

_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r20
pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug}"
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'
            '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: for santiag function'
            )
source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z")
sha1sums=('db82d7a159ba128219ab796193ca3c8c14daba76')

_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"

package() {
  install -Dm644 "${_plug}.py" "${pkgdir}${_sites_packages}/${_plug}.py"
}