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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aea7439080 gnu: mixxx: Update to 2.5.3.
aea7439080 is described below

commit aea743908068b422e4cccf239207f33a0f319cec
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 21:21:54 2025 +0530

    gnu: mixxx: Update to 2.5.3.
    
    * gnu/packages/music.scm (mixxx): Update to 2.5.3.
    [inputs]: Replace ffmpeg-4 with ffmpeg; add qtwayland.
    
    Change-Id: Ia6841c24c4e21a8e5e9eebfda62692815a6cc43b
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a9c91cf29e..2c3ea9747f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2357,7 +2357,7 @@ a JACK session.")
 (define-public mixxx
   (package
     (name "mixxx")
-    (version "2.5.2")
+    (version "2.5.3")
     (source
      (origin
        (method git-fetch)
@@ -2366,7 +2366,7 @@ a JACK session.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08j0xaqxn01w7q72smlnvv7iq7p6jrjfg3dk5mkpg2l3fagkgabl"))
+        (base32 "1k1lz001774q0m78bd41qr0yfrqy0hd9v1fnikkh5jhma9p2hrjs"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete libraries that we already have or don't need.
@@ -2405,7 +2405,7 @@ a JACK session.")
                   eudev
                   libxkbcommon          ;required by qtbase
                   faad2
-                  ffmpeg-4              ;XXX: chromaprint linked with ffmpeg-4
+                  ffmpeg
                   fftw
                   flac
                   glu
@@ -2434,6 +2434,7 @@ a JACK session.")
                   qtkeychain-qt6
                   qtsvg
                   qtshadertools
+                  qtwayland
                   qt5compat
                   rubberband
                   soundtouch

Reply via email to