[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/227: gnu: gst-plugins-base: Depend on Opus for all systems.
From: |
guix-commits |
Subject: |
02/227: gnu: gst-plugins-base: Depend on Opus for all systems. |
Date: |
Thu, 11 Nov 2021 12:29:45 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit af47bb01aea5e3f1d079ad511451d01d1797294d
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")
- 10/227: gnu: gdk-pixbuf+svg: Fix typo in comment., (continued)
- 10/227: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/11
- 26/227: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/11
- 29/227: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/11
- 15/227: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 22/227: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/11/11
- 24/227: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/11
- 40/227: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/11
- 36/227: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/11
- 35/227: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/11
- 38/227: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/11
- 02/227: gnu: gst-plugins-base: Depend on Opus for all systems.,
guix-commits <=
- 06/227: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/11
- 08/227: gnu: gtk+: Add a debug output., guix-commits, 2021/11/11
- 12/227: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 13/227: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 19/227: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/11/11
- 16/227: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 17/227: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 20/227: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/11
- 18/227: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 23/227: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/11