From 57fe3ccd0607533807d51e3243dc96ab6e1accac Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 26 Oct 2020 14:11:21 -0700 Subject: 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 --- 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(-) (limited to 'net-im/telegram-desktop') diff --git a/net-im/telegram-desktop/metadata.xml b/net-im/telegram-desktop/metadata.xml index 487d6100c6b0..3483ee3eee61 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 6f411ab81e1e..57c8fafa89f6 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)" -- cgit v1.2.3-65-gdbad