GNU bug report logs - #28711
[PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.

Previous Next

Package: guix-patches;

Reported by: 宋文武 <iyzsong <at> member.fsf.org>

Date: Thu, 5 Oct 2017 09:44:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> member.fsf.org>
Subject: bug#28711: closed (Re: [bug#28711] [PATCH] gnu: speex: Build and
 install 'speexdec' and 'speexenc'.)
Date: Thu, 19 Oct 2017 10:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28711: [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28711 <at> debbugs.gnu.org.

-- 
28711: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28711
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: 宋文武 <iyzsong <at> member.fsf.org>
Cc: 28711-done <at> debbugs.gnu.org
Subject: Re: [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and
 'speexenc'.
Date: Thu, 19 Oct 2017 12:15:39 +0200
ludo <at> gnu.org (Ludovic Courtès) skribis:

> 宋文武 <iyzsong <at> member.fsf.org> skribis:
>
>> * gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
>> [inputs]: Add 'speexdsp'.
>
> LGTM, thanks!

Pushed on your behalf, thanks!  :-)

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.
Date: Thu,  5 Oct 2017 17:42:17 +0800
* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'speexdsp'.
---
 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 47274411b..5565cb556 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
-- 
2.13.3




This bug report was last modified 7 years and 271 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.