unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.
@ 2017-10-05  9:42 宋文武
  2017-10-07 20:29 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2017-10-05  9:42 UTC (permalink / raw)
  To: 28711

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.
  2017-10-05  9:42 [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc' 宋文武
@ 2017-10-07 20:29 ` Ludovic Courtès
  2017-10-19 10:15   ` bug#28711: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-07 20:29 UTC (permalink / raw)
  To: 宋文武; +Cc: 28711

宋文武 <iyzsong@member.fsf.org> skribis:

> * gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
> [inputs]: Add 'speexdsp'.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28711: [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'.
  2017-10-07 20:29 ` Ludovic Courtès
@ 2017-10-19 10:15   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-19 10:15 UTC (permalink / raw)
  To: 宋文武; +Cc: 28711-done

ludo@gnu.org (Ludovic Courtès) skribis:

> 宋文武 <iyzsong@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-19 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  9:42 [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc' 宋文武
2017-10-07 20:29 ` Ludovic Courtès
2017-10-19 10:15   ` bug#28711: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).