Re: [Patch 1/10] Add pjproject.

2016-11-05 Thread Ricardo Wurmus
Mathieu Lirzin writes: > Hi, > > Ricardo Wurmus writes: > >> PS: for future reference, this >> >> (lambda (file) >> (if (or (string=? file ".") >> (string=? file "..")) >> #f >> #t)) >> >> could more concisely be written as >> >> (cute (not (or

Re: [Patch 1/10] Add pjproject.

2016-11-05 Thread Mathieu Lirzin
Hi, Ricardo Wurmus writes: > PS: for future reference, this > > (lambda (file) > (if (or (string=? file ".") > (string=? file "..")) > #f > #t)) > > could more concisely be written as > > (cute (not (or (string=? <> ".") >(string=? <> ".." I

Re: [Patch 1/10] Add pjproject.

2016-11-05 Thread Ricardo Wurmus
Hi Lukas, > Sorry for the delay! Likewise! :) > Ricardo Wurmus writes: >>> My idea here is the following: The source tree downloaded here contains >>> the complete source for libring, which includes the patches to >>> pjproject. In this snippet I try to get rid of all

Re: [Patch 1/10] Add pjproject.

2016-09-26 Thread Lukas Gradl
Hi Ricardo, Sorry for the delay! Ricardo Wurmus writes: >> My idea here is the following: The source tree downloaded here contains >> the complete source for libring, which includes the patches to >> pjproject. In this snippet I try to get rid of all the other libring >>

Re: [Patch 1/10] Add pjproject.

2016-09-21 Thread Ricardo Wurmus
Hi Lukas, Thanks for sending an updated patch! >>> +(define-public pjproject-sfl >>> + (let ((sfl-patches >>> + (let ((commit "3dbedf53e9cceebb1eed155b5143026f6d253cb8")) >>> + (origin >>> + (method git-fetch) >>> + (uri >>> +

Re: [Patch 1/10] Add pjproject.

2016-09-19 Thread Lukas Gradl
Hi Ricardo! Thank you for your review! Ricardo Wurmus writes: >> From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 >> From: Lukas Gradl >> Date: Wed, 20 Jul 2016 21:26:32 -0500 >> Subject: [PATCH 01/10] gnu: Add pjproject > >>

Re: [Patch 1/10] Add pjproject.

2016-09-19 Thread Ricardo Wurmus
Hi Lukas, thanks for the patches! > From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 > From: Lukas Gradl > Date: Wed, 20 Jul 2016 21:26:32 -0500 > Subject: [PATCH 01/10] gnu: Add pjproject > * gnu/packages/telephony.scm (pjproject-sfl): New

[Patch 1/10] Add pjproject.

2016-09-12 Thread Lukas Gradl
From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 From: Lukas Gradl Date: Wed, 20 Jul 2016 21:26:32 -0500 Subject: [PATCH 01/10] gnu: Add pjproject * gnu/packages/telephony.scm (pjproject-sfl): New variable. --- gnu/packages/telephony.scm | 181