svn commit: r511740 - head/multimedia/webcamoid

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 10 06:50:04 UTC 2019


Author: yuri
Date: Tue Sep 10 06:50:03 2019
New Revision: 511740
URL: https://svnweb.freebsd.org/changeset/ports/511740

Log:
  multimedia/webcamoid: Add missing runtime dependency x11-toolkits/qt5-quickcontrols
  
  This has been committed once, in rev.456881, but it was later lost with some other commit.
  
  PR:		224493
  Reported by:	jbeich,  Aaron Farias <timido at ubuntu.com>

Modified:
  head/multimedia/webcamoid/Makefile

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Tue Sep 10 06:33:47 2019	(r511739)
+++ head/multimedia/webcamoid/Makefile	Tue Sep 10 06:50:03 2019	(r511740)
@@ -2,7 +2,7 @@
 
 PORTNAME=	webcamoid
 DISTVERSION=	8.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -23,7 +23,8 @@ USE_GITHUB=	yes
 USE_GNOME=	glib20
 USE_GSTREAMER1=	yes
 USE_GL=		gl
-USE_QT=		concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml buildtools_build
+USE_QT=		concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml \
+		buildtools_build quickcontrols_run
 
 MAKE_ENV=	NOOSS=1 # NOOSS is because the OSS module attempts to use kevent on OSS devices, which is broken in the base
 QMAKE_ARGS=	INSTALLQMLDIR=${QT_QMLDIR} \


More information about the svn-ports-all mailing list