summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-28 22:40:31 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-28 23:15:11 +0900
commit6a87d8996258605c0f17e09c6cb6d13abdba81cf (patch)
tree09f290707ed076d2feb7e0e4291cbd42674c36a5
parentde197aa5ee7a4f03b4a60ffa7cd4d52a71135a4a (diff)
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.
-rw-r--r--gnu/packages/gnome.scm14
1 files changed, 4 insertions, 10 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0795c07f91d..0b8a73b93b3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6904,7 +6904,7 @@ which can read a large number of file formats.")
6904(define-public rhythmbox 6904(define-public rhythmbox
6905 (package 6905 (package
6906 (name "rhythmbox") 6906 (name "rhythmbox")
6907 (version "3.4.9") 6907 (version "3.5.1")
6908 (source (origin 6908 (source (origin
6909 (method url-fetch) 6909 (method url-fetch)
6910 (uri (string-append "mirror://gnome/sources/rhythmbox/" 6910 (uri (string-append "mirror://gnome/sources/rhythmbox/"
@@ -6912,7 +6912,7 @@ which can read a large number of file formats.")
6912 "rhythmbox-" version ".tar.xz")) 6912 "rhythmbox-" version ".tar.xz"))
6913 (sha256 6913 (sha256
6914 (base32 6914 (base32
6915 "1w888kp8rvlqgybfbg059sxriqnp0lzzfarmdgz1z8ppinhr28p4")))) 6915 "14s0jbdghkr5lsrwbcbjnka1f0nm1fz4w9k4nhin15c18iqx3rwf"))))
6916 (build-system meson-build-system) 6916 (build-system meson-build-system)
6917 (arguments 6917 (arguments
6918 (list 6918 (list
@@ -6946,13 +6946,6 @@ which can read a large number of file formats.")
6946 pkg-config 6946 pkg-config
6947 vala)) 6947 vala))
6948 (inputs 6948 (inputs
6949 ;; TODO:
6950 ;; * libgpod
6951 ;; * mx
6952 ;; TODO: clutter* only used by visualizer plugin, which also requires mx
6953 ;;clutter
6954 ;;clutter-gtk
6955 ;;clutter-gst
6956 (list adwaita-icon-theme 6949 (list adwaita-icon-theme
6957 at-spi2-core 6950 at-spi2-core
6958 bash-minimal 6951 bash-minimal
@@ -6967,6 +6960,7 @@ which can read a large number of file formats.")
6967 gst-plugins-good 6960 gst-plugins-good
6968 gstreamer 6961 gstreamer
6969 gtk+ 6962 gtk+
6963 libgpod
6970 libgudev 6964 libgudev
6971 libnotify 6965 libnotify
6972 libpeas 6966 libpeas
@@ -6980,7 +6974,7 @@ which can read a large number of file formats.")
6980 python-pygobject-3.50 6974 python-pygobject-3.50
6981 tdb 6975 tdb
6982 totem-pl-parser)) 6976 totem-pl-parser))
6983 (home-page "https://wiki.gnome.org/Apps/Rhythmbox") 6977 (home-page "https://gitlab.gnome.org/GNOME/rhythmbox")
6984 (synopsis "Music player for GNOME") 6978 (synopsis "Music player for GNOME")
6985 (description "Rhythmbox is a music playing application for GNOME. It 6979 (description "Rhythmbox is a music playing application for GNOME. It
6986supports playlists, song ratings, and any codecs installed through gstreamer.") 6980supports playlists, song ratings, and any codecs installed through gstreamer.")