Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 14:31:49 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438845 - head/multimedia/libva
Message-ID:  <201704191431.v3JEVnGQ027855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Apr 19 14:31:49 2017
New Revision: 438845
URL: https://svnweb.freebsd.org/changeset/ports/438845

Log:
  Add a v4l_compat as RUN_DEPENDS too, as dri requires include files
  from this port when including optional VAAPI support.
  
  PR:		218642
  Submitted by:	Eric Camachat <eric@camachat.org>
  Suggested by:	jhale@

Modified:
  head/multimedia/libva/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Wed Apr 19 14:15:29 2017	(r438844)
+++ head/multimedia/libva/Makefile	Wed Apr 19 14:31:49 2017	(r438845)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libva
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	madpilot@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
+RUN_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libdrm.so:graphics/libdrm
 
 USES=		autoreconf gmake libtool localbase pkgconfig tar:bzip2



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