From owner-svn-ports-head@freebsd.org Fri Dec 23 23:16:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CA13C8EC56; Fri, 23 Dec 2016 23:16:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C11AD28; Fri, 23 Dec 2016 23:16:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBNNFx63090342; Fri, 23 Dec 2016 23:15:59 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBNNFxv5090341; Fri, 23 Dec 2016 23:15:59 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201612232315.uBNNFxv5090341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Fri, 23 Dec 2016 23:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429291 - head/net-im/libpurple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 23:16:00 -0000 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 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