guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: libtgvoip: Replace libopusenc with opus.


From: guix-commits
Subject: 01/04: gnu: libtgvoip: Replace libopusenc with opus.
Date: Thu, 18 Feb 2021 09:53:35 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 26db713f0c6f0bcfae94167e2a66d8aececdc03b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Feb 18 06:14:49 2021 -0500

    gnu: libtgvoip: Replace libopusenc with opus.
    
    * gnu/packages/telephony.scm (libtgvoip) [inputs]: Replace libopusenc with 
opus.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 gnu/packages/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 48e30ab..df6df83 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -886,8 +886,8 @@ Initiation Protocol (SIP) and a multimedia framework.")
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("libopusenc" ,libopusenc)
        ("openssl" ,openssl)
+       ("opus" ,opus)
        ("pulseaudio" ,pulseaudio)))
     (arguments
      `(#:phases



reply via email to

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