commit:     57fe3ccd0607533807d51e3243dc96ab6e1accac
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 21:11:21 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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 @@
        <use>
                <flag name="enchant">Enable the app-text/aspell spell-checking 
backend</flag>
                <flag name="hunspell">Enable the app-text/hunspell 
spell-checking backend</flag>
-               <flag name="system-rlottie">Use system version of 
<pkg>media-libs/rlottie</pkg> ( may alter sticker color )</flag>
                <flag name="webrtc">WebRTC based video call support</flag>
        </use>
 </pkgmetadata>

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)"

Reply via email to