all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67466] [PATCH gnome-team] gnu: rygel: Update to 0.42.4.
@ 2023-11-26 16:58 Vivien Kraus via Guix-patches via
  2023-12-03 23:56 ` Maxim Cournoyer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-26 16:58 UTC (permalink / raw)
  To: 67466; +Cc: rg, liliana.prikler, maxim.cournoyer

* 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")))
     (native-inputs
      (list gettext-minimal
@@ -1719,6 +1719,9 @@ (define-public rygel
            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

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-19 23:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26 16:58 [bug#67466] [PATCH gnome-team] gnu: rygel: Update to 0.42.4 Vivien Kraus via Guix-patches via
2023-12-03 23:56 ` Maxim Cournoyer
2023-12-04 17:27 ` [bug#67466] [PATCH gnome-team v2] gnu: rygel: Improve style Vivien Kraus via Guix-patches via
2023-12-04 23:05   ` Maxim Cournoyer
2023-12-19 23:16 ` bug#67466: Closing! Vivien Kraus via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.