Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 23:15:59 +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: r429291 - head/net-im/libpurple
Message-ID:  <201612232315.uBNNFxv5090341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Fri Dec 23 23:15:59 2016
New Revision: 429291
URL: https://svnweb.freebsd.org/changeset/ports/429291

Log:
  Switch GStreamer dependency to Gst1.
  
  PR:		213892
  Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Fri Dec 23 22:41:30 2016	(r429290)
+++ head/net-im/libpurple/Makefile	Fri Dec 23 23:15:59 2016	(r429291)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.11.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -137,14 +137,14 @@ PLIST_SUB+=		EVO="@comment not installed
 #.endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER+=	core good
+USE_GSTREAMER1+=core good
 .else
 CONFIGURE_ARGS+=--disable-gstreamer
 .endif
 
 .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER}
 LIB_DEPENDS+=	libfarstream-0.2.so:net-im/farstream
-USE_GSTREAMER+=	v4l2
+USE_GSTREAMER1+=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?201612232315.uBNNFxv5090341>