[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/149: gnu: gst-plugins-base: Depend on Opus for all systems.
From: |
guix-commits |
Subject: |
02/149: gnu: gst-plugins-base: Depend on Opus for all systems. |
Date: |
Tue, 26 Oct 2021 23:51:54 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit fa31ef904e39b1606f3ec75b418cfe41d15f64f2
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 9e7525b..32ad2f1 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")
- 28/149: gnu: python-pygobject: Update to 3.40.1., (continued)
- 28/149: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/26
- 27/149: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/26
- 30/149: gnu: farstream: Enable tests., guix-commits, 2021/10/26
- 32/149: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/26
- 37/149: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/10/26
- 38/149: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/10/26
- 34/149: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/26
- 44/149: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/10/26
- 46/149: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/10/26
- 48/149: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/10/26
- 02/149: gnu: gst-plugins-base: Depend on Opus for all systems.,
guix-commits <=
- 53/149: gnu: googletest: Update to 1.11.0., guix-commits, 2021/10/26
- 03/149: gnu: rust: Update to 1.50., guix-commits, 2021/10/26
- 17/149: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/26
- 21/149: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/26
- 24/149: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/10/26
- 25/149: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/26
- 23/149: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/26
- 45/149: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/26
- 10/149: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/26
- 09/149: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/10/26