guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4c79f8f373d0a7ccb02e559e9b679b197ac16d6c
Author: Sughosha <[email protected]>
AuthorDate: Sat Oct 18 13:38:05 2025 +0530

    gnu: flacon: Update to 12.0.0.
    
    * gnu/packages/music.scm (flacon): Update to 12.0.0.
    [build-system]: Switch to qt-build-system.
    [arguments]<#:qtbase>: Set to qtbase.
    [inputs]: Remove qtbase-5 and qttools-5.
    [native-inputs]: Add qttools.
    
    Change-Id: I2551f2f5cfee1849a1533d4411a79f2fce37ee89
---
 gnu/packages/music.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6c061f65c7..12df67c662 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1158,7 +1158,7 @@ MusePack, Monkey's Audio, and WavPack files.")
 (define-public flacon
   (package
     (name "flacon")
-    (version "11.4.0")
+    (version "12.0.0")
     (source
       (origin
         (method git-fetch)
@@ -1169,16 +1169,15 @@ MusePack, Monkey's Audio, and WavPack files.")
             (recursive? #t)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0yp73yl5x9m2l4whrzj6yx8aqv1915khmlihgp1p12m9m540dql2"))))
-    (build-system cmake-build-system)
+         (base32 "1r8sr4cd1djackfwk7m3qvjlbvh54kcm5cgdqh3clk491r19vm5g"))))
+    (build-system qt-build-system)
     (arguments
       ;; The tests fail while attempting to exercise MacOS functionality.
-      (list #:tests? #f))
-    (native-inputs (list pkg-config))
+      (list #:tests? #f
+            #:qtbase qtbase))
+    (native-inputs (list pkg-config qttools))
     (inputs
-      (list qtbase-5
-            qttools-5
-            taglib
+      (list taglib
             uchardet
             zlib))
     (home-page "https://flacon.github.io/";)

Reply via email to