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 <ludo@gnu.org>
This commit is contained in:
parent
4ad8fbd185
commit
b79813a19a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user