[build] type = "autotools" [build.flags] configure = ["--disable-static"] post_install = ["install -Dm 644 ../vapoursynth.xml -t $DESTDIR/usr/share/mime/packages/"] [dependencies] build = [ "cython", "python-sphinx", ] runtime = [ "zimg", "python", ] [[manual_sources]] file = "vapoursynth.xml" [package] description = "video processing framework with the future in mind" homepage = "http://www.vapoursynth.com/" license = [ "OFL", "LGPL-2.1-or-Later", ] name = "vapoursynth" version = "73" [[source]] extract_dir = "$name-$version" post_extract = ["./autogen.sh"] url = "https://github.com/vapoursynth/vapoursynth.git#R$version"