[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: Use INVOKE in (gnu packages telephony).
From: |
Tobias Geerinckx-Rice |
Subject: |
03/10: Use INVOKE in (gnu packages telephony). |
Date: |
Wed, 19 Sep 2018 22:51:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7616d75fd68b3a0af3861c3f86e82d3ae7fb7677
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 20 04:08:17 2018 +0200
Use INVOKE in (gnu packages telephony).
* gnu/packages/telephony.scm (libiax2, mumble)[arguments]: Use INVOKE.
---
gnu/packages/telephony.scm | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 2055034..05916cd 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2016 Francesco Frassinelli <address@hidden>
;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Jovany Leandro G.C <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -314,7 +314,7 @@ protocol (RFC 3550).")
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'autoconf
(lambda _
- (zero? (system* "autoreconf" "-vfi")))))))
+ (invoke "autoreconf" "-vfi"))))))
(home-page "https://gitlab.savoirfairelinux.com/sflphone/libiax2")
(synopsis "Inter-Asterisk-Protocol library")
(description "LibIAX2 implements the Inter-Asterisk-Protocol for relaying
@@ -393,27 +393,27 @@ address of one of the participants.")
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
- (zero? (system* "qmake" "main.pro" "-recursive"
- (string-append "CONFIG+="
- (string-join
- (list "no-update"
- "no-ice"
- "no-embed-qt-translations"
- "no-bundled-speex"
- "pch"
- "no-bundled-opus"
- "no-celt"
- "no-alsa"
- "no-oss"
- "no-portaudio"
- "speechd"
- "no-g15"
- "no-bonjour"
- "release")))
- (string-append "DEFINES+="
- "PLUGIN_PATH="
- (assoc-ref outputs "out")
- "/lib/mumble")))))
+ (invoke "qmake" "main.pro" "-recursive"
+ (string-append "CONFIG+="
+ (string-join
+ (list "no-update"
+ "no-ice"
+ "no-embed-qt-translations"
+ "no-bundled-speex"
+ "pch"
+ "no-bundled-opus"
+ "no-celt"
+ "no-alsa"
+ "no-oss"
+ "no-portaudio"
+ "speechd"
+ "no-g15"
+ "no-bonjour"
+ "release")))
+ (string-append "DEFINES+="
+ "PLUGIN_PATH="
+ (assoc-ref outputs "out")
+ "/lib/mumble"))))
(add-before 'configure 'fix-libspeechd-include
(lambda _
(substitute* "src/mumble/TextToSpeech_unix.cpp"
- branch master updated (e266043 -> 3e63a83), Tobias Geerinckx-Rice, 2018/09/19
- 02/10: gnu: gourmet: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/09/19
- 03/10: Use INVOKE in (gnu packages telephony).,
Tobias Geerinckx-Rice <=
- 07/10: Use INVOKE in (gnu packages xdisorg)., Tobias Geerinckx-Rice, 2018/09/19
- 01/10: gnu: sg3-utils: Update to 1.44., Tobias Geerinckx-Rice, 2018/09/19
- 06/10: Use INVOKE in (gnu packages shells)., Tobias Geerinckx-Rice, 2018/09/19
- 10/10: gnu: u-boot: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/09/19
- 04/10: gnu: ruby-heredoc-unindent: Fix typo in description., Tobias Geerinckx-Rice, 2018/09/19
- 08/10: gnu: opusfile: Update to 0.11., Tobias Geerinckx-Rice, 2018/09/19
- 05/10: gnu: Use INVOKE & return #t from Ruby package phases., Tobias Geerinckx-Rice, 2018/09/19
- 09/10: gnu: ccid: Update to 1.4.30., Tobias Geerinckx-Rice, 2018/09/19