svn commit: r549039 - head/net-im/zoom

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 19 16:41:47 UTC 2020


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 at 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
 }
 ]


More information about the svn-ports-all mailing list