guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40677] [PATCH V3 11/15] gnu: pjproject, pjproject-jami: Bump to 2.1


From: Mathieu Othacehe
Subject: [bug#40677] [PATCH V3 11/15] gnu: pjproject, pjproject-jami: Bump to 2.10, apply new SFL patches.
Date: Sat, 02 May 2020 11:14:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

> * gnu/packages/telephony.scm (pjproject): Bump the version to 2.10.
s/bump/update

> +       (list "--disable-oss" ; do we need this?

If we don't need this you can remove it. Otherwise no need to add a
comment.

You shouldn't hardcode the commit corresponding to the tag. You can do
this instead:

--8<---------------cut here---------------start------------->8---
              (url "https://github.com/pjsip/pjproject.git";)
-             (commit "3e7b75cb2e482baee58c1991bd2fa4fb06774e0d")))
+             (commit version)))
--8<---------------cut here---------------end--------------->8---

With this commit, neither pjproject nor pjproject-jami build for
me. Could you check why?

Thanks,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]