mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Add several submodules from desktop-app.
This commit is contained in:
15
.gitmodules
vendored
15
.gitmodules
vendored
@@ -10,9 +10,6 @@
|
|||||||
[submodule "Telegram/ThirdParty/Catch"]
|
[submodule "Telegram/ThirdParty/Catch"]
|
||||||
path = Telegram/ThirdParty/Catch
|
path = Telegram/ThirdParty/Catch
|
||||||
url = https://github.com/philsquared/Catch
|
url = https://github.com/philsquared/Catch
|
||||||
[submodule "Telegram/ThirdParty/crl"]
|
|
||||||
path = Telegram/ThirdParty/crl
|
|
||||||
url = https://github.com/telegramdesktop/crl.git
|
|
||||||
[submodule "Telegram/ThirdParty/xxHash"]
|
[submodule "Telegram/ThirdParty/xxHash"]
|
||||||
path = Telegram/ThirdParty/xxHash
|
path = Telegram/ThirdParty/xxHash
|
||||||
url = https://github.com/Cyan4973/xxHash.git
|
url = https://github.com/Cyan4973/xxHash.git
|
||||||
@@ -22,3 +19,15 @@
|
|||||||
[submodule "Telegram/ThirdParty/lz4"]
|
[submodule "Telegram/ThirdParty/lz4"]
|
||||||
path = Telegram/ThirdParty/lz4
|
path = Telegram/ThirdParty/lz4
|
||||||
url = https://github.com/lz4/lz4.git
|
url = https://github.com/lz4/lz4.git
|
||||||
|
[submodule "Telegram/ThirdParty/lib_crl"]
|
||||||
|
path = Telegram/ThirdParty/lib_crl
|
||||||
|
url = https://github.com/desktop-app/lib_crl.git
|
||||||
|
[submodule "Telegram/ThirdParty/lib_rpl"]
|
||||||
|
path = Telegram/ThirdParty/lib_rpl
|
||||||
|
url = https://github.com/desktop-app/lib_rpl.git
|
||||||
|
[submodule "Telegram/ThirdParty/lib_base"]
|
||||||
|
path = Telegram/ThirdParty/lib_base
|
||||||
|
url = https://github.com/desktop-app/lib_base.git
|
||||||
|
[submodule "Telegram/ThirdParty/gyp_helpers"]
|
||||||
|
path = Telegram/ThirdParty/gyp_helpers
|
||||||
|
url = https://github.com/desktop-app/gyp_helpers.git
|
||||||
|
1
Telegram/ThirdParty/crl
vendored
1
Telegram/ThirdParty/crl
vendored
Submodule Telegram/ThirdParty/crl deleted from 52baf11aae
1
Telegram/ThirdParty/gyp_helpers
vendored
Submodule
1
Telegram/ThirdParty/gyp_helpers
vendored
Submodule
Submodule Telegram/ThirdParty/gyp_helpers added at ac609eccb9
1
Telegram/ThirdParty/lib_base
vendored
Submodule
1
Telegram/ThirdParty/lib_base
vendored
Submodule
Submodule Telegram/ThirdParty/lib_base added at 7a5fe257d9
1
Telegram/ThirdParty/lib_crl
vendored
Submodule
1
Telegram/ThirdParty/lib_crl
vendored
Submodule
Submodule Telegram/ThirdParty/lib_crl added at 83ce4916d4
1
Telegram/ThirdParty/lib_rpl
vendored
Submodule
1
Telegram/ThirdParty/lib_rpl
vendored
Submodule
Submodule Telegram/ThirdParty/lib_rpl added at 93465f7854
@@ -1,78 +0,0 @@
|
|||||||
# This file is part of Telegram Desktop,
|
|
||||||
# the official desktop application for the Telegram messaging service.
|
|
||||||
#
|
|
||||||
# For license and copyright information please follow this link:
|
|
||||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
||||||
|
|
||||||
{
|
|
||||||
'includes': [
|
|
||||||
'common/common.gypi',
|
|
||||||
],
|
|
||||||
'targets': [{
|
|
||||||
'target_name': 'crl',
|
|
||||||
'dependencies': [
|
|
||||||
],
|
|
||||||
'includes': [
|
|
||||||
'common/library.gypi',
|
|
||||||
'modules/qt.gypi',
|
|
||||||
],
|
|
||||||
'defines': [
|
|
||||||
],
|
|
||||||
'conditions': [[ 'build_macold', {
|
|
||||||
'xcode_settings': {
|
|
||||||
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
|
||||||
},
|
|
||||||
'include_dirs': [
|
|
||||||
'/usr/local/macold/include/c++/v1',
|
|
||||||
],
|
|
||||||
}]],
|
|
||||||
'variables': {
|
|
||||||
'crl_src_loc': '../ThirdParty/crl/src/crl',
|
|
||||||
'official_build_target%': '',
|
|
||||||
},
|
|
||||||
'include_dirs': [
|
|
||||||
'../ThirdParty/crl/src',
|
|
||||||
],
|
|
||||||
'sources': [
|
|
||||||
'<(crl_src_loc)/common/crl_common_config.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_list.cpp',
|
|
||||||
'<(crl_src_loc)/common/crl_common_list.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_on_main.cpp',
|
|
||||||
'<(crl_src_loc)/common/crl_common_on_main.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_on_main_guarded.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_queue.cpp',
|
|
||||||
'<(crl_src_loc)/common/crl_common_queue.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_sync.h',
|
|
||||||
'<(crl_src_loc)/common/crl_common_utils.h',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_async.cpp',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_async.h',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_on_main.h',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_queue.cpp',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_queue.h',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_semaphore.cpp',
|
|
||||||
'<(crl_src_loc)/dispatch/crl_dispatch_semaphore.h',
|
|
||||||
'<(crl_src_loc)/mac/crl_mac_time.cpp',
|
|
||||||
'<(crl_src_loc)/linux/crl_linux_time.cpp',
|
|
||||||
'<(crl_src_loc)/qt/crl_qt_async.cpp',
|
|
||||||
'<(crl_src_loc)/qt/crl_qt_async.h',
|
|
||||||
'<(crl_src_loc)/qt/crl_qt_semaphore.cpp',
|
|
||||||
'<(crl_src_loc)/qt/crl_qt_semaphore.h',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_async.cpp',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_async.h',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_dll.h',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_list.cpp',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_list.h',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_semaphore.cpp',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_semaphore.h',
|
|
||||||
'<(crl_src_loc)/winapi/crl_winapi_time.cpp',
|
|
||||||
'<(crl_src_loc)/crl.h',
|
|
||||||
'<(crl_src_loc)/crl_async.h',
|
|
||||||
'<(crl_src_loc)/crl_object_on_queue.h',
|
|
||||||
'<(crl_src_loc)/crl_on_main.h',
|
|
||||||
'<(crl_src_loc)/crl_queue.h',
|
|
||||||
'<(crl_src_loc)/crl_semaphore.h',
|
|
||||||
'<(crl_src_loc)/crl_time.cpp',
|
|
||||||
'<(crl_src_loc)/crl_time.h',
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
}
|
|
@@ -28,7 +28,10 @@
|
|||||||
'XXH_INLINE_ALL',
|
'XXH_INLINE_ALL',
|
||||||
],
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'crl.gyp:crl',
|
'../ThirdParty/crl/crl.gyp:crl',
|
||||||
|
],
|
||||||
|
'export_dependent_settings': [
|
||||||
|
'../ThirdParty/crl/crl.gyp:crl',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(src_loc)',
|
'<(src_loc)',
|
||||||
@@ -36,7 +39,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
'<(submodules_loc)/xxHash',
|
'<(submodules_loc)/xxHash',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
@@ -28,10 +28,11 @@
|
|||||||
],
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'lib_scheme.gyp:lib_scheme',
|
'lib_scheme.gyp:lib_scheme',
|
||||||
'crl.gyp:crl',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'lib_scheme.gyp:lib_scheme',
|
'lib_scheme.gyp:lib_scheme',
|
||||||
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'conditions': [[ 'build_macold', {
|
'conditions': [[ 'build_macold', {
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
@@ -47,7 +48,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<(src_loc)/export/export_api_wrap.cpp',
|
'<(src_loc)/export/export_api_wrap.cpp',
|
||||||
|
@@ -21,11 +21,9 @@
|
|||||||
'submodules_loc': '../ThirdParty',
|
'submodules_loc': '../ThirdParty',
|
||||||
},
|
},
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
@@ -37,7 +35,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<(src_loc)/ffmpeg/ffmpeg_utility.cpp',
|
'<(src_loc)/ffmpeg/ffmpeg_utility.cpp',
|
||||||
|
@@ -24,14 +24,12 @@
|
|||||||
'lz4_loc': '<(submodules_loc)/lz4/lib',
|
'lz4_loc': '<(submodules_loc)/lz4/lib',
|
||||||
},
|
},
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
'lib_rlottie.gyp:lib_rlottie',
|
'lib_rlottie.gyp:lib_rlottie',
|
||||||
'lib_ffmpeg.gyp:lib_ffmpeg',
|
'lib_ffmpeg.gyp:lib_ffmpeg',
|
||||||
'lib_lz4.gyp:lib_lz4',
|
'lib_lz4.gyp:lib_lz4',
|
||||||
],
|
],
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
'lib_rlottie.gyp:lib_rlottie',
|
'lib_rlottie.gyp:lib_rlottie',
|
||||||
'lib_ffmpeg.gyp:lib_ffmpeg',
|
'lib_ffmpeg.gyp:lib_ffmpeg',
|
||||||
@@ -50,7 +48,6 @@
|
|||||||
'<(lz4_loc)',
|
'<(lz4_loc)',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<(src_loc)/lottie/lottie_animation.cpp',
|
'<(src_loc)/lottie/lottie_animation.cpp',
|
||||||
|
@@ -28,10 +28,11 @@
|
|||||||
],
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'lib_scheme.gyp:lib_scheme',
|
'lib_scheme.gyp:lib_scheme',
|
||||||
'crl.gyp:crl',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'lib_scheme.gyp:lib_scheme',
|
'lib_scheme.gyp:lib_scheme',
|
||||||
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'conditions': [[ 'build_macold', {
|
'conditions': [[ 'build_macold', {
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
@@ -47,7 +48,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<(src_loc)/mtproto/mtp_abstract_socket.cpp',
|
'<(src_loc)/mtproto/mtp_abstract_socket.cpp',
|
||||||
|
@@ -28,11 +28,9 @@
|
|||||||
'XXH_INLINE_ALL',
|
'XXH_INLINE_ALL',
|
||||||
],
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
@@ -41,7 +39,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
'<(submodules_loc)/xxHash',
|
'<(submodules_loc)/xxHash',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'codegen.gyp:codegen_emoji',
|
'codegen.gyp:codegen_emoji',
|
||||||
'codegen.gyp:codegen_style',
|
'codegen.gyp:codegen_style',
|
||||||
'crl.gyp:crl',
|
'lib_base.gyp:lib_base',
|
||||||
],
|
],
|
||||||
'variables': {
|
'variables': {
|
||||||
'src_loc': '../SourceFiles',
|
'src_loc': '../SourceFiles',
|
||||||
@@ -59,7 +59,6 @@
|
|||||||
'<(libs_loc)/range-v3/include',
|
'<(libs_loc)/range-v3/include',
|
||||||
'<(submodules_loc)/GSL/include',
|
'<(submodules_loc)/GSL/include',
|
||||||
'<(submodules_loc)/variant/include',
|
'<(submodules_loc)/variant/include',
|
||||||
'<(submodules_loc)/crl/src',
|
|
||||||
'<(emoji_suggestions_loc)',
|
'<(emoji_suggestions_loc)',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
@@ -74,7 +74,6 @@
|
|||||||
'tests/tests.gyp:tests',
|
'tests/tests.gyp:tests',
|
||||||
'utils.gyp:Updater',
|
'utils.gyp:Updater',
|
||||||
'../ThirdParty/libtgvoip/libtgvoip.gyp:libtgvoip',
|
'../ThirdParty/libtgvoip/libtgvoip.gyp:libtgvoip',
|
||||||
'crl.gyp:crl',
|
|
||||||
'lib_base.gyp:lib_base',
|
'lib_base.gyp:lib_base',
|
||||||
'lib_export.gyp:lib_export',
|
'lib_export.gyp:lib_export',
|
||||||
'lib_storage.gyp:lib_storage',
|
'lib_storage.gyp:lib_storage',
|
||||||
|
Reference in New Issue
Block a user