all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46068] [PATCH 1/1] gnu: libsndfile: Add opus support.
@ 2021-01-24  3:50 Alexandros Theodotou
  2021-01-24  4:24 ` bug#46068: Alexandros Theodotou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2021-01-24  3:50 UTC (permalink / raw)
  To: 46067, 46068; +Cc: Alexandros Theodotou

* gnu/packages/pulseaudio.scm (libsndfile)[inputs]: Add opus support.
---
 gnu/packages/pulseaudio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ea61dd807c..48af6ca436 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -100,9 +100,10 @@
                  #t))))
     (build-system gnu-build-system)
     (inputs
-     `(("libvorbis" ,libvorbis)
+     `(("flac" ,flac)
+       ("libvorbis" ,libvorbis)
        ("libogg" ,libogg)
-       ("flac" ,flac)))
+       ("opus" ,opus)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python)))
-- 
2.30.0





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

* bug#46068:
  2021-01-24  3:50 [bug#46068] [PATCH 1/1] gnu: libsndfile: Add opus support Alexandros Theodotou
@ 2021-01-24  4:24 ` Alexandros Theodotou
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandros Theodotou @ 2021-01-24  4:24 UTC (permalink / raw)
  To: 46068-done

duplicate of 46067





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

end of thread, other threads:[~2021-01-24  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24  3:50 [bug#46068] [PATCH 1/1] gnu: libsndfile: Add opus support Alexandros Theodotou
2021-01-24  4:24 ` bug#46068: Alexandros Theodotou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.