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.
Search Criteria
Package Details: zoom 6.2.6-1
Package Actions
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: | 7.40 |
First Submitted: | 2015-08-15 13:18 (UTC) |
Last Updated: | 2024-10-28 11:11 (UTC) |
Dependencies (31)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libdrm (libdrm-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxfixes
- libxi (libxi-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- libxshmfence
- libxslt (libxslt-gitAUR)
- libxtst
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber)
- Show 11 more dependencies...
Required by (3)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 68 69 70 71 72 73 74 75 76 77 Next › Last »
edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)
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'
)
tad commented on 2016-08-06 06:51 (UTC) (edited on 2016-08-06 06:51 (UTC) by tad)
This works:
source_i686=("https://zoom.us/client/{$pkgver}/zoom_${pkgver}_i386.deb")
source_x86_64=("https://zoom.us/client/{$pkgver}/zoom_${pkgver}_amd64.deb")
edh commented on 2016-06-02 14:43 (UTC)
@bcc
Thanks for flagging the package. Unfortunately the zoom release blog is not updated timely, plus they don't use static links for one release but prefer to break the existing link each time a new release is introduced.
bcc commented on 2016-06-02 12:01 (UTC)
curl: (22) The requested URL returned error: 403 Forbidden
==> ERROR: Failure while downloading https://zoom.us/client/latest/zoom_2.0.49177.0430_amd64.deb
Aborting...
:: failed to verify zoom integrity
FAIL: 1
Pinned Comments
arash-m commented on 2024-09-15 15:56 (UTC)
Tested 6.2.0-1. Sharing works for me, but it still crashes after stopping. The workaround for me is still downgrading pipewire and libpipewire to 1.0.7 before meetings.
a172 commented on 2022-06-13 14:25 (UTC) (edited on 2022-06-13 14:25 (UTC) by a172)
@edh - That's not the answer I was hoping for (I was really hoping we could get it to launch without xwayland), but at least I know I'm not missing something.
Some
~/.config/zoomus.conf
updates:qt5-webengine
installed, and theebeddedBrowserForSSOLogin
line doesn't exist in my configzoomus.conf
. SSO login works just fine (issues with Firefox containers aside).pipewire-pulse
.system.audio.type
defaulted toalsa
for me (or I changed it without realizing it). I probably could have installedpipewire-alsa
and fixed my issues, but I setsystem.autio.type=pulse
(a lucky guess) and this worked. This should work for anyone using straight PulseAudio as well.If anyone finds documentation on
~/.config/zoomus.conf
, please let us know.edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)