Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 16:41:46 +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: r549039 - head/net-im/zoom
Message-ID:  <202009191641.08JGfkEp029169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 16:41:46 2020
New Revision: 549039
URL: https://svnweb.freebsd.org/changeset/ports/549039

Log:
  net-im/zoom: Remove the PulseAudio dependency and explain in pkg-message how to choose audio backend
  
  PR:		249455
  Reported by:	VDD <vvd@unislabs.com>

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 16:40:50 2020	(r549038)
+++ head/net-im/zoom/Makefile	Sat Sep 19 16:41:46 2020	(r549039)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zoom
 DISTVERSION=	5.2.458699.0906
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im net-p2p
 MASTER_SITES=	https://zoom.us/client/${DISTVERSION}/
 PKGNAMESUFFIX=	-video-conferencing-client
@@ -16,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 atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 gtk3 libdrm libglvnd pango pulseaudio-libs xorglibs
+USE_LINUX=	alsalib alsa-plugins-oss atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 gtk3 libdrm libglvnd pango xorglibs # pulseaudio-libs (asserts under the linux emulator)
 
 NO_BUILD=	yes
 

Modified: head/net-im/zoom/pkg-message
==============================================================================
--- head/net-im/zoom/pkg-message	Sat Sep 19 16:40:50 2020	(r549038)
+++ head/net-im/zoom/pkg-message	Sat Sep 19 16:41:46 2020	(r549039)
@@ -25,6 +25,10 @@ In order to run Zoom you need:
 Zoom stores configuration values in ~/.config/zoomus.conf, some
 of which you can adjust.
 
+If you have linux-c7-pulseaudio-libs or linux-c7-alsa-plugins-pulseaudio
+installed and zoom asserts in pulseaudio, please change system.audio.type
+to "alsa" in ~/.config/zoomus.conf
+
 EOM
 }
 ]



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