Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 23:24:52 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335128 - head/net-im/libpurple
Message-ID:  <201311282324.rASNOqx5061411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Thu Nov 28 23:24:52 2013
New Revision: 335128
URL: http://svnweb.freebsd.org/changeset/ports/335128

Log:
  Make sure gstreamer-plugins-v4l2 is installed if voice/video support is
  enabled.
  
  PR:		183713

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Thu Nov 28 22:36:37 2013	(r335127)
+++ head/net-im/libpurple/Makefile	Thu Nov 28 23:24:52 2013	(r335128)
@@ -119,6 +119,7 @@ CONFIGURE_ARGS+=--disable-gstreamer
 
 .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER}
 LIB_DEPENDS+=	gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2
+USE_GSTREAMER+=	gst_v4l2
 PLIST_SUB+=	VV=""
 .else
 CONFIGURE_ARGS+=--disable-vv



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