svn commit: r335128 - head/net-im/libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Thu Nov 28 23:24:52 UTC 2013


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


More information about the svn-ports-head mailing list