GNU bug report logs -
#33098
Opus audio updates
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Fri, 19 Oct 2018 21:07:01 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 33098 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xiph.scm (opusfile)[inputs]: Move libogg and openssl to
propagated-inputs.
---
gnu/packages/xiph.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index dc4f9f14d..0a0e615a0 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -397,13 +397,13 @@ decoding .opus files.")
(base32
"1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl"))))
(build-system gnu-build-system)
+ ;; Required by opusfile.pc and opusurl.pc.
(propagated-inputs
- `(("opus" ,opus)))
+ `(("libogg" ,libogg)
+ ("openssl" ,openssl)
+ ("opus" ,opus)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (inputs
- `(("libogg" ,libogg)
- ("openssl" ,openssl)))
(synopsis "Versatile audio codec")
(description
"The opusfile library provides seeking, decode, and playback of Opus
--
2.19.1
This bug report was last modified 6 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.