[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging-next updated: gnu: gst-plugins-base: Depend on Opus for a
From: |
guix-commits |
Subject: |
branch staging-next updated: gnu: gst-plugins-base: Depend on Opus for all systems. |
Date: |
Thu, 11 Feb 2021 14:12:48 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch staging-next
in repository guix.
The following commit(s) were added to refs/heads/staging-next by this push:
new ea73e82 gnu: gst-plugins-base: Depend on Opus for all systems.
ea73e82 is described below
commit ea73e829d7d061d9fd8e1f672926363fe8db2a1b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 10 18:43:34 2021 -0500
gnu: gst-plugins-base: Depend on Opus for all systems.
* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Include opus
unconditionally.
---
gnu/packages/gstreamer.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b582585..0921e9a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -553,11 +553,7 @@ This package provides the core library and elements.")
("libXext" ,libxext)
("libxv" ,libxv)
("alsa-lib" ,alsa-lib)
- ;; XXX Don't build with opus on 32-bit systems:
- ;; <https://bugs.gnu.org/32360>
- ,@(if (target-64bit?)
- `(("opus" ,opus))
- '())))
+ ("opus" ,opus)))
(native-inputs
`(("pkg-config" ,pkg-config)
("glib:bin" ,glib "bin")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging-next updated: gnu: gst-plugins-base: Depend on Opus for all systems.,
guix-commits <=