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, 22 Sep 2021 15:47:34
Message-Id: 1632325630.099af2059fe0ed7394982b6a544fecbfdd2af72b.ulm@gentoo
1 commit: 099af2059fe0ed7394982b6a544fecbfdd2af72b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 15:46:11 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 15:47:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099af205
7
8 net-im/zoom: Version bump to 5.8.0.16
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-im/zoom/Manifest | 1 +
14 net-im/zoom/metadata.xml | 13 ++--
15 net-im/zoom/zoom-5.8.0.16.ebuild | 151 +++++++++++++++++++++++++++++++++++++++
16 3 files changed, 161 insertions(+), 4 deletions(-)
17
18 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
19 index 29c41f48547..beffdae5074 100644
20 --- a/net-im/zoom/Manifest
21 +++ b/net-im/zoom/Manifest
22 @@ -2,3 +2,4 @@ DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 0d449103e16799e6e6bcaf6ef1
23 DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd SHA512 f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
24 DIST zoom-5.7.29123.0808_x86_64.tar.xz 52593340 BLAKE2B 25b2bdc4d9531b31d1ce74989c6ab4561fa7b39874a956194133c14c8331fdf1e024b4c8355675e2f964faea2ae1681cc377a85f800e547de7232a478ae40dd8 SHA512 65eddd5a11f9ac11ac0cc0402f989ac0afd3edf1f56f0c39ebe2875f2341c5e0d2a1a454ed0c09138c65e2a9e4543ae575b1c1bcef0c8f8465a6a488f0faf265
25 DIST zoom-5.7.31792.0820_x86_64.tar.xz 62059660 BLAKE2B bb15170f9a87143b50171041006ad65ffe5ce80b711769c83f0c5936bcad3e8f9417b32cb9f1f71734eb990744cb4be5d3e4b10c93b579af59b8fcc6337b75e9 SHA512 0248eb4b1d5d8b289eb67d8e55da7f20eb06c33698fc9f1beeaf8c36a133a9edae2aa2fd51f8866049c88e7bc6c47df80dfe9a0c8c24776dc6ddfe8ca646b27b
26 +DIST zoom-5.8.0.16_x86_64.tar.xz 55714984 BLAKE2B 1e9cecc3ae838976cdd7e343d9eca27a615290df079e60edef44d03fe66ff6be8715162a66ceb0030a9f798123b4a7c68622b5ad402f0d4c5f6d76c5f315b74c SHA512 ddc20b57a58c9f102651b3361f7eb7daecbcf943684470247ba23f911dc52c4ea015aeaf9f2ed7d9b378617dc6fa69d2b37103ea7826f5bfd61b150d6e6cb3c6
27
28 diff --git a/net-im/zoom/metadata.xml b/net-im/zoom/metadata.xml
29 index e476fbb646d..641677fd6fe 100644
30 --- a/net-im/zoom/metadata.xml
31 +++ b/net-im/zoom/metadata.xml
32 @@ -11,9 +11,14 @@
33 <email>mva@g.o</email>
34 </maintainer>
35 <use>
36 - <flag name="bundled-libjpeg-turbo">Use bundled libturbojpeg
37 - instead of <pkg>media-libs/libjpeg-turbo</pkg></flag>
38 - <flag name="bundled-qt">Use bundled Qt and icu instead of
39 - system-wide libs</flag>
40 + <flag name="bundled-libjpeg-turbo">
41 + Use bundled libturbojpeg instead of <pkg>media-libs/libjpeg-turbo</pkg>
42 + </flag>
43 + <flag name="bundled-qt">
44 + Use bundled Qt and icu instead of system-wide libs
45 + </flag>
46 + <flag name="opencl">
47 + Use OpenCL for virtual background support (<pkg>virtual/opencl</pkg>)
48 + </flag>
49 </use>
50 </pkgmetadata>
51
52 diff --git a/net-im/zoom/zoom-5.8.0.16.ebuild b/net-im/zoom/zoom-5.8.0.16.ebuild
53 new file mode 100644
54 index 00000000000..26345460629
55 --- /dev/null
56 +++ b/net-im/zoom/zoom-5.8.0.16.ebuild
57 @@ -0,0 +1,151 @@
58 +# Copyright 1999-2021 Gentoo Authors
59 +# Distributed under the terms of the GNU General Public License v2
60 +
61 +EAPI=8
62 +
63 +inherit desktop readme.gentoo-r1 wrapper xdg-utils
64 +
65 +DESCRIPTION="Video conferencing and web conferencing service"
66 +HOMEPAGE="https://zoom.us/"
67 +SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> ${P}_x86_64.tar.xz"
68 +S="${WORKDIR}/${PN}"
69 +
70 +LICENSE="all-rights-reserved"
71 +SLOT="0"
72 +KEYWORDS="-* ~amd64"
73 +IUSE="bundled-libjpeg-turbo +bundled-qt opencl pulseaudio wayland"
74 +RESTRICT="mirror bindist strip"
75 +
76 +RDEPEND="!games-engines/zoom
77 + dev-libs/glib:2
78 + >=dev-libs/quazip-1.0:0=
79 + media-libs/fdk-aac:0/2
80 + media-libs/fontconfig
81 + media-libs/freetype
82 + media-sound/mpg123
83 + sys-apps/dbus
84 + sys-apps/util-linux
85 + virtual/opengl
86 + x11-libs/libX11
87 + x11-libs/libxcb
88 + x11-libs/libXext
89 + x11-libs/libXfixes
90 + x11-libs/libxkbcommon[X]
91 + x11-libs/libXrender
92 + x11-libs/libXtst
93 + x11-libs/xcb-util-image
94 + x11-libs/xcb-util-keysyms
95 + opencl? ( virtual/opencl )
96 + pulseaudio? ( media-sound/pulseaudio )
97 + !pulseaudio? ( media-libs/alsa-lib )
98 + wayland? ( dev-libs/wayland )
99 + !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
100 + !bundled-qt? (
101 + dev-libs/icu
102 + dev-qt/qtcore:5
103 + dev-qt/qtdbus:5
104 + dev-qt/qtdeclarative:5[widgets]
105 + dev-qt/qtdiag:5
106 + dev-qt/qtgraphicaleffects:5
107 + dev-qt/qtgui:5
108 + dev-qt/qtlocation:5
109 + dev-qt/qtnetwork:5
110 + dev-qt/qtquickcontrols:5[widgets]
111 + dev-qt/qtquickcontrols2:5
112 + dev-qt/qtsvg:5
113 + dev-qt/qtwidgets:5
114 + wayland? ( dev-qt/qtwayland )
115 + )"
116 +
117 +BDEPEND="dev-util/bbe
118 + bundled-libjpeg-turbo? ( dev-util/patchelf )"
119 +
120 +QA_PREBUILT="opt/zoom/*"
121 +
122 +src_prepare() {
123 + default
124 +
125 + # The tarball doesn't contain an icon, so extract it from the binary
126 + bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \
127 + >zoom-icon.svg && [[ -s zoom-icon.svg ]] \
128 + || die "Extraction of icon failed"
129 +
130 + if ! use pulseaudio; then
131 + # For some strange reason, zoom cannot use any ALSA sound devices if
132 + # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
133 + # is installed. So, force zoom to ignore libpulse.
134 + bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
135 + mv zoom.tmp zoom || die
136 + fi
137 +
138 + if use bundled-libjpeg-turbo; then
139 + # Remove insecure RPATH from bundled lib
140 + patchelf --remove-rpath libturbojpeg.so || die
141 + fi
142 +}
143 +
144 +src_install() {
145 + insinto /opt/zoom
146 + exeinto /opt/zoom
147 + doins -r json ringtone sip timezones translations
148 + doins *.pcm Embedded.properties version.txt
149 + doexe zoom zopen ZoomLauncher *.sh
150 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so
151 + dosym -r "/usr/$(get_libdir)/libfdk-aac.so.2" /opt/zoom/libfdkaac2.so
152 + dosym -r "/usr/$(get_libdir)/libquazip1-qt5.so" /opt/zoom/libquazip.so
153 +
154 + if use opencl; then
155 + doexe aomhost libaomagent.so libclDNN64.so libmkldnn.so
156 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libOpenCL.so.1
157 + fi
158 +
159 + if use bundled-libjpeg-turbo; then
160 + doexe libturbojpeg.so
161 + else
162 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so
163 + fi
164 +
165 + if use bundled-qt; then
166 + doexe libicu*.so.56 libQt5*.so.5
167 + doins qt.conf
168 +
169 + local dirs="Qt* bearer generic iconengines imageformats \
170 + platforminputcontexts platforms wayland* xcbglintegrations"
171 + doins -r ${dirs}
172 + find ${dirs} -type f '(' -name '*.so' -o -name '*.so.*' ')' \
173 + -printf '/opt/zoom/%p\0' | xargs -0 -r fperms 0755 || die
174 +
175 + ( # Remove libs and plugins with unresolved soname dependencies
176 + cd "${ED}"/opt/zoom || die
177 + rm -r Qt/labs/location QtQml/RemoteObjects \
178 + QtQuick/LocalStorage QtQuick/Particles.2 QtQuick/Scene2D \
179 + QtQuick/Scene3D QtQuick/XmlListModel \
180 + platforms/libqeglfs.so platforms/libqlinuxfb.so || die
181 + use wayland || rm -r libQt5Wayland*.so* QtWayland wayland* \
182 + platforms/libqwayland*.so || die
183 + )
184 + fi
185 +
186 + make_wrapper zoom /opt/zoom{/zoom,} $(usev bundled-qt /opt/zoom)
187 + make_desktop_entry "zoom %U" Zoom zoom-icon "" \
188 + "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
189 + doicon zoom-icon.svg
190 + doicon -s scalable zoom-icon.svg
191 + readme.gentoo_create_doc
192 +}
193 +
194 +pkg_postinst() {
195 + xdg_desktop_database_update
196 + xdg_icon_cache_update
197 +
198 + local FORCE_PRINT_ELOG v
199 + for v in ${REPLACING_VERSIONS}; do
200 + ver_test ${v} -lt 5.7.28852.0718 && use wayland && FORCE_PRINT_ELOG=1
201 + done
202 + readme.gentoo_print_elog
203 +}
204 +
205 +pkg_postrm() {
206 + xdg_desktop_database_update
207 + xdg_icon_cache_update
208 +}