Date: Fri, 20 Dec 2019 04:15:37 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520460 - head/multimedia/cmrtlib Message-ID: <201912200415.xBK4Fbqc086072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Dec 20 04:15:37 2019 New Revision: 520460 URL: https://svnweb.freebsd.org/changeset/ports/520460 Log: multimedia/cmrtlib: build in parallel with media-driver Modified: head/multimedia/cmrtlib/Makefile (contents, props changed) Modified: head/multimedia/cmrtlib/Makefile ============================================================================== --- head/multimedia/cmrtlib/Makefile Fri Dec 20 03:24:07 2019 (r520459) +++ head/multimedia/cmrtlib/Makefile Fri Dec 20 04:15:37 2019 (r520460) @@ -3,6 +3,7 @@ PORTNAME= cmrtlib DISTVERSIONPREFIX= intel-media- DISTVERSION= 19.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +16,6 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported LIB_DEPENDS= libva.so:multimedia/libva -RUN_DEPENDS= libva-intel-media-driver>=${PORTVERSION}:multimedia/libva-intel-media-driver USES= cmake compiler:c++11-lib pkgconfig USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200415.xBK4Fbqc086072>