From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CKmgF376OWNcMAEAbAwnHQ (envelope-from ) for ; Sun, 02 Oct 2022 22:54:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6E+TFn76OWOJNwAAG6o9tA (envelope-from ) for ; Sun, 02 Oct 2022 22:54:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2D7A4A312 for ; Sun, 2 Oct 2022 22:54:22 +0200 (CEST) Received: from localhost ([::1]:50398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of5yf-0004jq-7w for larch@yhetil.org; Sun, 02 Oct 2022 16:54:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of5yM-0004je-OX for guix-patches@gnu.org; Sun, 02 Oct 2022 16:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1of5yM-0000yT-GS for guix-patches@gnu.org; Sun, 02 Oct 2022 16:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1of5yM-0005tF-Bg for guix-patches@gnu.org; Sun, 02 Oct 2022 16:54:02 -0400 Subject: bug#58003: [PATCH 0/2] [DRAFT] Add tdlib-1.8.0 and use it for emacs telega Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 02 Oct 2022 20:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58003 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: g@xelera.eu Cc: 58003-done@debbugs.gnu.org Mail-Followup-To: 58003@debbugs.gnu.org, ludo@gnu.org, g@xelera.eu Received: via spool by 58003-done@debbugs.gnu.org id=D58003.166474400522589 (code D ref 58003); Sun, 02 Oct 2022 20:54:02 +0000 Received: (at 58003-done) by debbugs.gnu.org; 2 Oct 2022 20:53:25 +0000 Received: from localhost ([127.0.0.1]:48193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of5xl-0005sH-CL for submit@debbugs.gnu.org; Sun, 02 Oct 2022 16:53:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of5xj-0005s3-5b for 58003-done@debbugs.gnu.org; Sun, 02 Oct 2022 16:53:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of5xd-0000wF-T1; Sun, 02 Oct 2022 16:53:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=MSYEYvvOrvMvl/PTzCneJFev2+gRHHVB31fjC0pNSwg=; b=iqxXzf1iBCKLRpM73BKY 5aDuN2vXbT5f+fSbkLxaXGB7PMFO9qX5Q6428bqu4II2trXCap3h4NaG73AKpk06ueQlVMYYV5chB 9QDZMBD2OuenFokdQI4TZX9HeT0VdCStyIc7EIDupGQK2/GLCNxHTNcw/m3j04svtGeMaB6b8WmWn LS6iuVlJxe7FQRaLrU8YbM+L9KtOAuwkR7yv72D4SGoIkkGP3ImxpJfYbVpgOjdG1YNnaaA8mDwj7 wnr5urUODL4r3cOXWcYC56wIMPZZy8/O8bFS0qQSm80BMI7g7Tng5P+6cS31lxsxuSikltKJCxSVu oUZueSzVD6sAAw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53504 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of5xd-0001DE-Fx; Sun, 02 Oct 2022 16:53:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220922122654.28933-1-g@xelera.eu> Date: Sun, 02 Oct 2022 22:53:15 +0200 In-Reply-To: <20220922122654.28933-1-g@xelera.eu> (g.'s message of "Thu, 22 Sep 2022 14:26:54 +0200") Message-ID: <87fsg69cck.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664744062; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=MSYEYvvOrvMvl/PTzCneJFev2+gRHHVB31fjC0pNSwg=; b=d9cPIrxF14G9PW9PXAGjysxVBAaZFzcKtXRWZGzujZOoXW/oYT1FtlT+Trajy7cw9YrPFF uPQ4AbTADRWZXmQop6lcrVh42VUmUphp+dQE1o6bV1iSbN/W2dQik45T3w1lV7p896AAI3 9Hwyu01tmuncvTYFBBuST4VEg/ant/ebcU9OlQQVNsw0834lFVLxzNkFGPpZFijI7Nrru0 jdOGFPZn9l/gtbodPbqyN4TFKY+ATCjFmnNw1HB0Y1p7LEB1FIhhwHfyj4DuJDuBpOhw4v hwutxn89nN/Ca2SlPIdbIYuQdRf3jc3aqTIJyhkudsnm3OTHjsx9smRlOFh2Mg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664744062; a=rsa-sha256; cv=none; b=MAHRVCz5cabJfscK2jW0AXsHSyRWCmUajwRRq+t7ylh8t3L/EDL/jJNXwS5ZAt3RusPRFJ FO1MKWp/3fgYKc3dmzNdcpG9blLvsWu2y3UAaJbP3vz0HQKC+zw9jG33j1wfTS2GuMy5Zu oocQylTilI93OQ6b/7lkf2TT+W2hV0jRH7wcDOMJ39WbzMt9PJquL3Bg4+emf3lGXd+ocp dR0FjKXwQ/h227s/FTVPRFcahMZNXjCnewSh1cMB1S4R2La+sAnKasp75EvlNgvNgq4BKG yoN9qtcU7b5qBU7T/k9mQ1o/ATtknHHdTAry6SvMvq4/46/PknASqP+YFWNP/g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iqxXzf1i; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.24 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iqxXzf1i; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 2D7A4A312 X-Spam-Score: -2.24 X-Migadu-Scanner: scn1.migadu.com X-TUID: MtappuSwU7fQ Ciao Giovanni, g@xelera.eu skribis: > gnu: Add tdlib-1.8.0. > gnu: emacs-telega: Use tdlib-1.8.0 Finally applied both. I=E2=80=99ll see whether I can elucidate the ffmpeg 4.x issue. Thanks! Ludo=E2=80=99.