unofficial mirror of guix-patches@gnu.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 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).