2016-04-07 16:35:37 +00:00
|
|
|
# Template file for 'vapoutsynth-mvtools'
|
|
|
|
pkgname=vapoursynth-mvtools
|
2016-07-10 09:04:19 +00:00
|
|
|
version=16
|
2016-04-07 16:35:37 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake pkg-config libtool yasm"
|
|
|
|
makedepends="fftw-devel vapoursynth-devel zimg-devel"
|
|
|
|
short_desc="Set of filters for motion estimation and compensation"
|
|
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://avisynth.org.ru/mvtools/mvtools2.html"
|
|
|
|
distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz"
|
2016-07-10 09:04:19 +00:00
|
|
|
checksum=22232d5684bf144408ed0e463e2475a90d7ea9e9c7f3c13b92f60452037b07b3
|
2016-04-07 16:35:37 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vdoc readme.rst
|
|
|
|
vsconf ${FILESDIR}/example.py
|
|
|
|
}
|