commit:     1443ef21b14b35b0b935e9dfffdf31624c8b3bcc
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 28 19:41:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 11:38:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1443ef21

net-im/gajim: add 2.0.0

* Give the python multi-target support, its free and it makes python
  target bumps less painful.
* Cleanup dependencies and move use flags into optfeature.
* Add one use flag to handle all voice and audio support. "voice" is used
  elsewhere in tree as well so its not an oddball unlike "jingle".

Bug: https://bugs.gentoo.org/910386
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/gajim/Manifest           |   1 +
 net-im/gajim/gajim-2.0.0.ebuild | 106 ++++++++++++++++++++++++++++++++++++++++
 net-im/gajim/metadata.xml       |   1 +
 3 files changed, 108 insertions(+)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index 0fcf5ab2fa70..0e89715a4542 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1,3 +1,4 @@
 DIST gajim-1.8.4.tar.gz 3710470 BLAKE2B 
e23eafe707bc482a050fcef44df9e68af552444cce173c506538ebe01557a894dc0ba8b9afe18f195fd0b00b717b1268531a960b1c8b868c22081135d14e3079
 SHA512 
1a5b028c0e308eb15417c8c11584bc0e8b0218fead5155093ede4bc3961b6bee2b47bc3510f751dc70194634d6ca94d4a675f6891c8f050859fb4729020e52cb
 DIST gajim-1.9.3.tar.gz 3803265 BLAKE2B 
44c6985728871b82fd86aa8a5e066123cd10a0f990dffcbdc6099333caec95af4f78eecdf49af062aa5bad293d819ea7e0811e2cd1906eb81630b9fd94f0c3f7
 SHA512 
d7815ad77afb3ea1e7b1cdf6baa4ed1acaaed857da4a0ca1db57200dc3fc7103e4110ee8b7e2918838f86c9250226a6c8b98be6cd0915ea29eaf5e1a2830688a
 DIST gajim-1.9.5.tar.gz 4723544 BLAKE2B 
5975338a366eba36bc6f92af8d41f727d00ae0bdeaa93a62ed8f5e1f0c4f91ae1b3334afa9f71d21b57a3cd51d35b052a29fecba4bdd7bb577611e01c53d98d2
 SHA512 
00adfffa255ecbd73227967f86be02549403e81801339dbd896c9c48c3717e7f99d7c1d70d3629b2b242e60ddba6037a9877f264af6f8b6b0d7d30666a54e5f5
+DIST gajim-2.0.0.tar.gz 4697888 BLAKE2B 
a714eb67de3dfb92a9329ada6ec2a9e7ea09055c751bb115a9639c046948b5f16ceb01ed1dae015d4efd1ec3dff7aa954d7ffc3ef0d6c1b053007111cc68165e
 SHA512 
7cfcab5d60e04a892dc19441bb0c50bf73365d4dd6ae93d986aeefca4e5cb47d70693a57b87f8dd15adf49d7c8926c338676c72a03ce42b60518216d248cd28a

diff --git a/net-im/gajim/gajim-2.0.0.ebuild b/net-im/gajim/gajim-2.0.0.ebuild
new file mode 100644
index 000000000000..b79b60959670
--- /dev/null
+++ b/net-im/gajim/gajim-2.0.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite,xml(+)"
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature xdg
+
+DESCRIPTION="GTK XMPP Client"
+HOMEPAGE="https://gajim.org/";
+SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P/_p/-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# Rekeyword for ~long, ~x86 and ~riscv, when https://bugs.gentoo.org/937582 is 
fixed.
+# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64"
+IUSE="voice"
+
+# Same order as in upstream pyproject.toml please for the python dependencies
+
+# For introspection dependencies consult upstream documentation and any 
gi.require_version in the code
+
+# USE="voice" handles all video and audio.
+# https://dev.gajim.org/gajim/gajim#for-video-and-audio-calls
+# https://dev.gajim.org/gajim/gajim#for-voice-messages
+
+# xdg-desktop-portal: apparent runtime requirement
+# 
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2963fc1a23747bbb60a3785bf06dd566e6d8be9
+
+RDEPEND="${COMMON_DEPEND}
+       >=dev-python/cryptography-3.4.8[${PYTHON_USEDEP}]
+       dev-python/css-parser[${PYTHON_USEDEP}]
+       >=dev-python/emoji-2.6.0[${PYTHON_USEDEP}]
+       dev-python/keyring[${PYTHON_USEDEP}]
+       <dev-python/nbxmpp-7.0.0[${PYTHON_USEDEP}]
+       >=dev-python/nbxmpp-6.0.0[${PYTHON_USEDEP}]
+       <dev-python/omemo-dr-2.0.0[${PYTHON_USEDEP}]
+       >=dev-python/omemo-dr-1.0.0[${PYTHON_USEDEP}]
+       dev-python/packaging[${PYTHON_USEDEP}]
+       >=dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
+       >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+       >=dev-python/pycairo-1.16.0[${PYTHON_USEDEP}]
+       >=dev-python/pygobject-3.42.0:3[cairo,${PYTHON_USEDEP}]
+       >=dev-python/qrcode-7.3.1[${PYTHON_USEDEP}]
+       >=dev-python/sqlalchemy-2.0.0[${PYTHON_USEDEP}]
+
+       dev-libs/glib[introspection(+)]
+       >=gui-libs/gtk-4.14.0:4[introspection]
+       gui-libs/gtksourceview:5[introspection]
+       media-libs/graphene[introspection]
+       net-libs/libsoup:3.0[introspection]
+       x11-libs/gdk-pixbuf:2[introspection]
+       >=x11-libs/pango-1.50.0[introspection]
+
+       voice? (
+               media-libs/gstreamer:1.0[introspection]
+               media-libs/gst-plugins-base
+               media-libs/gst-plugins-ugly
+               media-plugins/gst-plugins-gtk
+               media-plugins/gst-plugins-libav
+               net-libs/farstream:0.2[introspection]
+       )
+
+       sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+       >=sys-devel/gettext-0.17-r1
+"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+       # Generates manpages, app icons, translation and metadata
+       ./make.py build --dist unix || die
+}
+
+python_install_all() {
+       # Installs manpages, app icons, translation and metadata
+       ./make.py install --dist unix --prefix="${ED}/usr" || die
+
+       # Undo compression in ./make.py install
+       gzip -d "${ED}"/usr/share/man/man1/*.gz || die
+
+       distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+       ewarn "The chat database format changes when upgrading from 1.8.x to 
1.9.x."
+       ewarn "The first time the user starts Gajim, an automatic migration is 
performed."
+
+       # 
https://dev.gajim.org/gajim/gajim/-/tree/master?ref_type=heads#optional-runtime-requirements
+       #optfeature "Sentry error reporting to dev.gajim.org" 
dev-python/sentry-sdk
+       optfeature "keyring support" app-crypt/libsecret[introspection]
+       optfeature "spellchecking support" "app-text/hunspell 
app-text/libspelling:1"
+       optfeature "better NAT traversing" net-libs/gupnp:1.6[introspection]
+       optfeature "network lose detection" 
net-misc/networkmanager[introspection]
+       optfeature "sharing your location" app-misc/geoclue:2.0[introspection]
+       optfeature "notifcation sound support" media-libs/gsound[introspection]
+
+       xdg_pkg_postinst
+}

diff --git a/net-im/gajim/metadata.xml b/net-im/gajim/metadata.xml
index c72a20afc7b2..e39582a5066a 100644
--- a/net-im/gajim/metadata.xml
+++ b/net-im/gajim/metadata.xml
@@ -10,6 +10,7 @@
     <flag name="rst">Generating XHTML output from RST code</flag>
     <flag name="spell">Spellchecking of composed messages</flag>
     <flag name="upnp">Ability to request your router to forward port for file 
transfer</flag>
+    <flag name="voice">Support for video calls, audio calls and voice 
messages</flag>
     <flag name="webp">Support WebP avatars</flag>
   </use>
 </pkgmetadata>

Reply via email to