Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 06:48:02 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550240 - head/net-im/telepathy-qt
Message-ID:  <202009270648.08R6m2jK063616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Sep 27 06:48:01 2020
New Revision: 550240
URL: https://svnweb.freebsd.org/changeset/ports/550240

Log:
  net-im/telepathy-qt: "switch" to gstreamer1
  
  - the port was already picking up gstreamer1, as it was
    installed through dependencies.
  - this reduces the number of ports which still "seem" to use
    gstreamer0 by 1
  
  Reported by:	bapt

Modified:
  head/net-im/telepathy-qt/Makefile

Modified: head/net-im/telepathy-qt/Makefile
==============================================================================
--- head/net-im/telepathy-qt/Makefile	Sun Sep 27 06:24:48 2020	(r550239)
+++ head/net-im/telepathy-qt/Makefile	Sun Sep 27 06:48:01 2020	(r550240)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telepathy-qt
 DISTVERSION=	0.9.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	https://telepathy.freedesktop.org/releases/${PORTNAME}/
 PKGNAMESUFFIX=	5
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_bindings.so:de
 USES=		cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \
 		pkgconfig python:3.5+,build qt:5
 USE_GNOME=	glib20 libxslt:build
-USE_GSTREAMER=	yes
+USE_GSTREAMER1=	yes
 USE_LDCONFIG=	yes
 USE_QT=		core dbus gui network xml \
 		buildtools_build qmake_build testlib_build widgets_build



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