diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:19 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | e7789cb70eeead65a7fc36f63ce2916a1e73d616 (patch) | |
| tree | a063e6c9ac12b54a5b297b12eccecb38a956c7dc | |
| parent | 840d690b458370fe05208dc41560919a4bfae25b (diff) | |
gnu: rygel: Update to 0.44.2.
* gnu/packages/gnome.scm (rygel): Update to 0.44.2.
[#:configure-flags]: Remove lms plugin.
[inputs]: Replace tracker with tinysparql.
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f44aa785596..8071c26bf1b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1613,7 +1613,7 @@ to preview files on the GNOME desktop.") (define-public rygel (package (name "rygel") - (version "0.42.6") + (version "0.44.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1621,12 +1621,12 @@ to preview files on the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "011k9vph4vz8md9cg03g5r3qjwf18yz5dfma4rg3g20hnq25glj7")))) + "186mfdhamhghgy0l8a8dyiy1rfhlkbwvh01bz0mxqq6z9i4ywvkr")))) (build-system meson-build-system) (arguments ;; Disable the tracker plugin. (list #:configure-flags - #~(list "-Dplugins=external,gst-launch,lms,media-export, + #~(list "-Dplugins=external,gst-launch,media-export, mpris,playbin,ruih,tracker3"))) (native-inputs (list gettext-minimal @@ -1655,7 +1655,7 @@ mpris,playbin,ruih,tracker3"))) libsoup libxslt libunistring - tracker)) + tinysparql)) (propagated-inputs ;; The .pc files require.private gmodule-2.0 (list glib)) |
