GNU bug report logs -
#67466
[PATCH gnome-team] gnu: rygel: Update to 0.42.4.
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sun, 26 Nov 2023 23:17:03 UTC
Severity: normal
Tags: patch
Done: Vivien Kraus <vivien <at> planete-kraus.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> * gnu/packages/gnome.scm (rygel): Update to 0.42.4.
> [arguments]: Convert to list of G-Expressions.
> [propagated-inputs]: Add glib.
>
> Change-Id: I17da7894a9626cd056c7c86ac6747acc0828e1ba
> ---
> gnu/packages/gnome.scm | 11 +++++++----
> 1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index d354327497..d6ee3493b5 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -1676,7 +1676,7 @@ (define-public sushi
> (define-public rygel
> (package
> (name "rygel")
> - (version "0.41.2")
> + (version "0.42.4")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/" name "/"
> @@ -1684,12 +1684,12 @@ (define-public rygel
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "0wivd60hn115ar3hsrsa595kpxzp8gwq30ksh32qlq8j9dhlq65i"))))
> + "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
> (build-system meson-build-system)
> (arguments
> ;; Disable the tracker plugin.
> - '(#:configure-flags
> - (list "-Dplugins=external,gst-launch,lms,media-export,
> + (list #:configure-flags
> + #~'("-Dplugins=external,gst-launch,lms,media-export,
> mpris,playbin,ruih,tracker3")))
Nitpick: I prefer the #~(list "args" ...) style, which I find more readable.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
--
Thanks,
Maxim
This bug report was last modified 1 year and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.