Package Details: zoom 6.2.10-1

Git Clone URL: https://aur.archlinux.org/zoom.git (read-only, click to copy)
Package Base: zoom
Description: Video Conferencing and Web Conferencing Service
Upstream URL: https://zoom.us/
Keywords: call conference meeting video
Licenses: LicenseRef-zoom
Submitter: edh
Maintainer: edh
Last Packager: edh
Votes: 669
Popularity: 6.69
First Submitted: 2015-08-15 13:18 (UTC)
Last Updated: 2024-11-18 14:28 (UTC)

Pinned Comments

erbrecht commented on 2024-11-19 13:06 (UTC)

@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:

  • Zoom 6.2.10
  • pipewire 1.2.6

I followed the Screen share section on the Zoom wiki page:

https://wiki.archlinux.org/title/Zoom_Meetings

The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.

edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)

I contacted the zoom support on 13th July 2016 and tried to lure them into creating a proper PKGBUILD respectively adopting this one, considering they are providing a package over very none standard ways to the Arch Linux community (downloading via a *foreign* site) and not through the official repo or the AUR. However there was little to no progress so far.

Latest Comments

« First ‹ Previous 1 .. 69 70 71 72 73 74 75 76 77 78 Next › Last »

edh commented on 2016-12-18 17:47 (UTC)

@HarlemSquirrel Flagging a package as out-of-date is sufficient. You do not need to post an additional comment.

HarlemSquirrel commented on 2016-12-18 17:30 (UTC)

I was able to install 2.0.75971.1216 by updating the following pkgver=2.0.75971.1216 md5sums_i686=('1327aa6cd13f883d5b2566794bac6d66') md5sums_x86_64=('3cadbc7c9369c002f91fedf04a87de8b')

rbellamy commented on 2016-08-31 21:53 (UTC)

Sorry flagged this as out of date because the client is claiming there is a newer version, and when I look at my `pacman -Qi zoom` it shows 2.0.57232.0713-2. However, clearly this package is using the most recent version, 2.0.63547.0830.

edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)

I contacted the zoom support on 13th July 2016 and tried to lure them into creating a proper PKGBUILD respectively adopting this one, considering they are providing a package over very none standard ways to the Arch Linux community (downloading via a *foreign* site) and not through the official repo or the AUR. However there was little to no progress so far.

chaparro commented on 2016-08-25 05:26 (UTC)

Has anyone tried using https://zoom.us/client/latest/zoom_2.0.57232.0713_x86_64.pkg.tar.xz? Not sure if this was just an oversight but it may help.

juantascon commented on 2016-08-12 16:17 (UTC)

a bit out of topic here but do you guys know if there's any way to join a conference via command line? all I found on the internet was docs for doing it trough the UI, zoom -h or zoom --help doesn't tell anything either

edh commented on 2016-08-10 16:07 (UTC) (edited on 2016-08-10 16:07 (UTC) by edh)

@tad Your argument seems reasonable. I altered the dependency array according to your suggestions but added a couple of qt5 dependencies and gstreamer.

tad commented on 2016-08-10 07:43 (UTC)

edh, check here: https://support.zoom.us/hc/en-us/articles/204206269-Linux-Installation I ran through namcap with the dependencies listed and it works fine on qt5. In fact it's the only way to get HiDPI support.

edh commented on 2016-08-06 11:45 (UTC)

@tad Thanks for the hint about the static source link. I altered the PKGBUILD accordingly. However I am not so sure about the dependencies you listed. The current dependencies are directly taken from the upstream package with no modifications, therefore I expect that the developers in one or the other way rely on each of them.

tad commented on 2016-08-06 07:17 (UTC)

I took a moment to clean up some dependencies, as they have changed. qt4 is no longer needed, for example. depends=( 'glib2' 'gstreamer' 'libxcb' 'xcb-util-image' 'fontconfig' 'mesa' 'libxi' 'libsm' 'libxrender' 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' )