Port details |
- zoom Zoom videoconferencing client (CAVEAT: Sound doesn't yet work)
- 5.3.465578.0920_1 net-im =2 5.3.465578.0920_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-09-18 18:10:08
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net-p2p
- License: not specified in port
- WWW:
- https://zoom.us/
- Description:
- Zoom is a free videotelephony software program.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zoom-video-conferencing-client>0:net-im/zoom
- To install the port:
- cd /usr/ports/net-im/zoom/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/zoom
- pkg install zoom-video-conferencing-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zoom-video-conferencing-client
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1600856448
SHA256 (zoom_x86_64.pkg.tar.xz) = 1739c1d878da1b555a69ad1cfb2783c5c90a2fafec88ef67cdb93fad394e65ea
SIZE (zoom_x86_64.pkg.tar.xz) = 40155844
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Runtime dependencies:
-
- linux-c7-xcb-util-image>0 : x11/linux-c7-xcb-util-image
- linux-c7-xcb-util-keysyms>0 : x11/linux-c7-xcb-util-keysyms
- linux-c7-xcb-util>0 : x11/linux-c7-xcb-util
- update-desktop-database : devel/desktop-file-utils
- linux-c7-alsa-lib>0 : audio/linux-c7-alsa-lib
- linux-c7-alsa-plugins-oss>0 : audio/linux-c7-alsa-plugins-oss
- linux-c7-atk>0 : accessibility/linux-c7-atk
- linux-c7-cairo-gobject>0 : graphics/linux-c7-cairo-gobject
- linux-c7-dbus-libs>0 : devel/linux-c7-dbus-libs
- linux-c7-fontconfig>0 : x11-fonts/linux-c7-fontconfig
- linux-c7-freetype>0 : print/linux-c7-freetype
- linux-c7-gdk-pixbuf2>0 : graphics/linux-c7-gdk-pixbuf2
- linux-c7-gtk3>0 : x11-toolkits/linux-c7-gtk3
- linux-c7-libdrm>0 : graphics/linux-c7-libdrm
- linux-c7-libglvnd>0 : graphics/linux-c7-libglvnd
- linux-c7-pango>0 : x11-toolkits/linux-c7-pango
- linux-c7-xorg-libs>=7.7_7 : x11/linux-c7-xorg-libs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zoom-video-conferencing-client-5.3.465578.0920_1:
====> Install OpenGL libraries for your system:: you can only select none or one of them
LINUX_NVIDIA_LIBS=off: NVidia libraries x11/linux-nvidia-libs
LINUX_NVIDIA_LIBS_304=off: NVidia libraries x11/linux-nvidia-libs-304
LINUX_NVIDIA_LIBS_340=off: NVidia libraries x11/linux-nvidia-libs-340
LINUX_NVIDIA_LIBS_390=off: NVidia libraries x11/linux-nvidia-libs-390
===> Use 'make config' to modify these settings
- Options name:
- net-im_zoom
- USES:
- cpe desktop-file-utils linux tar:xz
- pkg-message:
- For install:
- You installed Zoom: A video conferencing client.
CAVEAT: Sound doesn't yet work in Zoom on FreeBSD.
In order to run Zoom you need:
1. Linux emulation enabled. For this you should execute:
# sysrc linux_enable=YES
and reboot and/or execute:
# kldload linux
2. Have devfs mounted for the Linux emulator.
For this you should execute:
# mount -t devfs none /compat/linux/dev
and reboot and/or add this line to /etc/fstab:
devfs /compat/linux/dev devfs rw 0 0
3. Have Linux OpenGL package for your video card is installed.
It could be one of linux-nvidia-libs*, etc.
Enable a port option corresponding to your OpenGL driver, if applicable.
Try running with LIBGL_ALWAYS_SOFTWARE=1 if zoom crashes because of OpenGL.
4. Have multimedia/webcamd installed and running. The usual way to
start webcamd is to have these two lines in /etc/rc.conf:
webcamd_enable="YES"
webcamd_flags="-H"
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
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3.465578.0920_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3.465578.0920_1 19 Oct 2021 11:14:40 |
Stefan Eßer (se) |
net-im/zoom: Add CPE information
Approved by: portmgr (blanket) |
5.3.465578.0920_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.3.465578.0920_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3.465578.0920_1 28 Sep 2020 23:30:43 |
yuri |
net-im/zoom: Add options for OpenGL libraries to install for user convenience |
5.3.465578.0920 23 Sep 2020 16:56:18 |
yuri |
net-im/zoom: Update 5.2.458699.0906 -> 5.3.465578.0920 |
5.2.458699.0906_3 22 Sep 2020 16:18:47 |
yuri |
net-im/zoom: Move from /opt to ${LINUXBASE}/opt
Suggested by: bapt |
5.2.458699.0906_2 19 Sep 2020 16:41:46 |
yuri |
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> |
5.2.458699.0906_1 19 Sep 2020 00:48:53 |
yuri |
net-im/zoom: Add missing dependencies
Also add to pkg-message.
Tip from: Lucas Holt <luke@foolishgames.com> (about dependency) |
5.2.458699.0906 18 Sep 2020 18:09:29 |
yuri |
New port: net-im/zoom: Zoom videoconferencing client
Sound doesn't work yet. It seems that Zoom has some bug and
doesn't show audio devices that the ALSA interface returns
to it. Hopefully this will be fixed by Zoom.
Lack of sound severely limits its usability, but it can still be
useful in these situations:
* A particular Zoom conference isn't supported through the web interface.
At least video can be watched in such case, vs. nothing at all.
* Video or chat aren't displayed properly through the web interface,
and this client can be used to augment the experience.
Installing it into /opt because the /opt/zoom path is hardcoded
into the binary.
Zoom didn't define any license or terms of use for their binaries.
It is just a free download with a single click. |