Commit graph

22 commits

Author SHA1 Message Date
Sarah Brofeldt 16463d728b zoom-us: liblgvnd fix for libGL.so in libpath 2018-05-08 01:28:17 +02:00
danbst 8143383aab zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
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-05-06 01:42:32 +03:00
Ken Micklas 0e9d1fad4d zoom-us: fix preInstall 2018-03-20 12:40:04 -04:00
Ken Micklas c234c01de0 zoom-us: add desktop item 2018-03-20 12:35:53 -04:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
zimbatm 2ef1a6c17c zoom-us: 2.0.98253.0707 -> 2.0.106600.0904 2017-10-09 10:56:26 +01:00
Jamey Sharp de761128da zoom-us: 2.0.91373.0502 -> 2.0.98253.0707 2017-08-04 03:34:53 +02:00
Jamey Sharp 3b289ec996 zoom-us: use makeWrapper instead of wrapProgram
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-04 03:34:53 +02:00
Jamey Sharp 57f9bfbd48 zoom-us: only support known platforms
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-04 03:34:53 +02:00
Jamey Sharp 2062c9355a zoom-us: update homepage
zoom.us uses HTTPS now.
2017-08-04 03:34:53 +02:00
Charles Strahan 8e73afb2e1 zoom-us: don't add mesa to the LD_LIBRARY_PATH
zoom-us was failing to launch under the proprietary nvidia drivers,
as described in the comments of #26596.

Closes #26916
2017-06-27 18:43:20 -04:00
danbst 6d6d2fd324 zoom-us: fix webcam video
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-15 16:01:43 +03:00
danbst 8bc737d9d3 zoom-us: fix facebook and SSO login
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-15 15:53:41 +03:00
danbst 7179b01199 zoom-us: little fixes after review by @k0001 2017-06-07 17:20:00 +03:00
danbst e9da05ee8b zoom-us: init at 2.0.91373.0502
Actually, reintroduce after removal (bb99babc5a)
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Thomas Tuegel bb99babc5a
Remove zoom-us
This package needs maintenance, but has no maintainer: proprietary Qt-based
packages should use the vendor-provided Qt libraries.
2017-03-25 08:58:58 -05:00
Bjørn Forsman 3d104ab2b3 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Shea Levy fd732dec88 zoom-us: bump 2017-02-21 14:15:44 -05:00
Will Dietz fc21876633 zoom-us: 2.052458.0531 -> 2.0.707090.1031, paxmark
* 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-07 20:03:50 -06:00
Savanni D'Gerinel 705e29046d icu: remove icu4c-54.1
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-12-06 17:51:11 -06:00
Renzo Carbonara 6d46dcc9a7 zoom-us: fix url 2016-08-24 12:23:36 -03:00
Renzo Carbonara 103ae01173 zoom-us: init at 2.0.52458.0531 (#15607) 2016-07-12 13:37:11 +02:00