23 lines
667 B
Bash
23 lines
667 B
Bash
# Template file for 'vapoutsynth-mvtools'
|
|
pkgname=vapoursynth-mvtools
|
|
version=13
|
|
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"
|
|
checksum=941d204b82a99df837a36a0fbb733fef279a16525fd1676123eedd98a2a097ba
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vdoc readme.rst
|
|
vsconf ${FILESDIR}/example.py
|
|
}
|