From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1B4315808B for ; Wed, 23 Mar 2022 16:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE11AE0908; Wed, 23 Mar 2022 16:15:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A296E0901 for ; Wed, 23 Mar 2022 16:15:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC24A342A79 for ; Wed, 23 Mar 2022 16:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EC8335A for ; Wed, 23 Mar 2022 16:15:00 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1647717199.ddbdefe3a1e2ad9681e063cfbd41ca929000ad8c.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/helvum/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/helvum/helvum-0.3.4.ebuild X-VCS-Directories: media-sound/helvum/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ddbdefe3a1e2ad9681e063cfbd41ca929000ad8c X-VCS-Branch: master Date: Wed, 23 Mar 2022 16:15:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9eb28388-478f-46ae-85a5-67a036dbe114 X-Archives-Hash: 1ef2e5b326012ce3e65275a1c576f324 commit: ddbdefe3a1e2ad9681e063cfbd41ca929000ad8c Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Mar 19 19:02:17 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat Mar 19 19:13:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddbdefe3 media-sound/helvum: update dependencies Closes: https://bugs.gentoo.org/833822 Signed-off-by: Adel KARA SLIMANE zegrapher.com> media-sound/helvum/helvum-0.3.4.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/media-sound/helvum/helvum-0.3.4.ebuild b/media-sound/helvum/helvum-0.3.4.ebuild index 0085f558c..c27866db7 100644 --- a/media-sound/helvum/helvum-0.3.4.ebuild +++ b/media-sound/helvum/helvum-0.3.4.ebuild @@ -149,4 +149,12 @@ LICENSE="Apache-2.0 BSD Boost-1.0 GPL-3 ISC MIT Unlicense" SLOT="0" KEYWORDS="~amd64" -DEPEND="x11-libs/pango" +DEPEND=" + dev-libs/glib:2 + gui-libs/gtk:4 + media-libs/graphene + media-video/pipewire:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/pango +"