Date: Tue, 10 Sep 2019 06:50:04 +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: r511740 - head/multimedia/webcamoid Message-ID: <201909100650.x8A6o4px061291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100650.x8A6o4px061291>