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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2288B158086 for ; Fri, 22 Oct 2021 12:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91C2E0824; Fri, 22 Oct 2021 12:09:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F027E0802 for ; Fri, 22 Oct 2021 12:09:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E07CB3432A4 for ; Fri, 22 Oct 2021 12:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8036715A for ; Fri, 22 Oct 2021 12:09:44 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1634903116.63e8182d3a6a3b8737d037e368dc9596deddb5f9.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-9999.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 63e8182d3a6a3b8737d037e368dc9596deddb5f9 X-VCS-Branch: master Date: Fri, 22 Oct 2021 12:09:44 +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: b9aa7c97-d765-4a17-aa89-6842878d8992 X-Archives-Hash: 438b8189f2f05893681ca34bd96c191a commit: 63e8182d3a6a3b8737d037e368dc9596deddb5f9 Author: Andrey Utkin gentoo org> AuthorDate: Fri Oct 22 10:47:31 2021 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Fri Oct 22 11:45:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e8182d net-im/dino: declare gstreamer deps Dino binary and its rtp.so plugin are linked against libgstreamer, libgstbase, libgstvideo etc. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrey Utkin gentoo.org> net-im/dino/dino-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index ec609bb4854..29103bf879e 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -49,6 +49,8 @@ RDEPEND=" DEPEND=" $(vala_depend) ${RDEPEND} + media-libs/gst-plugins-base + media-libs/gstreamer sys-devel/gettext "