git: c7f8b5dce920 - main - net-im/gajim: add dependency on gsound
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Mar 2025 11:49:01 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7f8b5dce920b6e6ac1830e091dcecc4c0531530 commit c7f8b5dce920b6e6ac1830e091dcecc4c0531530 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-03-07 11:46:11 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-03-07 11:48:47 +0000 net-im/gajim: add dependency on gsound gsound library is required for Notification sounds "feature" of gajim. It is called via gobject. PR: 259876 Reported by: Andras Farkas <deepbluemistake@gmail.com> --- net-im/gajim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 19b78fa77e65..1d892585e1a2 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -1,5 +1,6 @@ PORTNAME= gajim DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -26,7 +27,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}emoji>0:misc/py-emoji@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR} LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ - libspelling-1.so:x11-toolkits/libspelling + libspelling-1.so:x11-toolkits/libspelling \ + libgsound.so:audio/gsound USES= cpe gettext gnome python:3.11+ xorg USE_PYTHON= autoplist cryptography pep517 noflavors