From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1432659-garchives=archives.gentoo.org@lists.gentoo.org> 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 129DB158094 for <garchives@archives.gentoo.org>; Thu, 1 Sep 2022 06:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F10E0A8B; Thu, 1 Sep 2022 06:28:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 213CEE0A8B for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2022 06:28:00 +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 58A86340C79 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2022 06:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B367C5B2 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2022 06:27:56 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1662013673.0490be31096593a1e9734b7f07a37364a87784a3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0490be31096593a1e9734b7f07a37364a87784a3 X-VCS-Branch: master Date: Thu, 1 Sep 2022 06:27:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 659e3da8-4446-4fb2-8da8-e1079ae7b3c6 X-Archives-Hash: 0189f36a2d0c48d4f23a958126ad8fe8 commit: 0490be31096593a1e9734b7f07a37364a87784a3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Sep 1 06:27:25 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Sep 1 06:27:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0490be31 net-im/telegram-desktop: add some missing deps to 4.1.1-r1 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild index ea8aea70d791..c8bf06c96a79 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild @@ -28,18 +28,22 @@ RDEPEND=" !net-im/telegram-desktop-bin app-arch/lz4:= dev-cpp/abseil-cpp:= + dev-libs/glib:2 dev-libs/libdispatch + dev-libs/libsigc++:2 dev-libs/openssl:= dev-libs/xxhash media-fonts/open-sans media-libs/fontconfig:= + media-libs/libjpeg-turbo:= ~media-libs/libtgvoip-2.4.4_p20220503 media-libs/openal media-libs/opus:= media-libs/rnnoise - ~media-libs/tg_owt-0_pre20220507[screencast=,X=] + ~media-libs/tg_owt-0_pre20220507:=[screencast=,X=] media-video/ffmpeg:=[opus] sys-libs/zlib:=[minizip] + x11-libs/xcb-util-keysyms dbus? ( dev-cpp/glibmm:2 ) enchant? ( app-text/enchant:= ) hunspell? ( >=app-text/hunspell-1.7:= )