This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e1cee41a02 gnu: cogl: Disable gstreamer plugin.
e1cee41a02 is described below

commit e1cee41a025b7ffba19c147fd5277fae66260c29
Author: 宋文武 <[email protected]>
AuthorDate: Mon Feb 3 14:32:52 2025 +0800

    gnu: cogl: Disable gstreamer plugin.
    
    The cogl GStreamer sink has been broken:
      <https://gitlab.gnome.org/Archive/cogl/-/issues/15>
    
    * gnu/packages/gnome.scm (cogl)[inputs]: Remove gstreamer and
    gst-plugins-base.
    [arguments]: Pass "--enable-cogl-gst=no" to configure-flags.
    
    Change-Id: I644da53effb52c6b6d8b1f9b6df293545fab963c
    Fixes: <https://issues.guix.gnu.org/39126>
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
---
 gnu/packages/gnome.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1225570c3c..1e8d813682 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6308,12 +6308,10 @@ throughout GNOME for API documentation).")
      (list mesa
            cairo
            pango
-           gstreamer
-           gst-plugins-base
            wayland))
     (arguments
      `(#:disallowed-references (,xorg-server-for-tests)
-       #:configure-flags (list "--enable-cogl-gst"
+       #:configure-flags (list "--enable-cogl-gst=no" ;broken and unmaintained
                                "--enable-wayland-egl-platform"
                                "--enable-wayland-egl-server"
 

Reply via email to