about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zoom-us
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29zoom-us: use wrapQtAppsHookTad Fisher1-24/+19
2019-07-17zoom-us: 2.8.264592.0714 -> 2.9.265650.0716Tim Steinbach1-2/+2
2019-07-15zoom-us: 2.8.252201.0616 -> 2.8.264592.0714Tim Steinbach1-2/+2
2019-06-19zoom-us: 2.8.222599.0519 -> 2.8.252201.0616Tim Steinbach1-2/+2
2019-06-03zoom-us: set LD_PRELOAD=.../v4l2convert.soMatthew Bauer1-1/+2
This was needed for my webcam to work with zoom-us. v4l2convert is a wrapper for apps that only support simple bgr24 or yuv420. For these apps to support webcams that don’t use those formats, we need to use LD_PRELOAD to get those symbols. Taken from archlinux wiki: https://wiki.archlinux.org/index.php/Webcam_setup#V4L1_support
2019-05-20zoom-us: 2.8.183302.0415 -> 2.8.222599.0519Tim Steinbach1-2/+2
2019-04-16zoom-us: 2.8.182821.0412 -> 2.8.183302.0415Tim Steinbach1-2/+2
2019-04-13zoom-us: 2.7.162522.0121 -> 2.8.182821.0412Tim Steinbach1-2/+2
2019-04-06zoom-us: Update script to commitTim Steinbach1-1/+11
2019-02-11zoom-us: don't set dontPatchELFFlorian Klink1-3/+0
otherwise, autopatchelfHook seems to ignore patchelfing the zoom binary properly, causing it to fail to start: result/bin/zoom-us: line 4: /nix/store/7jfk4jggclvbwqxm9x4b4d57rr1mjh9q-zoom-us-2.7.162522.0121/share/zoom-us/zoom: No such file or directory
2019-02-01zoom-us: 2.6.149990.1216 -> 2.7.162522.0121 (#54969)Will Dietz1-3/+2
zoom-us: 2.6.149990.1216 -> 2.7.162522.0121 zoom-us: don't look for ZXMPPROOT.cer, no longer exists.
2019-01-13zoom-us: 2.6.146750.1204 -> 2.6.149990.1216 (#53145)José-Paul D1-2/+2
2018-12-07zoom-us: 2.5.146186.1130 -> 2.6.146750.1204Sarah Brofeldt1-2/+2
2018-12-04zoom-us: 2.4.129780.0915 -> 2.5.146186.1130Florian Klink1-2/+2
fixes [CVE-2018-15715](https://nvd.nist.gov/vuln/detail/CVE-2018-15715)
2018-09-17zoom-us: 2.3.128305.0716 -> 2.4.129780.0915, QT downgrade (#46778)Danylo Hlynskyi1-2/+2
Qt 5.11 was downgraded to 5.9 because of two issues: - spawns errors like ``` qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. ``` - Google login doesn't work. It just doesn't start embedded webbrowser
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2018-08-16zoom-us: 2.2.128200.0702 -> 2.3.128305.0716Tad Fisher1-2/+2
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-2/+1
2018-07-12zoom-us: fix runtime qt environmentTad Fisher1-13/+18
2018-07-07zoom-us: set qt plugin paths in wrapperTad Fisher1-3/+5
2018-07-05zoom-us: 2.2.128100.0627 -> 2.2.128200.0702 (#42922)Tad Fisher1-7/+24
2018-06-30zoom-us: 2.0.123200.0405 -> 2.2.128100.0627 (#42742)Tad Fisher2-72/+51
2018-05-08zoom-us: liblgvnd fix for libGL.so in libpathSarah Brofeldt1-1/+2
2018-05-06zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanupdanbst1-14/+10
Apart from version update: - remove some packages from `LD_LIBRARY_PATH`. I haven't found any references for them. Most of them were copypasted from AUR expression - found an implicit reference to `pidof`, in my case this caused warnings about mismatched Glibc version. I've found implicit reference to `sh` too, with Glibc warning too, but I don't know how to fix this, and looks like it's only a warning
2018-03-20zoom-us: fix preInstallKen Micklas1-1/+1
2018-03-20zoom-us: add desktop itemKen Micklas1-2/+12
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-1/+1
2017-10-09zoom-us: 2.0.98253.0707 -> 2.0.106600.0904zimbatm1-2/+3
2017-08-04zoom-us: 2.0.91373.0502 -> 2.0.98253.0707Jamey Sharp1-2/+2
2017-08-04zoom-us: use makeWrapper instead of wrapProgramJamey Sharp1-2/+1
Since the program to be wrapped is already in a different path than $out/bin, we don't need the complicated dance that wrapProgram uses to put the wrapper in the same location as the original program. Just tell makeWrapper to put the wrapper in the final desired output location instead.
2017-08-04zoom-us: only support known platformsJamey Sharp1-1/+1
This package does not work on arbitrary Linux systems, only on platforms for which upstream has provided prebuilt binaries. Fortunately, we have a list of the platforms we know how to get binaries for: it's exactly the ones in the `srcs` set.
2017-08-04zoom-us: update homepageJamey Sharp1-1/+1
zoom.us uses HTTPS now.
2017-06-27zoom-us: don't add mesa to the LD_LIBRARY_PATHCharles Strahan1-1/+0
zoom-us was failing to launch under the proprietary nvidia drivers, as described in the comments of #26596. Closes #26916
2017-06-15zoom-us: fix webcam videodanbst1-1/+2
Webcam Logitech C270 showed black screen in zoom, but LD_PRELOADing v4l1compat.so fixed this. I hope, this wouldn't break camera for people, who were already able to see video, but I can't be 100% sure currently.
2017-06-15zoom-us: fix facebook and SSO logindanbst1-3/+13
Turns out, zoom couldn't launch QtWebEngineProcess because of wrong interpreter Also, there was a need for some extra deps, which I found when running debug version of zoom.
2017-06-07zoom-us: little fixes after review by @k0001danbst1-11/+12
2017-06-07zoom-us: init at 2.0.91373.0502danbst1-0/+91
Actually, reintroduce after removal (https://github.com/NixOS/nixpkgs/commit/bb99babc5a1c62edd012da5a1ad14cd3fe1abf0a) and use bundled Qt.
2017-03-25Remove zoom-usThomas Tuegel1-104/+0
This package needs maintenance, but has no maintainer: proprietary Qt-based packages should use the vendor-provided Qt libraries.
2017-02-27gst-plugins-base: align attrname with pkgnameBjørn Forsman1-2/+2
2017-02-21zoom-us: bumpShea Levy1-2/+2
2016-12-07zoom-us: 2.052458.0531 -> 2.0.707090.1031, paxmarkWill Dietz1-17/+16
* paxmark zoom to fix execution on PaX-enabled kernels[1] * Requires moving from qt55 to qt56 * Put libs as buildInputs so that wrapQtProgram sees their paths! * Don't use bundled Qt libs. (if these should be used, we shouldn't put our own on rpath, etc.) [1] Without this, program fails to start (but doesn't exit), and the following exception is logged a few times: Dec 07 12:24:26 hostname kernel: grsec: denied RWX mmap of <anonymous mapping> by /nix/store/v1i2bff9fs7w1vycv0y615phhs7hky87-zoom-us/share/.zoom-wrapped[.zoom-wrapped:23812] uid/euid:1000/1 zoom still won't run unless using a pax-fixed version of qtwebengine. ( see: https://github.com/NixOS/nixpkgs/pull/20991 )
2016-12-06icu: remove icu4c-54.1Savanni D'Gerinel1-2/+2
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
2016-08-24zoom-us: fix urlRenzo Carbonara1-1/+1
2016-07-12zoom-us: init at 2.0.52458.0531 (#15607)Renzo Carbonara1-0/+105