guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/92: gnu: phonon: Update to 4.12.0.


From: guix-commits
Subject: 03/92: gnu: phonon: Update to 4.12.0.
Date: Thu, 18 Jan 2024 20:59:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit f0744db51686da04cd19411f7cc0064bc0d8b8e5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:06 2024 -0500

    gnu: phonon: Update to 4.12.0.
    
    * gnu/packages/kde-frameworks.scm (phonon): Update to 4.12.0.
    [native-inputs]: Add appstream.
    [inputs]: Add glib, pulseaudio.
    [configure-flags]: Remove -DPHONON_BUILD_PHONON4QT5=ON; add
    -DPHONON_BUILD_QT6=OFF.
    
    Change-Id: Ia8ba388cf0a40488edb541dbbaeaf6df1473d500
---
 gnu/packages/kde-frameworks.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1496fb10ba..2e82574ada 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -221,7 +222,7 @@ continuous display of high-volume data.")
 (define-public phonon
   (package
     (name "phonon")
-    (version "4.11.1")
+    (version "4.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -230,18 +231,16 @@ continuous display of high-volume data.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bfy8iqmjhlg3ma3iqd3kxjc2zkzpjgashbpf5x17y0dc2i1whxl"))))
+                "16pk8g5rx00x45gnxrqg160b1l02fds1b7iz6shllbfczghgz1rj"))))
     (build-system cmake-build-system)
     (native-inputs
-     ;; TODO: Think about adding pulseaudio. Is it required for sound?
      ;; TODO: Add building the super experimental QML support
-     (list extra-cmake-modules pkg-config qttools-5))
-    (inputs
-     (list qtbase-5))
+     (list appstream extra-cmake-modules pkg-config qttools-5))
+    (inputs (list glib qtbase-5 pulseaudio))
     (arguments
      (list #:configure-flags
            #~'("-DCMAKE_CXX_FLAGS=-fPIC"
-               "-DPHONON_BUILD_PHONON4QT5=ON")
+               "-DPHONON_BUILD_QT6=OFF") ;KDE is still using Qt 5
            #:phases
            #~(modify-phases %standard-phases
                (add-before 'install 'patch-installdir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]