svn commit: r550240 - head/net-im/telepathy-qt

Tobias C. Berner tcberner at FreeBSD.org
Sun Sep 27 06:48:02 UTC 2020


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


More information about the svn-ports-all mailing list