From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55994) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGTcB-00036O-JO for guix-patches@gnu.org; Mon, 23 Mar 2020 16:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGTcA-00060Q-N9 for guix-patches@gnu.org; Mon, 23 Mar 2020 16:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGTcA-00060D-JL for guix-patches@gnu.org; Mon, 23 Mar 2020 16:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGTcA-0006CE-Ck for guix-patches@gnu.org; Mon, 23 Mar 2020 16:24:02 -0400 Subject: [bug#40060] [PATCH v2 0/2] youtube-dl add ffmpeg and zsh-completion Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 23 Mar 2020 20:23:27 +0000 From: Brice Waegeneire In-Reply-To: <874kuezx9w.fsf@gmail.com> References: <20200314143418.13963-1-brice@waegenei.re> <20200323171502.3147-1-brice@waegenei.re> <874kuezx9w.fsf@gmail.com> Message-ID: <1097e237aa50c0383d571c24f92702e7@waegenei.re> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 40060@debbugs.gnu.org, me@tobias.gr, leo@famulari.name On 2020-03-23 19:28, Mathieu Othacehe wrote: >> Remove pycryptodome since ffmpeg is enought for accessing >> HLS streams. > > I could do not find any reference to pycryptodome, but pushed the serie > as is LTGM. The first revision of this patch added pycryptodome as input, this version doesn't. BTW Tobias and Leo were against adding ffmpeg to youtube-dl.