* [bug#46067] [PATCH 0/1] gnu: libsndfile: Add opus support.
@ 2021-01-24 3:47 Alexandros Theodotou
2021-01-24 4:30 ` [bug#46067] [PATCH 1/1] " Alexandros Theodotou
0 siblings, 1 reply; 3+ messages in thread
From: Alexandros Theodotou @ 2021-01-24 3:47 UTC (permalink / raw)
To: 46067; +Cc: Alexandros Theodotou
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#46067] [PATCH 1/1] gnu: libsndfile: Add opus support.
2021-01-24 3:47 [bug#46067] [PATCH 0/1] gnu: libsndfile: Add opus support Alexandros Theodotou
@ 2021-01-24 4:30 ` Alexandros Theodotou
2021-01-28 20:11 ` bug#46067: " Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Alexandros Theodotou @ 2021-01-24 4:30 UTC (permalink / raw)
To: 46067
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
resending because they need to be propagated-inputs (they are pkg-
config dependencies). does not work properly otherwise.
[-- Attachment #2: 0001-gnu-libsndfile-Add-opus-support.patch --]
[-- Type: text/x-patch, Size: 978 bytes --]
From 8413c4ffababbcdf4af89137331587a5c29fb9d1 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Sun, 24 Jan 2021 04:27:45 +0000
Subject: [PATCH 1/1] gnu: libsndfile: Add opus support.
* gnu/packages/pulseaudio.scm (libsndfile)[inputs]: Add opus support.
---
gnu/packages/pulseaudio.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ea61dd807c..7c8e5c7ecf 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -99,10 +99,11 @@
(("^/usr/bin/env") "env"))
#t))))
(build-system gnu-build-system)
- (inputs
- `(("libvorbis" ,libvorbis)
+ (propagated-inputs
+ `(("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] 3+ messages in thread
* bug#46067: [PATCH 1/1] gnu: libsndfile: Add opus support.
2021-01-24 4:30 ` [bug#46067] [PATCH 1/1] " Alexandros Theodotou
@ 2021-01-28 20:11 ` Efraim Flashner
0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-01-28 20:11 UTC (permalink / raw)
To: Alexandros Theodotou; +Cc: 46067-done
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
Thanks. I applied it to core-updates.
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-28 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 3:47 [bug#46067] [PATCH 0/1] gnu: libsndfile: Add opus support Alexandros Theodotou
2021-01-24 4:30 ` [bug#46067] [PATCH 1/1] " Alexandros Theodotou
2021-01-28 20:11 ` bug#46067: " Efraim Flashner
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.