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 28EB0138359 for ; Mon, 26 Oct 2020 21:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0BEE08BF; Mon, 26 Oct 2020 21:13:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32374E08BF for ; Mon, 26 Oct 2020 21:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1BF0335C85 for ; Mon, 26 Oct 2020 21:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1B153AA for ; Mon, 26 Oct 2020 21:13:55 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1603746706.57fe3ccd0607533807d51e3243dc96ab6e1accac.gyakovlev@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/metadata.xml net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 57fe3ccd0607533807d51e3243dc96ab6e1accac X-VCS-Branch: master Date: Mon, 26 Oct 2020 21:13:55 +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: 89776566-91dc-4fb8-b34c-782240cfca85 X-Archives-Hash: 91aeafc92be920155c6c512d65cb0091 commit: 57fe3ccd0607533807d51e3243dc96ab6e1accac Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Oct 26 21:11:21 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Oct 26 21:11:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fe3ccd net-im/telegram-desktop: remove system-rlottie flag Closes: https://bugs.gentoo.org/751319 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> net-im/telegram-desktop/metadata.xml | 1 - net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/net-im/telegram-desktop/metadata.xml b/net-im/telegram-desktop/metadata.xml index 487d6100c6b..3483ee3eee6 100644 --- a/net-im/telegram-desktop/metadata.xml +++ b/net-im/telegram-desktop/metadata.xml @@ -8,7 +8,6 @@ Enable the app-text/aspell spell-checking backend Enable the app-text/hunspell spell-checking backend - Use system version of media-libs/rlottie ( may alter sticker color ) WebRTC based video call support diff --git a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild index 6f411ab81e1..57c8fafa89f 100644 --- a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild @@ -19,13 +19,10 @@ SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${ ) " -LICENSE="GPL-3-with-openssl-exception LGPL-2+ - !system-rlottie? ( BSD FTL JSON MIT ) - webrtc? ( BSD ) -" +LICENSE="GPL-3-with-openssl-exception LGPL-2+ webrtc? ( BSD )" SLOT="0" KEYWORDS="~amd64 ~ppc64" -IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell system-rlottie +webrtc +X" +IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell +webrtc +X" RDEPEND=" !net-im/telegram-desktop-bin @@ -63,7 +60,6 @@ RDEPEND=" hunspell? ( >=app-text/hunspell-1.7:= ) pulseaudio? ( media-sound/pulseaudio ) webrtc? ( media-libs/libjpeg-turbo:= ) - system-rlottie? ( media-libs/rlottie:= ) " DEPEND=" @@ -134,7 +130,6 @@ src_configure() { -DDESKTOP_APP_USE_GLIBC_WRAPS=OFF -DDESKTOP_APP_USE_PACKAGED=ON -DDESKTOP_APP_USE_PACKAGED_FONTS=ON - -DDESKTOP_APP_LOTTIE_USE_CACHE=$(usex system-rlottie OFF ON) # we disable cache with system rlottie -DTDESKTOP_DISABLE_GTK_INTEGRATION="$(usex gtk OFF ON)" -DTDESKTOP_LAUNCHER_BASENAME="${PN}" -DDESKTOP_APP_DISABLE_DBUS_INTEGRATION="$(usex dbus OFF ON)"