guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46068] [PATCH 1/1] gnu: libsndfile: Add opus support.


From: Alexandros Theodotou
Subject: [bug#46068] [PATCH 1/1] gnu: libsndfile: Add opus support.
Date: Sun, 24 Jan 2021 03:50:32 +0000

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]