Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/
Date: Wed, 03 Jun 2020 18:10:31
Message-Id: 1591207765.36e644df5960649573e7d629b4b147543bd9a624.ulm@gentoo
1 commit: 36e644df5960649573e7d629b4b147543bd9a624
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 18:07:50 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 18:09:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e644df
7
8 net-im/zoom: Version bump to 5.0.418682.0603.
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-im/zoom/Manifest | 2 +
14 net-im/zoom/zoom-5.0.418682.0603.ebuild | 106 ++++++++++++++++++++++++++++++++
15 2 files changed, 108 insertions(+)
16
17 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
18 index 6ee4a716ea7..c983f7fe7b3 100644
19 --- a/net-im/zoom/Manifest
20 +++ b/net-im/zoom/Manifest
21 @@ -2,3 +2,5 @@ DIST zoom-5.0.408598.0517_i686.tar.xz 38668604 BLAKE2B a503019946689f796a96a29d9
22 DIST zoom-5.0.408598.0517_x86_64.tar.xz 41559224 BLAKE2B 56ef7e0b9f7277a7391d92bb8b0259ea98b2931b216bcace8dff43981f0b148846c5bfe0b1c476692712fd342e6652f4cae8d536e7f645168a84fb113e3c97ee SHA512 46762cf46974e4239bc716d1ccba8ec74ba1040bb7f917625535edc2422dcd07df22a448360d35a3e82ef1ab905d7f280401005e9398b5229e515d120d848222
23 DIST zoom-5.0.413237.0524_i686.tar.xz 38703768 BLAKE2B d50ee81d58fd987580d09e6d672d85eed51607f242b600a4bce71c4729829a6b0ca9b2b3a572ca4a29a86c7fabc388582c4d6b7a4c4c88255297b3e4e92af5f4 SHA512 11806bc656b87760604d19eb7432050f0f10f12c6233b687fec319a221964ffc4f4294f45028c5b7bf148a33998254acb37c6597745299be32ba78774dc082a4
24 DIST zoom-5.0.413237.0524_x86_64.tar.xz 41591272 BLAKE2B 21a7b53aba636721823ea414b361ca3768b3ddcbb9cf2d5fbb6a10f60bff79cb425bbd2b7b8da6f13c4a0544c6fb917172c414455b79f7b36766903768f72a9c SHA512 55736fcd43241c2abd090c1943b970741944bfe7061e61cb0fc5839706920025123089c26a3a20730ef253b338546a833a958dc29c5b00234a76a1483ec7669c
25 +DIST zoom-5.0.418682.0603_i686.tar.xz 38701696 BLAKE2B 0f7ca49317946efc5eb4260013d81475d928315538a1cb9b31bfc3dd608c506cf9d794e746e47355ce1fb294445d510d14fe216d754846fc3b23c9fd0c8543f3 SHA512 e73d57c2c13136ab15864e302a127f77f9d771cb280185b3b557819f52bcc7291995a44315436798febad9d557501306f70521f52197ebc9dd683be4ad488d19
26 +DIST zoom-5.0.418682.0603_x86_64.tar.xz 41610180 BLAKE2B f256c364c37b3ec4f5eae069d8e187343ae2e871140b2f297d414680c53d774dee9f6ed6002e25d4c014ce1ae75996ae8f3bf1ad4d34b38b5097e961eb53d558 SHA512 14ddc9e30a23eabef7391933dae953cdb3db07033b27210063f30e510c76c840cd13c94554ce182942346a8c419c474ba202bc311e0c4e9dfb773553f4726308
27
28 diff --git a/net-im/zoom/zoom-5.0.418682.0603.ebuild b/net-im/zoom/zoom-5.0.418682.0603.ebuild
29 new file mode 100644
30 index 00000000000..314ddbedc6b
31 --- /dev/null
32 +++ b/net-im/zoom/zoom-5.0.418682.0603.ebuild
33 @@ -0,0 +1,106 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit desktop eutils readme.gentoo-r1 xdg-utils
40 +
41 +DESCRIPTION="Video conferencing and web conferencing service"
42 +HOMEPAGE="https://zoom.us/"
43 +SRC_URI="amd64? ( https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> ${P}_x86_64.tar.xz )
44 + x86? ( https://zoom.us/client/${PV}/${PN}_i686.tar.xz -> ${P}_i686.tar.xz )"
45 +S="${WORKDIR}/${PN}"
46 +
47 +LICENSE="all-rights-reserved Apache-2.0" # Apache-2.0 for icon
48 +SLOT="0"
49 +KEYWORDS="-* ~amd64 ~x86"
50 +IUSE="bundled-libjpeg-turbo pulseaudio"
51 +RESTRICT="mirror bindist strip"
52 +
53 +RDEPEND="!games-engines/zoom
54 + dev-libs/glib:2
55 + dev-libs/icu
56 + dev-qt/qtcore:5
57 + dev-qt/qtdbus:5
58 + amd64? ( dev-qt/qtdeclarative:5[widgets] )
59 + x86? ( dev-qt/qtdeclarative:5 )
60 + dev-qt/qtdiag:5
61 + dev-qt/qtgraphicaleffects:5
62 + dev-qt/qtgui:5
63 + dev-qt/qtnetwork:5
64 + dev-qt/qtquickcontrols:5[widgets]
65 + dev-qt/qtscript:5
66 + dev-qt/qtsvg:5
67 + dev-qt/qtwidgets:5
68 + media-sound/mpg123
69 + sys-apps/dbus
70 + sys-apps/util-linux
71 + virtual/opengl
72 + x11-libs/libX11
73 + x11-libs/libxcb
74 + x11-libs/libXext
75 + x11-libs/libXfixes
76 + x11-libs/libXtst
77 + x11-libs/xcb-util-image
78 + x11-libs/xcb-util-keysyms
79 + !bundled-libjpeg-turbo? ( media-libs/libjpeg-turbo )
80 + pulseaudio? ( media-sound/pulseaudio )
81 + !pulseaudio? ( media-libs/alsa-lib )"
82 +
83 +BDEPEND="!pulseaudio? ( dev-util/bbe )"
84 +
85 +QA_PREBUILT="opt/zoom/*"
86 +
87 +src_prepare() {
88 + default
89 + if ! use pulseaudio; then
90 + # For some strange reason, zoom cannot use any ALSA sound devices if
91 + # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
92 + # is installed. So, force zoom to ignore libpulse.
93 + bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
94 + mv zoom.tmp zoom || die
95 + fi
96 +}
97 +
98 +src_install() {
99 + insinto /opt/zoom
100 + exeinto /opt/zoom
101 + doins -r json sip timezones translations
102 + doins *.pcm *.pem *.sh Embedded.properties version.txt
103 + use amd64 && doins icudtl.dat
104 + doexe zoom{,.sh,linux} zopen ZoomLauncher
105 + dosym {"../../usr/$(get_libdir)",/opt/zoom}/libmpg123.so
106 +
107 + if use bundled-libjpeg-turbo; then
108 + doexe libturbojpeg.so.0.1.0
109 + dosym libturbojpeg.so.0.1.0 /opt/zoom/libturbojpeg.so
110 + else
111 + dosym {"../../usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so #715106
112 + fi
113 +
114 + make_wrapper zoom ./zoom /opt/zoom
115 + make_desktop_entry "zoom %U" Zoom zoom-videocam "" \
116 + "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
117 + # The tarball doesn't contain an icon, so take a generic camera icon
118 + # from https://github.com/google/material-design-icons, modified to be
119 + # white on a blue background
120 + doicon -s scalable "${FILESDIR}"/zoom-videocam.svg
121 + doicon -s 24 "${FILESDIR}"/zoom-videocam.xpm
122 + readme.gentoo_create_doc
123 +}
124 +
125 +pkg_postinst() {
126 + xdg_desktop_database_update
127 + xdg_icon_cache_update
128 +
129 + local FORCE_PRINT_ELOG v
130 + for v in ${REPLACING_VERSIONS}; do
131 + ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
132 + done
133 + readme.gentoo_print_elog
134 +}
135 +
136 +pkg_postrm() {
137 + xdg_desktop_database_update
138 + xdg_icon_cache_update
139 +}