vp-build/srcpkgs/vapoursynth-mvtools/template

27 lines
814 B
Bash

# Template file for 'vapoursynth-mvtools'
pkgname=vapoursynth-mvtools
version=20
revision=1
build_style=meson
hostmakedepends="pkg-config libtool nasm"
makedepends="fftw-devel vapoursynth-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=9a1bc87b9bad6642dd7d69b1b6e200c1d962ef55fc2787581e5d2cb437aa0b23
case "$XBPS_TARGET_MACHINE" in
arm*)
broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/15031"
;;
esac
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
vmkdir /usr/lib/vapoursynth
mv ${DESTDIR}/usr/lib/{,vapoursynth/}libmvtools.so
}