Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2021 17:39:34 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 355579c2ebff - main - multimedia/vmaf: unbreak built-in models after 1868dedecc9a
Message-ID:  <202111081739.1A8HdYTi042473@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=355579c2ebff93c22fe8d3bb1004103c4e2154b7

commit 355579c2ebff93c22fe8d3bb1004103c4e2154b7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-08 15:33:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-08 17:33:41 +0000

    multimedia/vmaf: unbreak built-in models after 1868dedecc9a
    
    $ 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'
---
 multimedia/vmaf/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/multimedia/vmaf/Makefile b/multimedia/vmaf/Makefile
index 858fb804d5c2..c717d0fe716e 100644
--- a/multimedia/vmaf/Makefile
+++ b/multimedia/vmaf/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	vmaf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.3.0
-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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111081739.1A8HdYTi042473>