GNU bug report logs - #46068
[PATCH 1/1] gnu: libsndfile: Add opus support.

Previous Next

Package: guix-patches;

Reported by: Alexandros Theodotou <alex <at> zrythm.org>

Date: Sun, 24 Jan 2021 03:51:02 UTC

Severity: normal

Tags: patch

Done: Alexandros Theodotou <alex <at> zrythm.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alexandros Theodotou <alex <at> zrythm.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46068: closed ([PATCH 1/1] gnu: libsndfile: Add opus support.)
Date: Sun, 24 Jan 2021 04:25:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Jan 2021 04:24:15 +0000
with message-id <075a83124a026edaa7783e0835a290140b87502e.camel <at> zrythm.org>
and subject line 
has caused the debbugs.gnu.org bug report #46068,
regarding [PATCH 1/1] gnu: libsndfile: Add opus support.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46068
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alexandros Theodotou <alex <at> zrythm.org>
To: 46067 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Alexandros Theodotou <alex <at> zrythm.org>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Alexandros Theodotou <alex <at> zrythm.org>
To: 46068-done <at> debbugs.gnu.org
Date: Sun, 24 Jan 2021 04:24:15 +0000
duplicate of 46067



This bug report was last modified 4 years and 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.