Last active
February 14, 2016 16:37
-
-
Save YamashitaRen/2721fb09147b50181e9f to your computer and use it in GitHub Desktop.
vapoursynth-plugin-havsfunc-git-light
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Yamashita Ren | |
# Contributor: Gustavo Alvarez <[email protected]> | |
_plug=havsfunc | |
pkgname=vapoursynth-plugin-${_plug}-git-light | |
pkgver=r21.0.g1c17eda | |
pkgrel=1 | |
pkgdesc="Plugin for Vapoursynth: ${_plug}. (GIT Version, light depends)" | |
arch=('any') | |
url='http://forum.doom9.org/showthread.php?t=166582' | |
license=('GPL') | |
optdepends=('vapoursynth-plugin-addgrain-git' | |
'vapoursynth-plugin-awarpsharp2-git' | |
'vapoursynth-plugin-bilateral-git' | |
'vapoursynth-plugin-ctmf-git' | |
'vapoursynth-plugin-dctfilter-git' | |
'vapoursynth-plugin-deblock-git' | |
'vapoursynth-plugin-dfttest-git' | |
'vapoursynth-plugin-eedi2-git' | |
'vapoursynth-plugin-fft3dfilter-git' | |
'vapoursynth-plugin-flash3kyuu_deband-git' | |
'vapoursynth-plugin-fluxsmooth' | |
'vapoursynth-plugin-fmtconv' | |
'vapoursynth-plugin-genericfilters-git' | |
'vapoursynth-plugin-knlmeanscl' | |
'vapoursynth-plugin-mvtools' | |
'vapoursynth-plugin-nnedi3-git' | |
'vapoursynth-plugin-sangnommod-git' | |
'vapoursynth-plugin-scenechange' | |
'vapoursynth-plugin-temporalsoften-git' | |
) | |
makedepends=('git') | |
provides=("vapoursynth-plugin-${_plug}") | |
conflicts=("vapoursynth-plugin-${_plug}" "vapoursynth-plugin-${_plug}-git") | |
source=("git+https://github.com/HomeOfVapourSynthEvolution/havsfunc.git") | |
sha1sums=('SKIP') | |
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")" | |
pkgver() { | |
cd "${_plug}" | |
echo "$(git describe --long --tags | tr - .)" | |
} | |
package() { | |
install -Dm644 "${_plug}/${_plug}.py" "${pkgdir}${_sites_packages}/${_plug}.py" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment