Date: Thu, 21 Dec 2017 02:23:31 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456881 - head/multimedia/webcamoid Message-ID: <201712210223.vBL2NVS3071273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Dec 21 02:23:31 2017 New Revision: 456881 URL: https://svnweb.freebsd.org/changeset/ports/456881 Log: multimedia/webcamoid: Added the missing runtime dependency on qt5-quickcontrols PR: 224493 Submitted by: jbeich Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13565 Modified: head/multimedia/webcamoid/Makefile Modified: head/multimedia/webcamoid/Makefile ============================================================================== --- head/multimedia/webcamoid/Makefile Thu Dec 21 01:53:59 2017 (r456880) +++ head/multimedia/webcamoid/Makefile Thu Dec 21 02:23:31 2017 (r456881) @@ -2,7 +2,7 @@ PORTNAME= webcamoid DISTVERSION= 8.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes USE_GNOME= glib20 USE_GSTREAMER1= yes USE_GL= gl -USE_QT5= concurrent core gui multimedia network opengl qml quick svg widgets buildtools_build +USE_QT5= concurrent core gui multimedia network opengl qml quick svg widgets 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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712210223.vBL2NVS3071273>