[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/201: gnu: gst-plugins-base: Depend on Opus for all systems.
From: |
guix-commits |
Subject: |
02/201: gnu: gst-plugins-base: Depend on Opus for all systems. |
Date: |
Mon, 1 Nov 2021 23:18:17 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 8929501a385a1f62620ef3b4369016f618c50534
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 d6c2fb3..46902bb 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -559,11 +559,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")
- branch core-updates-frozen-batched-changes created (now eae3355), guix-commits, 2021/11/01
- 02/201: gnu: gst-plugins-base: Depend on Opus for all systems.,
guix-commits <=
- 05/201: gnu: pulseaudio: Use meson build system., guix-commits, 2021/11/01
- 07/201: gnu: json-c: Update to 0.15., guix-commits, 2021/11/01
- 08/201: gnu: gtk+: Add a debug output., guix-commits, 2021/11/01
- 01/201: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/01
- 03/201: gnu: rust: Update to 1.50., guix-commits, 2021/11/01
- 06/201: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/01
- 09/201: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/01
- 10/201: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/01
- 11/201: gnu: librsvg: Add a debug output., guix-commits, 2021/11/01
- 14/201: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/11/01