aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-08 15:33:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-08 19:11:03 +0000
commit817404d72a315cf259a4e7190b670bb6106e0028 (patch)
tree07e5548427948df10615e89de7f55b2133cfa636
parent93c3542baf308046ae79ee8abd3abd32875aab8c (diff)
downloadports-817404d72a315cf259a4e7190b670bb6106e0028.tar.gz
ports-817404d72a315cf259a4e7190b670bb6106e0028.zip
multimedia/vmaf: unbreak built-in models after 1868dedecc9arelease/12.3.0
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null - [...] libvmaf WARNING no such built-in model: "vmaf_v0.6.1" [Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version: vmaf_v0.6.1 [AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf' (cherry picked from commit 355579c2ebff93c22fe8d3bb1004103c4e2154b7)
-rw-r--r--multimedia/vmaf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/vmaf/Makefile b/multimedia/vmaf/Makefile
index b31de2adff0b..6e5b0370a4c7 100644
--- a/multimedia/vmaf/Makefile
+++ b/multimedia/vmaf/Makefile
@@ -1,7 +1,7 @@
PORTNAME= vmaf
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
@@ -13,7 +13,8 @@ LICENSE_NAME= BSD-2-Clause Plus Patent License
LICENSE_FILE= ${WRKSRC:H}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}}
+BUILD_DEPENDS= xxd:editors/vim \
+ ${BUILD_DEPENDS_${ARCH}}
BUILD_DEPENDS_amd64= nasm:devel/nasm
BUILD_DEPENDS_i386= nasm:devel/nasm