[build] type = "meson" [build.flags] build_dir = "build" configure = ["-Denable_avx512=false"] post_install = [ "cp -dr --no-preserve=ownership ../model $DESTDIR/usr/share" ] source_subdir = "libvmaf" [dependencies] build = [ "meson", "nasm", ] runtime = [ "glibc", "libunwind", "libcxx", ] test = ["vim"] [package] description = "Perceptual video quality assessment algorithm based on multi-method fusion" homepage = "https://github.com/Netflix/vmaf/" license = "BSD-2-Clause-Patent" name = "vmaf" version = "3.0.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/Netflix/vmaf.git#v$version"