[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/203: gnu: gst-plugins-base: Depend on Opus for all systems.
From: |
guix-commits |
Subject: |
02/203: gnu: gst-plugins-base: Depend on Opus for all systems. |
Date: |
Wed, 3 Nov 2021 21:09:41 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit f3b4bf095cf21e992ae669917f6c6175c3631c19
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 1f5cff2), guix-commits, 2021/11/03
- 04/203: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/03
- 02/203: gnu: gst-plugins-base: Depend on Opus for all systems.,
guix-commits <=
- 28/203: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/03
- 13/203: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/03
- 23/203: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/03
- 24/203: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/03
- 36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/03
- 35/203: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/03
- 41/203: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/03
- 44/203: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/03
- 26/203: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/03