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 C4BD9158041 for ; Mon, 26 Feb 2024 00:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB6D4E29BF; Mon, 26 Feb 2024 00:30:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA2CE29BF for ; Mon, 26 Feb 2024 00:30:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F362D33BEFF for ; Mon, 26 Feb 2024 00:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4737CB2F for ; Mon, 26 Feb 2024 00:30:52 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1708907437.bd1a84775f913373933d34f7fef0460ff75ac708.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jriver/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/jriver/jriver-31.0.60.ebuild X-VCS-Directories: media-sound/jriver/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: bd1a84775f913373933d34f7fef0460ff75ac708 X-VCS-Branch: dev Date: Mon, 26 Feb 2024 00:30:52 +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: e9860665-c23f-43e1-9cb1-c5e765a767cf X-Archives-Hash: b7263fba4c563dca60d44bccb0e6d4e4 commit: bd1a84775f913373933d34f7fef0460ff75ac708 Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Feb 26 00:30:37 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Mon Feb 26 00:30:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1a8477 media-sound/jriver: add missing dependencies Closes: https://bugs.gentoo.org/915531 Signed-off-by: Vitaly Zdanevich ya.ru> media-sound/jriver/jriver-31.0.60.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-sound/jriver/jriver-31.0.60.ebuild b/media-sound/jriver/jriver-31.0.60.ebuild index 87fe861cb3..caabbab8b9 100644 --- a/media-sound/jriver/jriver-31.0.60.ebuild +++ b/media-sound/jriver/jriver-31.0.60.ebuild @@ -19,8 +19,14 @@ KEYWORDS="~amd64" RESTRICT="strip" QA_PREBUILT="*" +# TODO soon brotli dep will be dropped RDEPEND=" app-arch/brotli + media-libs/alsa-lib + media-libs/libglvnd + x11-libs/gtk+ + x11-libs/pango + x11-libs/libXrandr " src_unpack() {