public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/jitsi-meet/
Date: Tue, 22 Apr 2025 23:09:11 +0000 (UTC)	[thread overview]
Message-ID: <1745363332.f20669d1a42709bb8545c95d7e8a6dd31c911ced.joe@gentoo> (raw)

commit:     f20669d1a42709bb8545c95d7e8a6dd31c911ced
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Apr 22 23:08:09 2025 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Apr 22 23:08:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20669d1

net-im/jitsi-meet: add 2025.4.0

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-im/jitsi-meet/Manifest                   |  1 +
 net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild | 51 ++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-im/jitsi-meet/Manifest b/net-im/jitsi-meet/Manifest
index 98500be65..0ca5be4d3 100644
--- a/net-im/jitsi-meet/Manifest
+++ b/net-im/jitsi-meet/Manifest
@@ -1 +1,2 @@
 DIST jitsi-meet-2025.2.0.deb 75843322 BLAKE2B 7c68fff979e0f327fda80c4b1eb1a4f93525783d443a2f52ba799e3288a4be0981ee7c6d8eae848fc2e52979545a264054f2fff28ad9955f4209fadcfe471227 SHA512 d08d3355d689948818c040999f8a33b7880ec4b94cd375e37ec342b1d83f306248a6c70ad6ef772e54832cb40a8f301eb884e990aec06eb0ac45714d4d6024f1
+DIST jitsi-meet-2025.4.0.deb 78801658 BLAKE2B ace6e50e3fe97e80aed9718f04e7a7e7625cb56e478f05b6cf911c8ad2e4a4a06b06cde504e287a738f74de3a88e69d1731bdcf62d25d7ada161cce4bd71a193 SHA512 f58e12907e8fc2968939145c0059ea7a49ba9868e7b1e3f24e9b5e30eab897d0861a71ad4e3d2229a4690b871658f8956ab4dd637917cde15fc5965239f8464e

diff --git a/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild b/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild
new file mode 100644
index 000000000..830f816e9
--- /dev/null
+++ b/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil fi fr gu he hi hr hu id it
+ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW"
+
+inherit desktop xdg unpacker chromium-2
+
+DESCRIPTION="Desktop application for Jitsi Meet built with Electron"
+HOMEPAGE="https://github.com/jitsi/jitsi-meet-electron"
+SRC_URI="https://github.com/jitsi/jitsi-meet-electron/releases/download/v${PV}/jitsi-meet-amd64.deb -> ${P}.deb"
+
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="bindist mirror splitdebug test"
+
+#Depends: libgtk-3-0, libnss3, libxtst6, xdg-utils, libatspi2.0-0, libuuid1
+#	sys-libs/libuuid seems to be included in sys-apps/util-linux
+#	sys-fs/fuse
+RDEPEND="
+	x11-libs/gtk+:3
+	dev-libs/nss
+	x11-libs/libXtst
+	app-accessibility/at-spi2-core:2
+"
+
+QA_PREBUILT="*"
+
+src_install() {
+	rm "opt/Jitsi Meet/chrome-sandbox" || die
+
+	insinto /opt
+	doins -r "opt/Jitsi Meet"
+
+	dobin "opt/Jitsi Meet/jitsi-meet"
+	dosym "../../opt/Jitsi Meet/jitsi-meet" /usr/bin/jitsi-meet
+	domenu usr/share/applications/jitsi-meet.desktop
+	doicon usr/share/icons/hicolor/512x512/apps/jitsi-meet.png
+
+	pushd "${ED}/opt/Jitsi Meet/locales" > /dev/null || die
+	chromium_remove_language_paks
+	popd > /dev/null || die
+
+	fperms +x "/opt/Jitsi Meet/jitsi-meet"
+}


             reply	other threads:[~2025-04-22 23:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-22 23:09 Joe Kappus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05  4:17 [gentoo-commits] repo/proj/guru:dev commit in: net-im/jitsi-meet/ Joe Kappus
2025-10-05  4:17 Joe Kappus
2025-09-04 13:12 Joe Kappus
2025-09-04 13:10 Joe Kappus
2025-08-27 19:05 Joe Kappus
2025-08-27 19:05 Joe Kappus
2025-04-22 23:09 Joe Kappus
2025-02-28 17:43 Joe Kappus
2025-02-28 17:43 Joe Kappus
2025-02-28 17:43 Joe Kappus
2023-08-13 20:21 Remigiusz Micielski
2022-09-08 10:24 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-05-18 19:49 Tony Olagbaiye
2022-05-18 16:50 Tony Olagbaiye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1745363332.f20669d1a42709bb8545c95d7e8a6dd31c911ced.joe@gentoo \
    --to=joe@wt.gd \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox