svn commit: r456881 - head/multimedia/webcamoid
Yuri Victorovich
yuri at FreeBSD.org
Thu Dec 21 02:23:32 UTC 2017
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 at 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} \
More information about the svn-ports-all
mailing list