guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6a87d8996258605c0f17e09c6cb6d13abdba81cf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Aug 28 22:40:31 2026 +0900

    gnu: rhythmbox: Update to 3.5.1.
    
    * gnu/packages/gnome.scm (rhythmbox): Update to 3.5.1.
    [inputs]: Remove stale comments.  Add libgpod.
    [home-page]: Update.
---
 gnu/packages/gnome.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0795c07f91..0b8a73b93b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6904,7 +6904,7 @@ which can read a large number of file formats.")
 (define-public rhythmbox
   (package
     (name "rhythmbox")
-    (version "3.4.9")
+    (version "3.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/rhythmbox/"
@@ -6912,7 +6912,7 @@ which can read a large number of file formats.")
                                   "rhythmbox-" version ".tar.xz"))
               (sha256
                (base32
-                "1w888kp8rvlqgybfbg059sxriqnp0lzzfarmdgz1z8ppinhr28p4"))))
+                "14s0jbdghkr5lsrwbcbjnka1f0nm1fz4w9k4nhin15c18iqx3rwf"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -6946,13 +6946,6 @@ which can read a large number of file formats.")
            pkg-config
            vala))
     (inputs
-     ;; TODO:
-     ;;  * libgpod
-     ;;  * mx
-     ;; TODO: clutter* only used by visualizer plugin, which also requires mx
-     ;;clutter
-     ;;clutter-gtk
-     ;;clutter-gst
      (list adwaita-icon-theme
            at-spi2-core
            bash-minimal
@@ -6967,6 +6960,7 @@ which can read a large number of file formats.")
            gst-plugins-good
            gstreamer
            gtk+
+           libgpod
            libgudev
            libnotify
            libpeas
@@ -6980,7 +6974,7 @@ which can read a large number of file formats.")
            python-pygobject-3.50
            tdb
            totem-pl-parser))
-    (home-page "https://wiki.gnome.org/Apps/Rhythmbox";)
+    (home-page "https://gitlab.gnome.org/GNOME/rhythmbox";)
     (synopsis "Music player for GNOME")
     (description "Rhythmbox is a music playing application for GNOME.  It
 supports playlists, song ratings, and any codecs installed through gstreamer.")

Reply via email to