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, 02 Sep 2020 07:17:14
Message-Id: 1599029012.4123d792b8e49cfe6ecf77aea47ed3f2b70dbef7.ulm@gentoo
1 commit: 4123d792b8e49cfe6ecf77aea47ed3f2b70dbef7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 06:40:51 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:43:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4123d792
7
8 net-im/zoom: Version bump to 5.2.454870.0831.
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-im/zoom/Manifest | 2 +
14 net-im/zoom/zoom-5.2.454870.0831.ebuild | 105 ++++++++++++++++++++++++++++++++
15 2 files changed, 107 insertions(+)
16
17 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
18 index f084188d524..66969b681f6 100644
19 --- a/net-im/zoom/Manifest
20 +++ b/net-im/zoom/Manifest
21 @@ -2,3 +2,5 @@ DIST zoom-5.2.440215.0803_i686.tar.xz 39618100 BLAKE2B d0d99d846466614294573f28d
22 DIST zoom-5.2.440215.0803_x86_64.tar.xz 42437020 BLAKE2B 32c6c47c84311a4a3173a26a00a0911894eeb2abbf537da9777405d59c61e1288ebd9d2f22e766579b72f3e5ef8acce79bb2a1ed4f3ffe122a1d0b06bfa25790 SHA512 b553d7f9d89a27a1845ae9e32d47e1ccec36c2d1093b3db2eb87e59a6b42436103ee651e13a5d5943df6545cdc6a19c994e8686e5bbe8df93503f5c69ae876b6
23 DIST zoom-5.2.446620.0816_i686.tar.xz 39601408 BLAKE2B 0ee84298b705e7f066aec8825e6331785760ed521e992e66c18c74cfe7792a69c05f554eeed05a56ca5e8a891301df4d8f59b35bdb8920c87c748d016bf1bbf9 SHA512 1cbb60fed632ed3a71376f8dfa94ed21493c55e2eeb1c8341eaa5b91971d3eeb709baa6aaa4440bdbb6b381850835a72fc4282146b7711035a3ab1c057e4b647
24 DIST zoom-5.2.446620.0816_x86_64.tar.xz 42281096 BLAKE2B e9a38668fef05ff49a7d78cbae94870175b167efd10d9969aec83ef1a3dda206a893a40326d013ed0bb334e7f38f212b5b0a348e1aef861a3e58d018e64812b0 SHA512 a31bf488670ac2d6af0cb75e5aa2ef4be02f18198e95b3fcbc58e0fc6dda20fc83ce4bbe6fc42a5d433c01625f9386424d2d7cde25d6615c679827355c068a83
25 +DIST zoom-5.2.454870.0831_i686.tar.xz 39596492 BLAKE2B 4b0e0ba01b7865a721b4a7e54196be781db5ec161cec40f30a2f39437ee58e6b1ebd02b08259390f4bf78f5f5a575d58cdacb018a3cf85ad2f20cb3bfa12ca04 SHA512 1dbc0c95b3d376dafa9020bb4f02ad7c64bcfdcf25ea9ee3393bc404731a9c19aa0073b81bfaca7eaa040afa6e3c5df116d45f337de1f776f32d8da31faf0271
26 +DIST zoom-5.2.454870.0831_x86_64.tar.xz 38984928 BLAKE2B 9cf4f6903287909d4aeaa3437e3a25eebd4e9ea1b4e7eb2f8ba7fdce174b25e570c8aa12d0e4555a43b94a3056506f1a09d45122090a3183d4a934935630fa5a SHA512 44f7fba85c991ac017a8bf61216a7b51d8ae526631be95a25611f6116e3e4b4e1257f8f72b88172539e1ad3d831d58bc87b9858d868a271d4f9ae64b4061d27e
27
28 diff --git a/net-im/zoom/zoom-5.2.454870.0831.ebuild b/net-im/zoom/zoom-5.2.454870.0831.ebuild
29 new file mode 100644
30 index 00000000000..c11afe99432
31 --- /dev/null
32 +++ b/net-im/zoom/zoom-5.2.454870.0831.ebuild
33 @@ -0,0 +1,105 @@
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 + doexe zoom zoom.sh zopen ZoomLauncher
104 + dosym {"../../usr/$(get_libdir)",/opt/zoom}/libmpg123.so
105 +
106 + if use bundled-libjpeg-turbo; then
107 + doexe libturbojpeg.so.0.1.0
108 + dosym libturbojpeg.so.0.1.0 /opt/zoom/libturbojpeg.so
109 + else
110 + dosym {"../../usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so #715106
111 + fi
112 +
113 + make_wrapper zoom ./zoom /opt/zoom
114 + make_desktop_entry "zoom %U" Zoom zoom-videocam "" \
115 + "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
116 + # The tarball doesn't contain an icon, so take a generic camera icon
117 + # from https://github.com/google/material-design-icons, modified to be
118 + # white on a blue background
119 + doicon -s scalable "${FILESDIR}"/zoom-videocam.svg
120 + doicon -s 24 "${FILESDIR}"/zoom-videocam.xpm
121 + readme.gentoo_create_doc
122 +}
123 +
124 +pkg_postinst() {
125 + xdg_desktop_database_update
126 + xdg_icon_cache_update
127 +
128 + local FORCE_PRINT_ELOG v
129 + for v in ${REPLACING_VERSIONS}; do
130 + ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
131 + done
132 + readme.gentoo_print_elog
133 +}
134 +
135 +pkg_postrm() {
136 + xdg_desktop_database_update
137 + xdg_icon_cache_update
138 +}