From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iokDb-0005Qv-Kb for guix-patches@gnu.org; Tue, 07 Jan 2020 03:28:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iokDa-0002zc-0D for guix-patches@gnu.org; Tue, 07 Jan 2020 03:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41256) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iokDZ-0002zS-Sp for guix-patches@gnu.org; Tue, 07 Jan 2020 03:28:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iokDZ-0003LP-Ps for guix-patches@gnu.org; Tue, 07 Jan 2020 03:28:01 -0500 Subject: [bug#39005] [PATCH 00/22] Maintaining Jami. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60478) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iokCW-0003Ea-SB for guix-patches@gnu.org; Tue, 07 Jan 2020 03:26:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iokCV-0002DA-4H for guix-patches@gnu.org; Tue, 07 Jan 2020 03:26:56 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:42827) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iokCU-0002BF-DZ for guix-patches@gnu.org; Tue, 07 Jan 2020 03:26:55 -0500 Received: from localhost (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Tue, 7 Jan 2020 01:29:08 +0100 (CET) Date: Tue, 7 Jan 2020 01:29:00 +0100 From: Jan Message-ID: <20200107012900.7cf19eb6@interia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 39005@debbugs.gnu.org Maintaining Jami - mostly updating, adding new deps and updating old, improving some things, for example moving Jami and its deps to jami.scm. Changes: gnu: jami: Bump to 20191227.2.74b55b6. gnu: pjproject-jami: Apply a missing patch. gnu: libring: Use ffmpeg-jami instead of ffmpeg. gnu: jami: Bump to 20191224.1.5c0154a gnu: jami.scm: Fix formatting. No code changes! gnu: pjproject-jami: Remove unnecessary lambda, which came from doing rebase improperly; jami.scm: untabify, remove trailing whitespace. gnu: pjproject-jami: Fix formatting - replace a tab sign with a space. No code changes! gnu: restinio: Bump to 0.6.1.1. gnu: opendht: Bump to 2.0.0beta3. gnu: jami: bump to 20191217.1.ce5f295. gnu: ffmpeg-jami: skip tests. gnu: jami: Bump to 20191214.1.07edb5e. gnu: Add gnutls-jami (not yet working). gnu: jami: Bump to 20191209.1.4b48135. gnu: Add ffmpeg-jami. gnu: jami: Fix the procedure for applying patches. Use the procedure correctly in pjproject-jami. gnu: jami: Move Jami and its dependencies to a separate file (jami.scm). gnu: Jami: add libnatpmp (an optional dependency) gnu: libupnp: Bump to 1.8.3; change fetch-method; add missing dependencies. gnu: Add libnatpmp. gnu: jami: fix downloading by changing the prefix to jami_ ed57ae4b5a. gnu: jami: Bump to 20191128.1.4c44bb7. gnu: jami: Bump to 20191227.2.74b55b6. Statistics for each change (If there's a way do do this better, please tell me what command does it): gnu/packages/jami.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: pjproject-jami: Apply a missing patch. gnu/packages/jami.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) gnu: libring: Use ffmpeg-jami instead of ffmpeg. gnu/packages/jami.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) gnu: jami: Bump to 20191224.1.5c0154a gnu/packages/jami.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: jami.scm: Fix formatting. No code changes! gnu/packages/jami.scm | 640 +++++++++++++++++++++++++------------------------- 1 file changed, 320 insertions(+), 320 deletions(-) gnu: pjproject-jami: Remove unnecessary lambda, which came from doing rebase improperly; jami.scm: untabify, remove trailing whitespace. gnu/packages/jami.scm | 591 +++++++++++++++++++++++--------------------------- 1 file changed, 277 insertions(+), 314 deletions(-) gnu: pjproject-jami: Fix formatting - replace a tab sign with a space. No code changes! gnu/packages/jami.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) gnu: restinio: Bump to 0.6.1.1. gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: opendht: Bump to 2.0.0beta3. gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: jami: bump to 20191217.1.ce5f295. gnu/packages/jami.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: ffmpeg-jami: skip tests. gnu/packages/jami.scm | 335 ++++++++++++++++++++++++++------------------------ 1 file changed, 172 insertions(+), 163 deletions(-) gnu: jami: Bump to 20191214.1.07edb5e. gnu/packages/jami.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: Add gnutls-jami (not yet working). gnu/packages/jami.scm | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) gnu: jami: Bump to 20191209.1.4b48135. gnu/packages/jami.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) gnu: Add ffmpeg-jami. gnu/packages/jami.scm | 213 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 212 insertions(+), 1 deletion(-) gnu: jami: Fix the procedure for applying patches. Use the procedure correctly in pjproject-jami. gnu/packages/jami.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) gnu: jami: Move Jami and its dependencies to a separate file (jami.scm). gnu/packages/jami.scm | 352 +++++++++++++++++++++++++++++++++++++++++++++ gnu/packages/telephony.scm | 291 ------------------------------------- 2 files changed, 352 insertions(+), 291 deletions(-) gnu: Jami: add libnatpmp (an optional dependency) gnu/packages/telephony.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) gnu: libupnp: Bump to 1.8.3; change fetch-method; add missing dependencies. gnu/packages/upnp.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) gnu: Add libnatpmp gnu/packages/networking.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) gnu: jami: fix downloading by changing the prefix to jami_ gnu/packages/telephony.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) gnu: jami: Bump to 20191128.1.4c44bb7. Jan Wielkiewicz