Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 00:48:53 +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: r548930 - head/net-im/zoom
Message-ID:  <202009190048.08J0mr3e026879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 00:48:53 2020
New Revision: 548930
URL: https://svnweb.freebsd.org/changeset/ports/548930

Log:
  net-im/zoom: Add missing dependencies
  
  Also add to pkg-message.
  
  Tip from:	Lucas Holt <luke@foolishgames.com> (about dependency)

Modified:
  head/net-im/zoom/Makefile
  head/net-im/zoom/pkg-message

Modified: head/net-im/zoom/Makefile
==============================================================================
--- head/net-im/zoom/Makefile	Sat Sep 19 00:46:05 2020	(r548929)
+++ head/net-im/zoom/Makefile	Sat Sep 19 00:48:53 2020	(r548930)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zoom
 DISTVERSION=	5.2.458699.0906
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 MASTER_SITES=	https://zoom.us/client/${DISTVERSION}/
 PKGNAMESUFFIX=	-video-conferencing-client
@@ -15,7 +16,7 @@ RUN_DEPENDS=	linux-c7-xcb-util-image>0:x11/linux-c7-xc
 		linux-c7-xcb-util>0:x11/linux-c7-xcb-util
 
 USES=		desktop-file-utils linux tar:xz
-USE_LINUX=	alsalib alsa-plugins-oss dbuslibs libglvnd xorglibs
+USE_LINUX=	alsalib alsa-plugins-oss atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 gtk3 libdrm libglvnd pango pulseaudio-libs xorglibs
 
 NO_BUILD=	yes
 

Modified: head/net-im/zoom/pkg-message
==============================================================================
--- head/net-im/zoom/pkg-message	Sat Sep 19 00:46:05 2020	(r548929)
+++ head/net-im/zoom/pkg-message	Sat Sep 19 00:48:53 2020	(r548930)
@@ -22,6 +22,9 @@ In order to run Zoom you need:
    webcamd_enable="YES"
    webcamd_flags="-H"
 
+Zoom stores configuration values in ~/.config/zoomus.conf, some
+of which you can adjust.
+
 EOM
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190048.08J0mr3e026879>