[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/24: gnu: rygel: Update to 0.42.4.
From: |
guix-commits |
Subject: |
20/24: gnu: rygel: Update to 0.42.4. |
Date: |
Sun, 3 Dec 2023 01:18:50 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit c98dfcd8318bcd422089399283b81264dcc4c8fa
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Nov 26 17:58:07 2023 +0100
gnu: rygel: Update to 0.42.4.
* gnu/packages/gnome.scm (rygel): Update to 0.42.4.
[arguments]: Convert to list of G-Expressions.
[propagated-inputs]: Add glib.
Change-Id: I17da7894a9626cd056c7c86ac6747acc0828e1ba
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
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 03cd07749a..4264a05e7b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1683,7 +1683,7 @@ to preview files on the GNOME desktop.")
(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 "/"
@@ -1691,12 +1691,12 @@ to preview files on the GNOME desktop.")
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")))
(native-inputs
(list gettext-minimal
@@ -1726,6 +1726,9 @@ mpris,playbin,ruih,tracker3")))
libxslt
libunistring
tracker))
+ (propagated-inputs
+ ;; The .pc files require.private gmodule-2.0
+ (list glib))
(synopsis "Share audio, video, and pictures with other devices")
(description
"Rygel is a home media solution (@dfn{UPnP AV MediaServer and
- 02/24: gnu: d-spy: Update to 1.6.0., (continued)
- 02/24: gnu: d-spy: Update to 1.6.0., guix-commits, 2023/12/03
- 12/24: gnu: Add gnome-remote-desktop., guix-commits, 2023/12/03
- 07/24: gnu: gnome-control-center: Update to 44.4., guix-commits, 2023/12/03
- 18/24: gnu: gvfs: Update to 1.50.7., guix-commits, 2023/12/03
- 17/24: gnu: libgweather4: Update to 4.2.0., guix-commits, 2023/12/03
- 06/24: gnu: gnome-contacts: Update to 44.0., guix-commits, 2023/12/03
- 08/24: gnu: gnome-music: Update to 44.0., guix-commits, 2023/12/03
- 16/24: gnu: libgee: Update to 0.20.6., guix-commits, 2023/12/03
- 10/24: gnu: gnome-font-viewer: Update to 44.0., guix-commits, 2023/12/03
- 22/24: gnu: vte: Update to 0.72.3., guix-commits, 2023/12/03
- 20/24: gnu: rygel: Update to 0.42.4.,
guix-commits <=
- 13/24: gnu: gnome-photos: Update to 44.0., guix-commits, 2023/12/03
- 01/24: gnu: folks: Update to 0.15.6., guix-commits, 2023/12/03
- 21/24: gnu: simple-scan: Update to 44.0., guix-commits, 2023/12/03
- 23/24: gnu: sushi: Update to 44.2., guix-commits, 2023/12/03
- 24/24: gnu: yelp: Update to 42.2., guix-commits, 2023/12/03
- 15/24: gnu: gssdp: Update to 1.6.3., guix-commits, 2023/12/03
- 03/24: gnu: Add gtk-frdp., guix-commits, 2023/12/03
- 05/24: gnu: gnome-characters: Update to 44.0., guix-commits, 2023/12/03
- 19/24: gnu: python-pyatspi: Update to 2.46.0., guix-commits, 2023/12/03
- 09/24: gnu: gnome-music: Update style., guix-commits, 2023/12/03