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: Sun, 01 Jan 2023 17:31:29
Message-Id: 1672594198.8f979fc3e5fc8987b83d70f294ea2bf29b63e8f0.ulm@gentoo
1 commit: 8f979fc3e5fc8987b83d70f294ea2bf29b63e8f0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 17:29:58 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 17:29:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f979fc3
7
8 net-im/zoom: add 5.13.3.651
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 net-im/zoom/Manifest | 1 +
13 net-im/zoom/zoom-5.13.3.651.ebuild | 181 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 182 insertions(+)
15
16 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
17 index 5820d8d5106d..641c9ee69622 100644
18 --- a/net-im/zoom/Manifest
19 +++ b/net-im/zoom/Manifest
20 @@ -1,2 +1,3 @@
21 DIST zoom-5.12.9.367_x86_64.tar.xz 142836028 BLAKE2B ef38a72239e615031878812774981ea8812ec7306b71d6c43530dfa6fde0a72dc25b2f844836bdc8de7f426627b8e986f59df45888730f06b24d1371130a0664 SHA512 76becf360fe954219917703cdf16017fdf9ffbf58329fd26b1541f03d1f288b079e08c1c40d4efcf6f2f43a41f4d3343d93943c48a006606fb26c8da06982f21
22 DIST zoom-5.13.0.599_x86_64.tar.xz 147717988 BLAKE2B bd677b7ca17e1b5225b05ac54b1787fc87aa0b75137369f4787cdcde422bff83f927289801c84908a6c82094e49498b308157adc8969710229ee29831d9f7f73 SHA512 db3955c2c9e7accc38c3fbacedcad95c2be304fae39316db447d570d228c25251bbd4d1c64972671f7b71997fa10ea8f312a3c70a98e98c41abb6f1cbf2c1663
23 +DIST zoom-5.13.3.651_x86_64.tar.xz 147702176 BLAKE2B d8e78f455151f0406aa39d9485e9e966fec31e28683685697cb623aad933371f4d4525ab855c9ddb2c3014def1b131a75794db354a6ffd893e5fc352df16b83e SHA512 01177a16b3cff7d6e66f55e30f7dd1b0f612dfab14b7b27239d6c1362d37d12d3641aae57a123450e3b8ec7e126582cd99f90b35f51349db1190fc79e5e6528e
24
25 diff --git a/net-im/zoom/zoom-5.13.3.651.ebuild b/net-im/zoom/zoom-5.13.3.651.ebuild
26 new file mode 100644
27 index 000000000000..357c8dd347f5
28 --- /dev/null
29 +++ b/net-im/zoom/zoom-5.13.3.651.ebuild
30 @@ -0,0 +1,181 @@
31 +# Copyright 1999-2023 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit desktop linux-info readme.gentoo-r1 wrapper xdg-utils
37 +
38 +DESCRIPTION="Video conferencing and web conferencing service"
39 +HOMEPAGE="https://zoom.us/"
40 +SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> ${P}_x86_64.tar.xz"
41 +S="${WORKDIR}/${PN}"
42 +
43 +LICENSE="all-rights-reserved"
44 +SLOT="0"
45 +KEYWORDS="-* ~amd64"
46 +IUSE="bundled-libjpeg-turbo +bundled-qt opencl pulseaudio wayland"
47 +RESTRICT="mirror bindist strip"
48 +
49 +RDEPEND="!games-engines/zoom
50 + >=app-accessibility/at-spi2-core-2.46.0:2
51 + dev-libs/expat
52 + dev-libs/glib:2
53 + dev-libs/nspr
54 + dev-libs/nss
55 + >=dev-libs/quazip-1.0:0=[qt5(+)]
56 + media-libs/alsa-lib
57 + media-libs/fdk-aac:0/2
58 + media-libs/fontconfig
59 + media-libs/freetype
60 + media-libs/mesa[gbm(+)]
61 + media-sound/mpg123
62 + net-print/cups
63 + sys-apps/dbus
64 + sys-apps/util-linux
65 + sys-libs/glibc
66 + virtual/opengl
67 + x11-libs/cairo
68 + x11-libs/libdrm
69 + x11-libs/libX11
70 + x11-libs/libxcb
71 + x11-libs/libXcomposite
72 + x11-libs/libXdamage
73 + x11-libs/libXext
74 + x11-libs/libXfixes
75 + x11-libs/libxkbcommon[X]
76 + x11-libs/libXrandr
77 + x11-libs/libXrender
78 + x11-libs/libxshmfence
79 + x11-libs/libXtst
80 + x11-libs/pango
81 + x11-libs/xcb-util-image
82 + x11-libs/xcb-util-keysyms
83 + opencl? ( virtual/opencl )
84 + pulseaudio? ( media-libs/libpulse )
85 + wayland? ( dev-libs/wayland )
86 + !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
87 + !bundled-qt? (
88 + dev-libs/icu
89 + dev-qt/qtcore:5
90 + dev-qt/qtdbus:5
91 + dev-qt/qtdeclarative:5[widgets]
92 + dev-qt/qtdiag:5
93 + dev-qt/qtgraphicaleffects:5
94 + dev-qt/qtgui:5
95 + dev-qt/qtlocation:5
96 + dev-qt/qtnetwork:5
97 + dev-qt/qtquickcontrols:5[widgets]
98 + dev-qt/qtquickcontrols2:5
99 + dev-qt/qtsvg:5
100 + dev-qt/qtwidgets:5
101 + dev-qt/qtx11extras:5
102 + wayland? ( dev-qt/qtwayland )
103 + )"
104 +
105 +BDEPEND="dev-util/bbe
106 + bundled-libjpeg-turbo? ( dev-util/patchelf )"
107 +
108 +CONFIG_CHECK="~USER_NS ~PID_NS ~NET_NS ~SECCOMP_FILTER"
109 +QA_PREBUILT="opt/zoom/*"
110 +
111 +src_prepare() {
112 + default
113 +
114 + # The tarball doesn't contain an icon, so extract it from the binary
115 + bbe -s -b '/<svg width="32" height="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \
116 + >videoconference-zoom.svg && [[ -s videoconference-zoom.svg ]] \
117 + || die "Extraction of icon failed"
118 +
119 + if ! use pulseaudio; then
120 + # For some strange reason, zoom cannot use any ALSA sound devices if
121 + # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
122 + # is installed. So, force zoom to ignore libpulse.
123 + bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
124 + mv zoom.tmp zoom || die
125 + fi
126 +
127 + if use bundled-libjpeg-turbo; then
128 + # Remove insecure RPATH from bundled lib
129 + patchelf --remove-rpath libturbojpeg.so || die
130 + fi
131 +}
132 +
133 +src_install() {
134 + insinto /opt/zoom
135 + exeinto /opt/zoom
136 + doins -r calendar cef email json ringtone scheduler sip timezones \
137 + translations
138 + doins *.pcm Embedded.properties version.txt
139 + doexe zoom zopen ZoomLauncher *.sh
140 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so
141 + dosym -r "/usr/$(get_libdir)/libfdk-aac.so.2" /opt/zoom/libfdkaac2.so
142 + dosym -r "/usr/$(get_libdir)/libquazip1-qt5.so" /opt/zoom/libquazip.so
143 +
144 + if use opencl; then
145 + doexe aomhost libaomagent.so libclDNN64.so libdvf.so libmkldnn.so
146 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libOpenCL.so.1
147 + fi
148 +
149 + if use bundled-libjpeg-turbo; then
150 + doexe libturbojpeg.so
151 + else
152 + dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so
153 + fi
154 +
155 + if use bundled-qt; then
156 + doexe libicu*.so.56 libQt5*.so.5
157 + doins qt.conf
158 +
159 + local dirs="Qt* bearer generic iconengines imageformats \
160 + platforminputcontexts platforms wayland* xcbglintegrations"
161 + doins -r ${dirs}
162 + find ${dirs} -type f '(' -name '*.so' -o -name '*.so.*' ')' \
163 + -printf '/opt/zoom/%p\0' | xargs -0 -r fperms 0755 || die
164 +
165 + ( # Remove libs and plugins with unresolved soname dependencies
166 + cd "${ED}"/opt/zoom || die
167 + rm -r Qt/labs/location QtQuick/LocalStorage QtQuick/Particles.2 \
168 + QtQuick/Scene2D QtQuick/Scene3D QtQuick/XmlListModel \
169 + platforms/libqeglfs.so platforms/libqlinuxfb.so || die
170 + use wayland || rm -r libQt5Wayland*.so* QtWayland wayland* \
171 + platforms/libqwayland*.so || die
172 + )
173 + else
174 + local qtzoom="5.12" qtver=$(best_version dev-qt/qtcore:5)
175 + if [[ ${qtver} != dev-qt/qtcore-${qtzoom}.* ]]; then
176 + ewarn "You have disabled the bundled-qt USE flag."
177 + ewarn "You may experience problems when running Zoom with"
178 + ewarn "a version of the system-wide Qt libs other than ${qtzoom}."
179 + ewarn "See https://bugs.gentoo.org/798681 for details."
180 + fi
181 + fi
182 +
183 + make_wrapper zoom /opt/zoom{/zoom,} /opt/zoom:/opt/zoom/cef
184 + make_desktop_entry "zoom %U" Zoom videoconference-zoom \
185 + "Network;VideoConference;" \
186 + "MimeType=$(printf '%s;' \
187 + x-scheme-handler/zoommtg \
188 + x-scheme-handler/zoomus \
189 + application/x-zoom)"
190 + doicon videoconference-zoom.svg
191 + doicon -s scalable videoconference-zoom.svg
192 +
193 + local DOC_CONTENTS="Some of Zoom's screen share features (e.g.
194 + the whiteboard) require display compositing. If you encounter
195 + a black window when sharing the screen, then one of the following
196 + actions should help:
197 + \\n- Enable compositing in your window manager if it is supported
198 + \\n- Alternatively, run the xcompmgr command (from x11-misc/xcompmgr)"
199 + readme.gentoo_create_doc
200 +}
201 +
202 +pkg_postinst() {
203 + xdg_desktop_database_update
204 + xdg_icon_cache_update
205 + readme.gentoo_print_elog
206 +}
207 +
208 +pkg_postrm() {
209 + xdg_desktop_database_update
210 + xdg_icon_cache_update
211 +}