guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 696a5f3cf0bc92c4b4079fd085a9e1b5b3983d10
Author: David Elsing <david.els...@posteo.net>
AuthorDate: Fri May 30 22:19:04 2025 +0200

    gnu: gst-plugins-good-qt: Switch to Qt6.
    
    * (gst-plugins-good-qt)[inputs]: Replace qtbase5, qtdeclarative-5 and
    qtwayland-5 by qtbase, qtdeclarative and qtwayland.  Remove qtx11extras. Add
    qtshadertools and qttools.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com>
---
 gnu/packages/gstreamer.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b93e84dba4..4a144d8714 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -766,10 +766,11 @@ model to base your own plug-in on, here it is.")
     (name "gst-plugins-good-qt")
     (inputs
      (modify-inputs (package-inputs gst-plugins-good)
-       (prepend qtbase-5
-                qtdeclarative-5
-                qtwayland-5
-                qtx11extras)))))
+       (prepend qtbase
+                qtdeclarative
+                qtshadertools
+                qttools
+                qtwayland)))))
 
 (define-public gst-plugins-bad
   (package

Reply via email to