GNU bug report logs - #46067
[PATCH 0/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:49:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46067 in the body.
You can then email your comments to 46067 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46067; Package guix-patches. (Sun, 24 Jan 2021 03:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandros Theodotou <alex <at> zrythm.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 24 Jan 2021 03:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alexandros Theodotou <alex <at> zrythm.org>
To: guix-patches <at> gnu.org
Cc: Alexandros Theodotou <alex <at> zrythm.org>
Subject: [PATCH 0/1] gnu: libsndfile: Add opus support.
Date: Sun, 24 Jan 2021 03:47:22 +0000
Hi,

This patch adds opus support, and also fixes vorbis and flac support.

Since version 1.0.29, support for opus/vorbis/flac is all-or-nothing,
so all dependencies must be present, otherwise there is no support for
either of these.

Thanks,
Alex

Alexandros Theodotou (1):
  gnu: libsndfile: Add opus support.

 gnu/packages/pulseaudio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#46067; Package guix-patches. (Sun, 24 Jan 2021 03:51:02 GMT) Full text and rfc822 format available.

Message #8 received at 46067 <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#46067; Package guix-patches. (Sun, 24 Jan 2021 04:31:02 GMT) Full text and rfc822 format available.

Message #11 received at 46067 <at> debbugs.gnu.org (full text, mbox):

From: Alexandros Theodotou <alex <at> zrythm.org>
To: 46067 <at> debbugs.gnu.org
Subject: [PATCH 1/1] gnu: libsndfile: Add opus support.
Date: Sun, 24 Jan 2021 04:30:02 +0000
[Message part 1 (text/plain, inline)]
resending because they need to be propagated-inputs (they are pkg-
config dependencies). does not work properly otherwise.
[0001-gnu-libsndfile-Add-opus-support.patch (text/x-patch, attachment)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 28 Jan 2021 20:17:02 GMT) Full text and rfc822 format available.

Notification sent to Alexandros Theodotou <alex <at> zrythm.org>:
bug acknowledged by developer. (Thu, 28 Jan 2021 20:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 46067-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Alexandros Theodotou <alex <at> zrythm.org>
Cc: 46067-done <at> debbugs.gnu.org
Subject: Re: [bug#46067] [PATCH 1/1] gnu: libsndfile: Add opus support.
Date: Thu, 28 Jan 2021 22:11:59 +0200
[Message part 1 (text/plain, inline)]
Thanks. I applied it to core-updates.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Feb 2021 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 58 days ago.

Previous Next


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