gnu: opusfile: Propagate dependencies required in pkg-config.
* gnu/packages/xiph.scm (opusfile)[inputs]: Move libogg and openssl to propagated-inputs.
This commit is contained in:
parent
ce08d54c35
commit
844b3272da
|
@ -398,13 +398,13 @@ decoding .opus files.")
|
||||||
(base32
|
(base32
|
||||||
"1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl"))))
|
"1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
;; Required by opusfile.pc and opusurl.pc.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("opus" ,opus)))
|
`(("libogg" ,libogg)
|
||||||
|
("openssl" ,openssl)
|
||||||
|
("opus" ,opus)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
|
||||||
`(("libogg" ,libogg)
|
|
||||||
("openssl" ,openssl)))
|
|
||||||
(synopsis "Versatile audio codec")
|
(synopsis "Versatile audio codec")
|
||||||
(description
|
(description
|
||||||
"The opusfile library provides seeking, decode, and playback of Opus
|
"The opusfile library provides seeking, decode, and playback of Opus
|
||||||
|
|
Loading…
Reference in New Issue