guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: rnnoise: Unhide and rename variable.


From: guix-commits
Subject: 10/11: gnu: rnnoise: Unhide and rename variable.
Date: Mon, 15 Aug 2022 10:43:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2388d2d3f7e43d73b0a8a6c1282be16bafb918a7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:01 2022 +0200

    gnu: rnnoise: Unhide and rename variable.
    
    * gnu/packages/xiph.scm (xiph-rnnoise): Rename to…
    (rnnoise): …this.  Adjust all users.
    [properties]: Remove HIDDEN? property as it is no longer ambiguous.
---
 gnu/packages/telegram.scm  | 2 +-
 gnu/packages/telephony.scm | 2 +-
 gnu/packages/xiph.scm      | 8 ++------
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 873ff6246b..4976acbc0c 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -572,7 +572,7 @@ Telegram project, for its use in telegram desktop client.")
        ("qtwayland" ,qtwayland)
        ("range-v3" ,range-v3)
        ("rlottie" ,rlottie-for-telegram-desktop)
-       ("rnnoise" ,xiph-rnnoise)
+       ("rnnoise" ,rnnoise)
        ("tgcalls-source"
         ,(origin
            (method git-fetch)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 14c7087125..0c12341771 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -650,7 +650,7 @@ address of one of the participants.")
            speech-dispatcher
            speex ; avoid bundled
            speexdsp ; avoid bundled
-           ;; xiph-rnnoise ; TODO: unbundle rnnoise
+           ;; rnnoise ; TODO: unbundle rnnoise
            ))
     (native-inputs
      (list pkg-config python qttools-5))
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index aa513d76b0..8bc9c9b087 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -499,7 +499,7 @@ icecast server.  It handles the socket connection, the 
timing of the data,
 and prevents bad data from getting to the icecast server.")
     (license license:gpl2+)))
 
-(define-public xiph-rnnoise
+(define-public rnnoise
   ;; No upstream release
   (let ((commit "7f449bf8bd3b933891d12c30112268c4090e4d59")
         (revision "0"))
@@ -526,8 +526,4 @@ and prevents bad data from getting to the icecast server.")
 neural network.  The algorithm is described in Jean-Marc Valin's paper
 @cite{A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech
 Enhancement}.")
-     (license license:bsd-3)
-     (properties
-      ;; There's no public release and a conflicting package, so hide it for
-      ;; now.
-      `((hidden? . #t))))))
+     (license license:bsd-3))))



reply via email to

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