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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFE641581F0 for ; Fri, 03 Jan 2025 01:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A249E08C0; Fri, 03 Jan 2025 01:17:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E157DE08C0 for ; Fri, 03 Jan 2025 01:17:15 +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 E5E1834027D for ; Fri, 03 Jan 2025 01:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76DC01909 for ; Fri, 03 Jan 2025 01:17:13 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1735866975.1d481f62a3049f1aeb410bb861baf8d63149ca12.dlan@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-5.9.0-r1.ebuild net-im/telegram-desktop/telegram-desktop-5.9.0.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 1d481f62a3049f1aeb410bb861baf8d63149ca12 X-VCS-Branch: master Date: Fri, 03 Jan 2025 01:17:13 +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: c130cb2b-1828-49d6-a5fa-90bc917e5852 X-Archives-Hash: e72d4cb18b2cf7860c0e008e1f5d4042 commit: 1d481f62a3049f1aeb410bb861baf8d63149ca12 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Jan 2 22:29:48 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Jan 3 01:16:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d481f62 net-im/telegram-desktop: Fix a few minor bugs - Require FFMPEG 6 - Add gobject-introspection to BDEPEND - Upgrade tg_owt Bug: https://bugs.gentoo.org/942770 Bug: https://bugs.gentoo.org/943388 Closes: https://github.com/gentoo/gentoo/pull/39956 Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Yixun Lan gentoo.org> ...egram-desktop-5.9.0.ebuild => telegram-desktop-5.9.0-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-5.9.0.ebuild b/net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild similarity index 98% rename from net-im/telegram-desktop/telegram-desktop-5.9.0.ebuild rename to net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild index ab10f90b15cd..8557b3f04dad 100644 --- a/net-im/telegram-desktop/telegram-desktop-5.9.0.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,8 +34,8 @@ CDEPEND=" media-libs/openal media-libs/opus media-libs/rnnoise - ~media-libs/tg_owt-0_pre20240804:=[screencast=,X=] - media-video/ffmpeg:=[opus,vpx] + ~media-libs/tg_owt-0_pre20241202:=[screencast=,X=] + >=media-video/ffmpeg-6:=[opus,vpx] sys-libs/zlib:=[minizip] !enchant? ( >=app-text/hunspell-1.7:= ) enchant? ( app-text/enchant:= ) @@ -81,6 +81,7 @@ BDEPEND=" ${PYTHON_DEPS} >=dev-build/cmake-3.16 >=dev-cpp/cppgir-2.0_p20240315 + dev-libs/gobject-introspection dev-util/gdbus-codegen virtual/pkgconfig wayland? ( dev-util/wayland-scanner )