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

Joe Marcus Clarke marcus at FreeBSD.org
Fri Dec 23 23:16:00 UTC 2016


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


More information about the svn-ports-all mailing list