Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 05:02:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563991 - head/net-im/ekiga
Message-ID:  <202102040502.11452dHv032601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Feb  4 05:02:38 2021
New Revision: 563991
URL: https://svnweb.freebsd.org/changeset/ports/563991

Log:
  net-im/ekiga: remove gstreamer option
  
  This option was anyway not hooked to the framework so not usable by end
  users

Modified:
  head/net-im/ekiga/Makefile

Modified: head/net-im/ekiga/Makefile
==============================================================================
--- head/net-im/ekiga/Makefile	Thu Feb  4 04:59:46 2021	(r563990)
+++ head/net-im/ekiga/Makefile	Thu Feb  4 05:02:38 2021	(r563991)
@@ -39,9 +39,8 @@ EVOLUTION_DESC=	Evolution data server support
 GNOMEHELP_DESC=	Build Ekiga help files
 
 #OPTIONS_GROUP=	EXP
-#OPTIONS_GROUP_EXP=	GSTREAMER XCAP LOUDMOUTH
+#OPTIONS_GROUP_EXP=	XCAP LOUDMOUTH
 EXP_DESC=	Experimental features
-GSTREAMER_DESC=	Gstreamer support
 XCAP_DESC=	Remote contact storage via HTTP in xml format
 LOUDMOUTH_DESC=	XMPP (jabber) support
 
@@ -51,14 +50,7 @@ LOUDMOUTH_DESC=	XMPP (jabber) support
 
 PLIST_SUB+=	VERSION=${PORTVERSION}
 
-CONFIGURE_ARGS+=--disable-kde --disable-kab
-
-.if ${PORT_OPTIONS:MGSTREAMER}
-CONFIGURE_ARGS+=--enable-gstreamer
-USE_GSTREAMER=	yes
-.else
-CONFIGURE_ARGS+=--disable-gstreamer
-.endif
+CONFIGURE_ARGS+=--disable-kde --disable-kab --disable-gstreamer
 
 .if ${PORT_OPTIONS:MXCAP}
 CONFIGURE_ARGS+=--enable-xcap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102040502.11452dHv032601>