mbox

[bug#42229,0/9] Jami update and refactor

Message ID 20200706153442.1843-1-tona_kosmicznego_smiecia@interia.pl
Headers show

Message

Jan Wielkiewicz July 6, 2020, 3:34 p.m. UTC
Hi,

these commits update Jami to 20200702, switch fetch method to git,
because the tarballs were unstable, add missing inputs and that's
it.

Jan Wielkiewicz (9):
  gnu: libring: Fetch from git, update to 20200702-guix.
  gnu: libringclient: Fetch from git, update to 20200702-guix.
  gnu: jami-apply-dependency-patches, ffmpeg-jami, pjproject-jami: Apply
    patches from the new libring source.
  gnu: jami: Fetch from git, update to 20200702-guix.
  gnu: pjproject-jami: Make sure phases are run in order.
  gnu: jami: Add libnm as input.
  gnu: libringclient: Do not propagate qtbase in libringclient.
  gnu: jami: Fix compilation by providing necessary webchat files.
  gnu: pjproject-jami: Fix assertion by disabling debugging.

 gnu/packages/jami.scm | 285 ++++++++++++++++++++++++++++--------------
 1 file changed, 189 insertions(+), 96 deletions(-)


Jan Wielkiewicz

Comments

Maxim Cournoyer March 31, 2021, 5:27 a.m. UTC | #1
Hi Jan,

Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> writes:

> Hi,
>
> these commits update Jami to 20200702, switch fetch method to git,
> because the tarballs were unstable, add missing inputs and that's
> it.
>
> Jan Wielkiewicz (9):
>   gnu: libring: Fetch from git, update to 20200702-guix.
>   gnu: libringclient: Fetch from git, update to 20200702-guix.
>   gnu: jami-apply-dependency-patches, ffmpeg-jami, pjproject-jami: Apply
>     patches from the new libring source.
>   gnu: jami: Fetch from git, update to 20200702-guix.
>   gnu: pjproject-jami: Make sure phases are run in order.
>   gnu: jami: Add libnm as input.
>   gnu: libringclient: Do not propagate qtbase in libringclient.
>   gnu: jami: Fix compilation by providing necessary webchat files.
>   gnu: pjproject-jami: Fix assertion by disabling debugging.
>
>  gnu/packages/jami.scm | 285 ++++++++++++++++++++++++++++--------------
>  1 file changed, 189 insertions(+), 96 deletions(-)
>
>
> Jan Wielkiewicz

I think most items of value here were already merged; for a more recent
update, see a fresh patch set here: http://issues.guix.gnu.org/47513.
It adds jami-qt as well!

Feedback welcome.

I'm closing this one.

Thanks!

Maxim