all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38984] [PATCH 01/22] gnu: jami: Bump to 20191128.1.4c44bb7.
@ 2020-01-06  1:11 Jan Wielkiewicz
  2020-01-06  1:11 ` [bug#38984] [PATCH 02/22] gnu: jami: fix downloading by changing the prefix to jami_ Jan Wielkiewicz
                   ` (21 more replies)
  0 siblings, 22 replies; 40+ messages in thread
From: Jan Wielkiewicz @ 2020-01-06  1:11 UTC (permalink / raw)
  To: 38984; +Cc: Jan Wielkiewicz

This is my first patch ever, hope I won't break anything :P
My changes: Updating Jami and it's dependencies, moving Jami and modified deps to jami.scm, improving quality of packages by applying patches and configure flags to dependencies modified by Jami developers, fixing formatting.


Jan Wielkiewicz

---
 gnu/packages/telephony.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 0c9de8bd0c..d923882e6b 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -657,7 +657,7 @@ calls and messages")
 Initiation Protocol (SIP) and a multimedia framework.")
     (license license:gpl2+)))
 
-(define %jami-version "20191101.3.67671e7")
+(define %jami-version "20191128.1.4c44bb7")
 
 (define* (jami-source #:key without-daemon)
   (origin
@@ -673,7 +673,7 @@ Initiation Protocol (SIP) and a multimedia framework.")
        #f))
     (sha256
      (base32
-      "0kw172w2ccyz438kf5xqw14nhfm4xk6a2libnzib9j2wvhlpf4q0"))))
+      "1d1rvvb1qx8h464s2650zd9c1nhpwymvq6h058a8fzp4pzxxb64v"))))
 
 (define-public pjproject-jami
   (package
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2020-01-07 11:50 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06  1:11 [bug#38984] [PATCH 01/22] gnu: jami: Bump to 20191128.1.4c44bb7 Jan Wielkiewicz
2020-01-06  1:11 ` [bug#38984] [PATCH 02/22] gnu: jami: fix downloading by changing the prefix to jami_ Jan Wielkiewicz
2020-01-06  1:11 ` [bug#38969] [PATCH 03/22] gnu: Add libnatpmp Jan Wielkiewicz
2020-01-06 18:05   ` bug#38969: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38975] [PATCH 04/22] gnu: libupnp: Bump to 1.8.3; change fetch-method; add missing dependencies Jan Wielkiewicz
2020-01-06 18:07   ` bug#38975: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38977] [PATCH 05/22] gnu: Jami: add libnatpmp (an optional dependency) Jan Wielkiewicz
2020-01-06 18:07   ` bug#38977: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38964] [PATCH 06/22] gnu: jami: Move Jami and its dependencies to a separate file (jami.scm) Jan Wielkiewicz
2020-01-06  1:36   ` bug#38964: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38979] [PATCH 07/22] gnu: jami: Fix the procedure for applying patches. Use the procedure correctly in pjproject-jami Jan Wielkiewicz
2020-01-06 18:08   ` bug#38979: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38961] [PATCH 08/22] gnu: Add ffmpeg-jami Jan Wielkiewicz
2020-01-06  1:38   ` bug#38961: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38983] [PATCH 09/22] gnu: jami: Bump to 20191209.1.4b48135 Jan Wielkiewicz
2020-01-07  0:37   ` bug#38983: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38982] [PATCH 10/22] gnu: Add gnutls-jami (not yet working) Jan Wielkiewicz
2020-01-07  0:38   ` bug#38982: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38984] [PATCH 11/22] gnu: jami: Bump to 20191214.1.07edb5e Jan Wielkiewicz
2020-01-06  1:11 ` [bug#38960] [PATCH 12/22] gnu: ffmpeg-jami: skip tests Jan Wielkiewicz
2020-01-06  1:39   ` bug#38960: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38971] [PATCH 13/22] gnu: jami: bump to 20191217.1.ce5f295 Jan Wielkiewicz
2020-01-06 18:06   ` bug#38971: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38974] [PATCH 14/22] gnu: opendht: Bump to 2.0.0beta3 Jan Wielkiewicz
2020-01-06 18:06   ` bug#38974: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38976] [PATCH 15/22] gnu: restinio: Bump to 0.6.1.1 Jan Wielkiewicz
2020-01-06 18:07   ` bug#38976: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38978] [PATCH 16/22] gnu: pjproject-jami: Fix formatting - replace a tab sign with a space. No code changes! Jan Wielkiewicz
2020-01-06 18:07   ` bug#38978: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38962] [PATCH 17/22] gnu: pjproject-jami: Remove unnecessary lambda, which came from doing rebase improperly; jami.scm: untabify, remove trailing whitespace Jan Wielkiewicz
2020-01-06  1:37   ` bug#38962: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38963] [PATCH 18/22] gnu: jami.scm: Fix formatting. No code changes! Jan Wielkiewicz
2020-01-06  1:37   ` bug#38963: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38984] [PATCH 19/22] gnu: jami: Bump to 20191224.1.5c0154a Jan Wielkiewicz
2020-01-06  1:11 ` [bug#38984] [PATCH 20/22] gnu: libring: Use ffmpeg-jami instead of ffmpeg Jan Wielkiewicz
2020-01-06  1:11 ` [bug#38970] [PATCH 21/22] gnu: pjproject-jami: Apply a missing patch Jan Wielkiewicz
2020-01-06 18:05   ` bug#38970: Closing the broken patch Jan
2020-01-06  1:11 ` [bug#38972] [PATCH 22/22] gnu: jami: Bump to 20191227.2.74b55b6 Jan Wielkiewicz
2020-01-06 18:06   ` bug#38972: Closing the broken patch Jan
2020-01-07  0:38 ` bug#38984: " Jan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.