void-packages/srcpkgs/vapoursynth-mvtools/template
q66 216b5b4b4e vapoursynth-mvtools: only for x86
The code contains assembly as well as build system paths
that are specifically x86 only.

[ci skip]
2019-12-03 13:42:50 +01:00

21 lines
707 B
Bash

# Template file for 'vapoursynth-mvtools'
pkgname=vapoursynth-mvtools
version=21
revision=1
archs="x86_64* i686*"
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=dc267fce40dd8531a39b5f51075e92dd107f959edb8be567701ca7545ffd35c5
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
vmkdir /usr/lib/vapoursynth
mv ${DESTDIR}/usr/lib/{,vapoursynth/}libmvtools.so
}