guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libtgvoip: Update to 2.4.4.


From: guix-commits
Subject: 01/01: gnu: libtgvoip: Update to 2.4.4.
Date: Sun, 5 Jan 2020 20:03:58 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 5a0d73911c93745391a687def9ba8c7d0d41be23
Author: Brett Gilio <address@hidden>
Date:   Sun Jan 5 19:03:07 2020 -0600

    gnu: libtgvoip: Update to 2.4.4.
    
    * gnu/packages/telephony.scm (libtgvoip): Update to 2.4.4.
    [source]: Change source URI to reflect upstream.
    [inputs]: Add pulseaudio and alsa-lib.
    
    This change corrects a bug, and allows for cross-compilation on armhf 
architectures.
---
 gnu/packages/telephony.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index e7f294a..11eeeed 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -952,21 +952,23 @@ This package provides the Jami client for the GNOME 
desktop.")
 (define-public libtgvoip
   (package
     (name "libtgvoip")
-    (version "2.4.2")
+    (version "2.4.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/zevlg/libtgvoip.git";)
+             (url "https://github.com/grishka/libtgvoip.git";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "04dbwd3lwdannhxb2sh6z02i3lka9sb5s039pki6ka4siq5xzk1j"))))
+         "122kn3jx6v0kkldlzlpzvlwqxgp6pmzxsjhrhcxw12bx9c08sar5"))))
     (build-system gnu-build-system)
     (inputs
-     `(("openssl" ,openssl)
-       ("libopusenc" ,libopusenc)))
+     `(("alsa-lib" ,alsa-lib)
+       ("libopusenc" ,libopusenc)
+       ("openssl" ,openssl)
+       ("pulseaudio" ,pulseaudio)))
     (synopsis "VoIP library for Telegram clients")
     (description "A collection of libraries and header files for implementing
 telephony functionality into custom Telegram clients.")



reply via email to

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