From 61907558378974e0851cb462808ee6f91b7fb659 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 7 Sep 2026 01:06:10 +0400 Subject: [PATCH] Move rlottie -> tlottie. --- .gitmodules | 3 - Telegram/CMakeLists.txt | 1 - Telegram/ThirdParty/rlottie | 1 - Telegram/build/docker/centos_env/Dockerfile | 28 +++++++++ Telegram/build/prepare/prepare.py | 70 +++++++++++++++++++++ Telegram/lib_lottie | 2 +- cmake | 2 +- 7 files changed, 100 insertions(+), 7 deletions(-) delete mode 160000 Telegram/ThirdParty/rlottie diff --git a/.gitmodules b/.gitmodules index c9c66a618a..97b39cb3be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "Telegram/ThirdParty/xxHash"] path = Telegram/ThirdParty/xxHash url = https://github.com/Cyan4973/xxHash.git -[submodule "Telegram/ThirdParty/rlottie"] - path = Telegram/ThirdParty/rlottie - url = https://github.com/desktop-app/rlottie.git [submodule "Telegram/ThirdParty/lz4"] path = Telegram/ThirdParty/lz4 url = https://github.com/lz4/lz4.git diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 2845c8bd93..1f71631980 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -87,7 +87,6 @@ PRIVATE desktop-app::lib_webview desktop-app::lib_ffmpeg desktop-app::lib_stripe - desktop-app::external_rlottie desktop-app::external_zlib desktop-app::external_minizip desktop-app::external_kcoreaddons diff --git a/Telegram/ThirdParty/rlottie b/Telegram/ThirdParty/rlottie deleted file mode 160000 index dcfe6f62f2..0000000000 --- a/Telegram/ThirdParty/rlottie +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dcfe6f62f27522cda4f06f6d6b497ed7fd0917e9 diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index b696e99c29..da395635d8 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -1001,6 +1001,33 @@ cd .. rm -rf tde2e EOF +FROM builder AS tlottie +RUN < nul', shell=True, env=modifiedEnv) diff --git a/Telegram/lib_lottie b/Telegram/lib_lottie index 192a35ab14..46e0f003a1 160000 --- a/Telegram/lib_lottie +++ b/Telegram/lib_lottie @@ -1 +1 @@ -Subproject commit 192a35ab144bb52260f112433363f397363aec1e +Subproject commit 46e0f003a13a29402a80e19bc88eabcbd4f8d65d diff --git a/cmake b/cmake index 428f37a41f..5e21e7ac35 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 428f37a41f936922cd3bb0159a357cca22ad359c +Subproject commit 5e21e7ac353138128145ec4419c0666dc9959347