guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: rygel: Update to 0.40.1.


From: guix-commits
Subject: 03/03: gnu: rygel: Update to 0.40.1.
Date: Sat, 18 Sep 2021 06:46:31 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit b7a5641ad7dc610bc2042c22dce62d8b74764609
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 18 12:44:37 2021 +0200

    gnu: rygel: Update to 0.40.1.
    
    * gnu/packages/gnome.scm (rygel): Update to 0.40.1.
    [build-system]: Switch to meson.
    [arguments]<#:configure-flags>: Pass a plugins list to exclude the tracker
    plugin.
    [native-inputs]: Add glib:bin, docbook-xml, docbook-xsl, xsltproc.
    [inputs]: Add gst-editing-services and json-glib.
---
 gnu/packages/gnome.scm | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab84903..4a62667 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1612,7 +1612,7 @@ preview files on the GNOME desktop.")
 (define-public rygel
   (package
     (name "rygel")
-    (version "0.38.3")
+    (version "0.40.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1620,23 +1620,34 @@ preview files on the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "003xficqb08r1dgid20i7cn889lbfwrglpx78rjd5nkvgxbimhh8"))))
-    (build-system gnu-build-system)
+                "0bd3d2swa8lq47b9r04x8xwdr9nhjnrwqi6scygd134wb5vxfh22"))))
+    (build-system meson-build-system)
+    (arguments
+     ;; Disable the tracker plugin.
+     '(#:configure-flags
+       (list "-Dplugins=external,gst-launch,lms,media-export,
+mpris,playbin,ruih,tracker3")))
     (native-inputs
      `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc/stable)
        ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+       ("vala" ,vala)
+       ("docbook-xml" ,docbook-xml)
+       ("dockbook-xsl" ,docbook-xsl)
+       ("xsltproc" ,libxslt)))
     (inputs
      `(("gdk-pixbuf" ,gdk-pixbuf)
        ("gssdp" ,gssdp)
        ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
+       ("gst-editing-services" ,gst-editing-services)
        ("gtk+" ,gtk+)
        ("gupnp" ,gupnp)
        ("gupnp-av" ,gupnp-av)
        ("gupnp-dlna" ,gupnp-dlna)
+       ("json-glib" ,json-glib)
        ("libgee" ,libgee)
        ("libmediaart" ,libmediaart)
        ("libsoup" ,libsoup)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]