[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (c0a4cde -> a5b44d9)
From: |
guix-commits |
Subject: |
branch master updated (c0a4cde -> a5b44d9) |
Date: |
Mon, 3 Aug 2020 23:30:43 -0400 (EDT) |
apteryx pushed a change to branch master
in repository guix.
from c0a4cde gnu: Add inspircd.
new ce34e87 gnu: resample: Improve synopsis and description.
new 742c49b gnu: pjproject: Fix build and enable tests.
new 839bb42 gnu: pjproject: Fix problem in pkg-config file.
new 3557d7d gnu: pjproject: Include sensible configure flags from
pjproject-jami.
new 5cba0f4 gnu: pjproject: Enable shared libraries.
new 9f7dc76 gnu: opendht: Propagate gnutls.
new a5b44d9 gnu: pjproject-jami: Reuse more of the base pjproject.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 2 +
gnu/packages/audio.scm | 9 +-
gnu/packages/jami.scm | 81 ++---------
gnu/packages/networking.scm | 12 +-
.../pjproject-correct-the-cflags-field.patch | 121 ++++++++++++++++
.../patches/pjproject-fix-pkg-config-ldflags.patch | 34 +++++
gnu/packages/telephony.scm | 159 ++++++++++++++-------
7 files changed, 289 insertions(+), 129 deletions(-)
create mode 100644
gnu/packages/patches/pjproject-correct-the-cflags-field.patch
create mode 100644 gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch
- branch master updated (c0a4cde -> a5b44d9),
guix-commits <=
- 02/07: gnu: pjproject: Fix build and enable tests., guix-commits, 2020/08/03
- 01/07: gnu: resample: Improve synopsis and description., guix-commits, 2020/08/03
- 03/07: gnu: pjproject: Fix problem in pkg-config file., guix-commits, 2020/08/03
- 04/07: gnu: pjproject: Include sensible configure flags from pjproject-jami., guix-commits, 2020/08/03
- 05/07: gnu: pjproject: Enable shared libraries., guix-commits, 2020/08/03
- 06/07: gnu: opendht: Propagate gnutls., guix-commits, 2020/08/03
- 07/07: gnu: pjproject-jami: Reuse more of the base pjproject., guix-commits, 2020/08/03