svn commit: r438845 - head/multimedia/libva

Guido Falsi madpilot at FreeBSD.org
Wed Apr 19 14:31:50 UTC 2017


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 at 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 at 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


More information about the svn-ports-all mailing list