Date: Sun, 16 Oct 2022 00:20:57 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d3ee5942956 - main - security/authenticator: re-enable camera after 7f9937ae4015 Message-ID: <202210160020.29G0KvvW069168@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3ee5942956f5860500cc117d48daf5684b62fa commit 5d3ee5942956f5860500cc117d48daf5684b62fa Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-16 00:16:46 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-16 00:18:09 +0000 security/authenticator: re-enable camera after 7f9937ae4015 --- security/authenticator/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 6cfdcadfa8df..488dfc35e77a 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -13,11 +13,12 @@ BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libzbar.so:graphics/zbar \ libpipewire-0.3.so:multimedia/pipewire +RUN_DEPENDS= ${LOCALBASE}/lib/gstreamer-1.0/libgstgtk4.so:multimedia/gstreamer1-plugins-rust USES= cargo desktop-file-utils gettext gnome gstreamer meson pkgconfig sqlite ssl USE_GITLAB= yes USE_GNOME= gdkpixbuf2 gtk40 libadwaita -USE_GSTREAMER= zbar # XXX gtk4paintablesink +USE_GSTREAMER= zbar GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World GL_PROJECT= Authenticator
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210160020.29G0KvvW069168>