guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit b7cf0a540ad99d3591353f92571868751a5da107
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 24 13:08:36 2026 +0900

    gnu: gtk: Remove dependency on ffmpeg.
    
    That's not needed anymore since 4.22.
    
    * gnu/packages/gtk.scm (gtk) [inputs]: Remove ffmpeg.
    
    Change-Id: I53fea883f47cefe6a17967e9520f4adc76ec2bf8
---
 gnu/packages/gtk.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4da3f82b70..2443f60231 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1323,7 +1323,6 @@ application suites.")
     (inputs
      (list colord                       ;for color printing support
            cups                         ;for CUPS print-backend
-           ffmpeg                       ;for ffmpeg media-backend
            fribidi
            gi-docgen
            gstreamer                    ;for gstreamer media-backend

Reply via email to