telegram-desktop-4.3.4
This commit is contained in:
@@ -19,12 +19,11 @@ def setup():
|
||||
cmake/external/rlottie/CMakeLists.txt || die")
|
||||
shelltools.system('echo "target_link_libraries(external_webrtc INTERFACE jpeg Xcomposite Xdamage Xext Xfixes Xrandr Xrender Xtst X11)" | tee -a cmake/external/webrtc/CMakeLists.txt')
|
||||
pisitools.cxxflags.add("-Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-switch -Wp,-U_GLIBCXX_ASSERTIONS")
|
||||
#pisitools.cxxflags.add(" -std=c++17")
|
||||
#shelltools.export("CC", "gcc")
|
||||
#shelltools.export("CXX", "g++")
|
||||
# shelltools.system("rm -rf Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl")
|
||||
|
||||
params = ' '.join([
|
||||
'-B build',
|
||||
'-G Ninja',
|
||||
'-Ddisable_autoupdate=1',
|
||||
'-DCMAKE_BUILD_TYPE=Release',
|
||||
'-DCMAKE_INSTALL_PREFIX="/usr"',
|
||||
@@ -34,6 +33,7 @@ def setup():
|
||||
'-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON',
|
||||
'-DDESKTOP_APP_SPECIAL_TARGET=""',
|
||||
'-DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=ON',
|
||||
'-DCMAKE_DEPENDS_IN_PROJECT_ONLY=ON',
|
||||
'-DTDESKTOP_API_ID=611335',
|
||||
'-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c',
|
||||
'-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"'
|
||||
@@ -43,12 +43,13 @@ def setup():
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
cmaketools.make("-j4")
|
||||
#mesontools.build()
|
||||
# shelltools.cd("build")
|
||||
shelltools.system("ninja -C build")
|
||||
# cmaketools.make("-j4")
|
||||
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
#mesontools.install()
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
# shelltools.cd("build")
|
||||
# cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>telegram</Icon>
|
||||
<Summary>Official Telegram Desktop client</Summary>
|
||||
<Description>Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
|
||||
<Archive sha1sum="c836a3cb75f78eade945e333226f7a89a2ce9196" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.3.1/tdesktop-4.3.1-full.tar.gz</Archive>
|
||||
<Archive sha1sum="8faf008c91196699df1737861c2644049d40b757" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.3.4/tdesktop-4.3.4-full.tar.gz</Archive>
|
||||
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="fix-tgcalls-cstdint.patch" permission="0644">fix-tgcalls-cstdint.patch</AdditionalFile>
|
||||
@@ -39,6 +39,7 @@
|
||||
<Dependency>xxhash-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>protobuf-devel</Dependency>
|
||||
<Dependency>lz4-devel</Dependency>
|
||||
<!--Dependency>qt6-wayland-devel</Dependency>
|
||||
<Dependency>kwayland-devel</Dependency-->
|
||||
@@ -80,6 +81,7 @@
|
||||
<Dependency>hunspell</Dependency>
|
||||
<Dependency>libvpx</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>protobuf</Dependency>
|
||||
<Dependency>qt6-5compat</Dependency>
|
||||
<Dependency>libtg_owt</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
@@ -109,6 +111,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2022-11-25</Date>
|
||||
<Version>4.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2022-11-08</Date>
|
||||
<Version>4.3.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user