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: Sat, 27 Aug 2022 23:10:49
Message-Id: 1661582355.dfded9b6291396b5ab4ba0b68fd3820f321a3721.ulm@gentoo
1 commit: dfded9b6291396b5ab4ba0b68fd3820f321a3721
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:38:32 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:39:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfded9b6
7
8 net-im/zoom: drop 5.11.1.3595
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.11.1.3595.ebuild | 185 ------------------------------------
14 2 files changed, 186 deletions(-)
15
16 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
17 index cddb101f4037..94c794d9743e 100644
18 --- a/net-im/zoom/Manifest
19 +++ b/net-im/zoom/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST zoom-5.11.1.3595_x86_64.tar.xz 131583416 BLAKE2B 9848b198bc8c523287e68d85ec42bbb5c1fc6448210c4104273bf6680f4fa2f460a5f880f07d6d5d65aa83cd58c82b071be83205e505c097c205370cd1304c35 SHA512 9e02dcbd33369334521cc51f8a64db1f677fe887773fa73e4ade10f01a0e0ac48cce3ff6ce962d52208935ecf19f82c22c9d81702e9839c30f0cdaa3fd9fde4e
22 DIST zoom-5.11.3.3882_x86_64.tar.xz 132055676 BLAKE2B bef2b6eadcc2595e3cf4c004f2faf94831d5b1b4289b49654c16030276804893bf5f7192cfd437e28470ba5b891933321a76792e8d8588416ac0284d8654a856 SHA512 56c67ce44a88ec01732150b17b81ad9109329fa0f833eefcd32c5c029eb47928371571296745ae458147953cb9109f5622de1040d0f5bac70e118ae6a4ee18da
23 DIST zoom-5.11.9.4300_x86_64.tar.xz 132589368 BLAKE2B 44232cb69d69f2be15639d7c633a311645d645b93e9c367e74ab3df5153b9cbbe2ac8d8554849d56b8512b50357637aa9134893174014571929a6deb6fdba0c9 SHA512 421ad949f9e3a266170864551336f40daeb6e72979174ec8fc796eadb5e5b132f7267c812d92a845fa9d5ca94aacc047336ab655246d8de56b7844432952811b
24
25 diff --git a/net-im/zoom/zoom-5.11.1.3595.ebuild b/net-im/zoom/zoom-5.11.1.3595.ebuild
26 deleted file mode 100644
27 index de370171be34..000000000000
28 --- a/net-im/zoom/zoom-5.11.1.3595.ebuild
29 +++ /dev/null
30 @@ -1,185 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit desktop 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-atk
51 - app-accessibility/at-spi2-core
52 - dev-libs/atk
53 - dev-libs/expat
54 - dev-libs/glib:2
55 - dev-libs/nspr
56 - dev-libs/nss
57 - >=dev-libs/quazip-1.0:0=
58 - media-libs/alsa-lib
59 - media-libs/fdk-aac:0/2
60 - media-libs/fontconfig
61 - media-libs/freetype
62 - media-libs/mesa[gbm(+)]
63 - media-sound/mpg123
64 - net-print/cups
65 - sys-apps/dbus
66 - sys-apps/util-linux
67 - sys-libs/glibc
68 - virtual/opengl
69 - x11-libs/cairo
70 - x11-libs/libdrm
71 - x11-libs/libX11
72 - x11-libs/libxcb
73 - x11-libs/libXcomposite
74 - x11-libs/libXdamage
75 - x11-libs/libXext
76 - x11-libs/libXfixes
77 - x11-libs/libxkbcommon[X]
78 - x11-libs/libXrandr
79 - x11-libs/libXrender
80 - x11-libs/libxshmfence
81 - x11-libs/libXtst
82 - x11-libs/pango
83 - x11-libs/xcb-util-image
84 - x11-libs/xcb-util-keysyms
85 - opencl? ( virtual/opencl )
86 - pulseaudio? ( media-sound/pulseaudio )
87 - wayland? ( dev-libs/wayland )
88 - !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
89 - !bundled-qt? (
90 - dev-libs/icu
91 - dev-qt/qtcore:5
92 - dev-qt/qtdbus:5
93 - dev-qt/qtdeclarative:5[widgets]
94 - dev-qt/qtdiag:5
95 - dev-qt/qtgraphicaleffects:5
96 - dev-qt/qtgui:5
97 - dev-qt/qtlocation:5
98 - dev-qt/qtnetwork:5
99 - dev-qt/qtquickcontrols:5[widgets]
100 - dev-qt/qtquickcontrols2:5
101 - dev-qt/qtsvg:5
102 - dev-qt/qtwidgets:5
103 - dev-qt/qtx11extras:5
104 - wayland? ( dev-qt/qtwayland )
105 - )"
106 -
107 -BDEPEND="dev-util/bbe
108 - bundled-libjpeg-turbo? ( dev-util/patchelf )"
109 -
110 -QA_PREBUILT="opt/zoom/*"
111 -
112 -src_prepare() {
113 - default
114 -
115 - # The tarball doesn't contain an icon, so extract it from the binary
116 - bbe -s -b '/<svg width="32" height="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \
117 - >videoconference-zoom.svg && [[ -s videoconference-zoom.svg ]] \
118 - || die "Extraction of icon failed"
119 -
120 - if ! use pulseaudio; then
121 - # For some strange reason, zoom cannot use any ALSA sound devices if
122 - # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
123 - # is installed. So, force zoom to ignore libpulse.
124 - bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
125 - mv zoom.tmp zoom || die
126 - fi
127 -
128 - if use bundled-libjpeg-turbo; then
129 - # Remove insecure RPATH from bundled lib
130 - patchelf --remove-rpath libturbojpeg.so || die
131 - fi
132 -}
133 -
134 -src_install() {
135 - insinto /opt/zoom
136 - exeinto /opt/zoom
137 - doins -r cef json ringtone scheduler sip timezones 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 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 - use wayland \
200 - && DOC_CONTENTS+="\\n\\nTo enable screen sharing on GNOME Wayland,
201 - edit ~/.config/zoomus.conf and change the value of
202 - enableWaylandShare to true."
203 - readme.gentoo_create_doc
204 -}
205 -
206 -pkg_postinst() {
207 - xdg_desktop_database_update
208 - xdg_icon_cache_update
209 - readme.gentoo_print_elog
210 -}
211 -
212 -pkg_postrm() {
213 - xdg_desktop_database_update
214 - xdg_icon_cache_update
215 -}