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 681F815ACFC for ; Sun, 7 May 2023 07:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC249E085E; Sun, 7 May 2023 07:22:27 +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 83366E085E for ; Sun, 7 May 2023 07:22:27 +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 AB907341368 for ; Sun, 7 May 2023 07:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E8D6A62 for ; Sun, 7 May 2023 07:22:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683444101.37dc5b6a300e5962454809e39b17f2926ec3d82b.sam@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.6.5-r1.ebuild net-im/telegram-desktop/telegram-desktop-4.7.1-r1.ebuild net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild net-im/telegram-desktop/telegram-desktop-4.8.1-r1.ebuild net-im/telegram-desktop/telegram-desktop-4.8.1.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37dc5b6a300e5962454809e39b17f2926ec3d82b X-VCS-Branch: master Date: Sun, 7 May 2023 07:22:25 +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: 934eb9a7-2917-4798-a5d9-fc0f076a159d X-Archives-Hash: ea239141bf05c290d56e1ba9e678dfe2 commit: 37dc5b6a300e5962454809e39b17f2926ec3d82b Author: Esteve Varela Colominas gmail com> AuthorDate: Sun Apr 30 20:11:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 7 07:21:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37dc5b6a net-im/telegram-desktop: Bump tg_owt version Closes: https://bugs.gentoo.org/905083 Thanks-to: gmail.com> Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30732 Signed-off-by: Sam James gentoo.org> ...egram-desktop-4.7.1.ebuild => telegram-desktop-4.6.5-r1.ebuild} | 7 +++---- ...egram-desktop-4.7.1.ebuild => telegram-desktop-4.7.1-r1.ebuild} | 2 +- ...egram-desktop-4.8.1.ebuild => telegram-desktop-4.8.1-r1.ebuild} | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.6.5-r1.ebuild similarity index 98% copy from net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild copy to net-im/telegram-desktop/telegram-desktop-4.6.5-r1.ebuild index 350747f4d8cc..f50292ef176a 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.6.5-r1.ebuild @@ -35,7 +35,6 @@ RDEPEND=" dev-libs/libdispatch dev-libs/libsigc++:2 dev-libs/openssl:= - dev-libs/protobuf dev-libs/xxhash media-libs/fontconfig:= media-libs/libjpeg-turbo:= @@ -43,11 +42,11 @@ RDEPEND=" media-libs/openal media-libs/opus:= media-libs/rnnoise - ~media-libs/tg_owt-0_pre20230105:=[screencast=,X=] + ~media-libs/tg_owt-0_pre20230428:=[screencast=,X=] media-video/ffmpeg:=[opus,vpx] sys-libs/zlib:=[minizip] virtual/opengl - dbus? ( >=dev-cpp/glibmm-2.76:2.68 ) + dbus? ( dev-cpp/glibmm:2.68 ) !enchant? ( >=app-text/hunspell-1.7:= ) enchant? ( app-text/enchant:= ) jemalloc? ( dev-libs/jemalloc:=[-lazy-lock] ) @@ -107,7 +106,7 @@ src_prepare() { if use qt6-imageformats; then sed -e 's/DESKTOP_APP_USE_PACKAGED_LAZY/TRUE/' -i \ cmake/external/kimageformats/CMakeLists.txt || die - printf '%s\n' \ + printf "%s\n" \ 'Q_IMPORT_PLUGIN(QAVIFPlugin)' \ 'Q_IMPORT_PLUGIN(HEIFPlugin)' \ 'Q_IMPORT_PLUGIN(QJpegXLPlugin)' \ diff --git a/net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.7.1-r1.ebuild similarity index 99% rename from net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild rename to net-im/telegram-desktop/telegram-desktop-4.7.1-r1.ebuild index 350747f4d8cc..349592fc763a 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.7.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.7.1-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=" media-libs/openal media-libs/opus:= media-libs/rnnoise - ~media-libs/tg_owt-0_pre20230105:=[screencast=,X=] + ~media-libs/tg_owt-0_pre20230428:=[screencast=,X=] media-video/ffmpeg:=[opus,vpx] sys-libs/zlib:=[minizip] virtual/opengl diff --git a/net-im/telegram-desktop/telegram-desktop-4.8.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.8.1-r1.ebuild similarity index 99% rename from net-im/telegram-desktop/telegram-desktop-4.8.1.ebuild rename to net-im/telegram-desktop/telegram-desktop-4.8.1-r1.ebuild index 350747f4d8cc..349592fc763a 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.8.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.8.1-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=" media-libs/openal media-libs/opus:= media-libs/rnnoise - ~media-libs/tg_owt-0_pre20230105:=[screencast=,X=] + ~media-libs/tg_owt-0_pre20230428:=[screencast=,X=] media-video/ffmpeg:=[opus,vpx] sys-libs/zlib:=[minizip] virtual/opengl