telegram-desktop: update to 1.9.14.

This commit is contained in:
John 2020-02-18 20:37:20 +01:00
parent 148a63ac24
commit 451593e734
3 changed files with 2 additions and 22 deletions

View file

@ -1,6 +1,3 @@
From d4c11502175e2a7821dbd92e029a90d54498e3e8 Mon Sep 17 00:00:00 2001
From: John Zimmermann <johnz@posteo.net>
Date: Thu, 2 Jan 2020 12:57:33 +0100
Subject: [PATCH] PPC big endian
---

View file

@ -1,17 +0,0 @@
--- Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp 2018-08-17 18:31:40.000000000 +0200
+++ - 2018-08-27 22:12:11.843668433 +0200
@@ -6,6 +6,7 @@
#include "AudioPulse.h"
#include <dlfcn.h>
+#include <libgen.h>
#include "../../logging.h"
#define DECLARE_DL_FUNCTION(name) typeof(name)* AudioPulse::_import_##name=NULL
@@ -283,4 +284,4 @@
}
pa_mainloop_iterate(ml, 1, NULL);
}
-}
\ No newline at end of file
+}

View file

@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=1.9.12
version=1.9.14
revision=1
wrksrc="tdesktop-${version}-full"
build_style=cmake
@ -28,7 +28,7 @@ license="GPL-3.0-or-later WITH OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=a1cf578b1cd4bfa71d54f50349a0384c673083ad3d0a9c9dc1c4676ca0134ef6
checksum=864d1d5e810e30368e60d4ea389c644387abbc803b3b5426268efa5016d15a4b
build_options="spellcheck"
build_options_default="spellcheck"