vapoursynth-mvtools: update to 20.

This commit is contained in:
lemmi 2018-07-14 19:07:31 +02:00
parent 81e5624799
commit f73ea03d97

View file

@ -1,16 +1,16 @@
# Template file for 'vapoursynth-mvtools' # Template file for 'vapoursynth-mvtools'
pkgname=vapoursynth-mvtools pkgname=vapoursynth-mvtools
version=19 version=20
revision=1 revision=1
build_style=gnu-configure build_style=meson
hostmakedepends="automake pkg-config libtool yasm" hostmakedepends="pkg-config libtool nasm"
makedepends="fftw-devel vapoursynth-devel" makedepends="fftw-devel vapoursynth-devel"
short_desc="Set of filters for motion estimation and compensation" short_desc="Set of filters for motion estimation and compensation"
maintainer="lemmi <lemmi@nerd2nerd.org>" maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2" license="GPL-2"
homepage="http://avisynth.org.ru/mvtools/mvtools2.html" homepage="http://avisynth.org.ru/mvtools/mvtools2.html"
distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz" distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz"
checksum=41848bf526f1807e6894513534d5243bbce5b796d798a3cf47f617229d7b6e9e checksum=9a1bc87b9bad6642dd7d69b1b6e200c1d962ef55fc2787581e5d2cb437aa0b23
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
arm*) arm*)
@ -18,10 +18,6 @@ case "$XBPS_TARGET_MACHINE" in
;; ;;
esac esac
pre_configure() {
./autogen.sh
}
post_install() { post_install() {
vdoc readme.rst vdoc readme.rst
vsconf ${FILESDIR}/example.py vsconf ${FILESDIR}/example.py