summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2020-12-26 13:30:20 +0000
committerDaniel Bermond2020-12-26 13:30:20 +0000
commit9d4b6af580bede452d51e5f53753f02cf7ece3ef (patch)
treecd7817edae09ba42f4a1e5ae982611a8f47bf6d1 /.SRCINFO
parent764538af807591d83f8825a3936abfbb9835e16b (diff)
downloadaur-9d4b6af580bede452d51e5f53753f02cf7ece3ef.tar.gz
Fix tests
It looks like that vmaf needs vim during build time for correctly handling the built-in models, as it searchs for the 'xxd' command (provided by vim) during the meson configuration. Without vim ('xxd' command), the test 'test_model' fails to run.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ea3ff1c486..79f4bbf00cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = vmaf-git
pkgdesc = Perceptual video quality assessment algorithm based on multi-method fusion (git version)
pkgver = 2.0.0.r27.g9f5ecc65
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Netflix/vmaf/
arch = x86_64
license = BSD
makedepends = git
makedepends = meson
makedepends = nasm
+ makedepends = vim
+ makedepends = doxygen
depends = gcc-libs
provides = vmaf
provides = libvmaf-git
@@ -15,9 +17,7 @@ pkgbase = vmaf-git
conflicts = libvmaf-git
replaces = libvmaf-git
source = git+https://github.com/Netflix/vmaf.git
- source = 010-vmaf-skip-test_model.patch
sha256sums = SKIP
- sha256sums = dcdf877aa1d21d635ec003b0c703343f30dfb772e1f9033a2708e0fc3726f39f
pkgname = vmaf-git