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, 05 Aug 2020 11:31:24
Message-Id: 1596627017.d59725368ad8ed8d6ea60345b5316497bc75d841.ulm@gentoo
1 commit: d59725368ad8ed8d6ea60345b5316497bc75d841
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 11:30:17 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 11:30:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5972536
7
8 net-im/zoom: Version bump to 5.2.440215.0803.
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
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.440215.0803.ebuild | 106 ++++++++++++++++++++++++++++++++
15 2 files changed, 108 insertions(+)
16
17 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
18 index bde9a3c8335..4761ccddcb0 100644
19 --- a/net-im/zoom/Manifest
20 +++ b/net-im/zoom/Manifest
21 @@ -4,3 +4,5 @@ DIST zoom-5.1.418436.0628_i686.tar.xz 39038972 BLAKE2B 534cbddc1f45a1148f9c4deb6
22 DIST zoom-5.1.418436.0628_x86_64.tar.xz 41884984 BLAKE2B a1beb64bf590391423c992627448d001f8f5e6cb01f5b95bbfdd634a9e33c22efcf393a95db29324d7baa21fc6d7cd61fce4f1dcfaf9fd7ba3e9b765a531b3b7 SHA512 0c844b688bfc57f252c5acb0224df242c7467cb0d7172c7b430781576cd066a71e100d0206a4b12f4f8e4fe960f824596034964b3be5612293cfc88bdf998d2e
23 DIST zoom-5.1.422789.0705_i686.tar.xz 39046196 BLAKE2B 1e0e37e7b184749b9dbfad2958df5b6169a4be5d320da58f934a61247b66e7038d5843c6a72c1fddb0602392b15bf909f1d00d494c878889846f27e0284dc374 SHA512 961561152193e0b91c8847d5b106c0b1ad7a75d3fe5de57928cee69f9a05f242b7fa2c64d9ded03f870d8b5fcaf46d2ce677f2b0e80759f2a0202d13afb64970
24 DIST zoom-5.1.422789.0705_x86_64.tar.xz 41893748 BLAKE2B ec324c23effa1f3a5dc27be0054a9e85b2fe75eace30c247a2c03849024d5525f4af944effe3a9f34d16c11f5d1ace17e651211a8db830222795deee653f54ed SHA512 e86aa9c3c56357c0d32c831338f3d1d6122d5f23719cf23fec9e36acaac0be07d126943db7b8d40b638199fcefdf0ce020a92e1b72b9e7e42eba9457ba305818
25 +DIST zoom-5.2.440215.0803_i686.tar.xz 39618100 BLAKE2B d0d99d846466614294573f28db1fa2d9643b278cfcfce5f66158411ed6d077309dc987ef5b2fb8a5d84cc8351a16deaa1bb59d024b5b4f480bbce0138c9314fd SHA512 afe53edadd5c3d44f299c14e677b7f12ac42933187cb9c076f47d7155a6be7505baf1165ed942de32295b7f2e1c1d8518847a9923234bd8b8b2c3bc607aa0d91
26 +DIST zoom-5.2.440215.0803_x86_64.tar.xz 42437020 BLAKE2B 32c6c47c84311a4a3173a26a00a0911894eeb2abbf537da9777405d59c61e1288ebd9d2f22e766579b72f3e5ef8acce79bb2a1ed4f3ffe122a1d0b06bfa25790 SHA512 b553d7f9d89a27a1845ae9e32d47e1ccec36c2d1093b3db2eb87e59a6b42436103ee651e13a5d5943df6545cdc6a19c994e8686e5bbe8df93503f5c69ae876b6
27
28 diff --git a/net-im/zoom/zoom-5.2.440215.0803.ebuild b/net-im/zoom/zoom-5.2.440215.0803.ebuild
29 new file mode 100644
30 index 00000000000..a795b31a6ec
31 --- /dev/null
32 +++ b/net-im/zoom/zoom-5.2.440215.0803.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 zoom.sh 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 +}