guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: speex: Build and install 'speexdec' and 'speexenc'.


From: Ludovic Courtès
Subject: 07/08: gnu: speex: Build and install 'speexdec' and 'speexenc'.
Date: Thu, 19 Oct 2017 06:20:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b79813a19a8892c48bea1e0a9279265616be66d7
Author: 宋文武 <address@hidden>
Date:   Thu Oct 5 17:42:17 2017 +0800

    gnu: speex: Build and install 'speexdec' and 'speexenc'.
    
    * gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
    [inputs]: Add 'speexdsp'.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/xiph.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 4727441..5565cb5 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -139,7 +139,11 @@ compressed video format.")
        (base32
         "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
     (build-system gnu-build-system)
-    (inputs `(("libogg" ,libogg)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libogg" ,libogg)
+       ("speexdsp" ,speexdsp)))
     (home-page "https://gnu.org/software/speex";)
     (synopsis "Library for patent-free audio compression format")
     (description



reply via email to

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