git: 4d3a301d9493 - main - net-im/libpurple: Revert gstreamer reversion

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Sun, 01 May 2022 18:55:45 UTC
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3a301d949328a7284dfdd922833d5b60bf5fd6

commit 4d3a301d949328a7284dfdd922833d5b60bf5fd6
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2022-05-01 18:54:36 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-05-01 18:55:27 +0000

    net-im/libpurple: Revert gstreamer reversion
    
    My commit and Tobias' crossed like ships in the night.
---
 net-im/libpurple/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index c07cd12c6c87..fb7118836367 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.14.9
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -129,14 +129,15 @@ PLIST_SUB+=		EVO="@comment not installed: "
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER1+=core good
+USES+=		gstreamer
+USE_GSTREAMER+=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_GSTREAMER1+=v4l2
+USE_GSTREAMER+=v4l2
 PLIST_SUB+=	VV=""
 .else
 CONFIGURE_ARGS+=--disable-vv