-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kaiyang Wu <origincode@aosc.io>
- Loading branch information
1 parent
37309cb
commit 220bc45
Showing
11 changed files
with
84 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
app-web/telegram-desktop/autobuild/patches/0007-fix-lib_tl-add-missing-cstring-include.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 65bc681a85a1edb111cc613503cfa4305c57c508 Mon Sep 17 00:00:00 2001 | ||
From: Kaiyang Wu <self@origincode.me> | ||
Date: Fri, 1 Nov 2024 23:15:07 -0700 | ||
Subject: [PATCH 7/8] fix(lib_tl): add missing cstring include | ||
|
||
Signed-off-by: Kaiyang Wu <self@origincode.me> | ||
--- | ||
Telegram/lib_tl/tl/tl_basic_types.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/Telegram/lib_tl/tl/tl_basic_types.h b/Telegram/lib_tl/tl/tl_basic_types.h | ||
index 5eadf62a..961f7feb 100644 | ||
--- a/Telegram/lib_tl/tl/tl_basic_types.h | ||
+++ b/Telegram/lib_tl/tl/tl_basic_types.h | ||
@@ -10,6 +10,7 @@ | ||
#include "base/flags.h" | ||
#include "base/bytes.h" | ||
|
||
+#include <cstring> | ||
#include <QtCore/QVector> | ||
|
||
namespace tl { | ||
-- | ||
2.47.0 | ||
|
25 changes: 25 additions & 0 deletions
25
...telegram-desktop/autobuild/patches/0008-fix-lib_webview-add-missing-cstdint-include.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From cf311e631852efc2d84b75df542d0d8494e90acd Mon Sep 17 00:00:00 2001 | ||
From: Kaiyang Wu <self@origincode.me> | ||
Date: Fri, 1 Nov 2024 23:28:52 -0700 | ||
Subject: [PATCH 8/8] fix(lib_webview): add missing cstdint include | ||
|
||
Signed-off-by: Kaiyang Wu <self@origincode.me> | ||
--- | ||
Telegram/lib_webview/webview/webview_interface.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/Telegram/lib_webview/webview/webview_interface.h b/Telegram/lib_webview/webview/webview_interface.h | ||
index d19d2534..660e5b27 100644 | ||
--- a/Telegram/lib_webview/webview/webview_interface.h | ||
+++ b/Telegram/lib_webview/webview/webview_interface.h | ||
@@ -12,6 +12,7 @@ | ||
#include <string> | ||
#include <optional> | ||
#include <functional> | ||
+#include <cstdint> | ||
|
||
#include <rpl/never.h> | ||
#include <rpl/producer.h> | ||
-- | ||
2.47.0 | ||
|
61 changes: 0 additions & 61 deletions
61
.../telegram-desktop/autobuild/patches/1001-Add-compatibility-with-FFMPEG-7.0.patch.deferred
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters