Archived
1
0
Fork 0

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>
This commit is contained in:
Vivien Kraus 2023-11-26 17:58:07 +01:00 committed by Liliana Marie Prikler
parent 1a4e51d1e4
commit c98dfcd831
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1683,7 +1683,7 @@ to preview files on the GNOME desktop.")
(define-public rygel (define-public rygel
(package (package
(name "rygel") (name "rygel")
(version "0.41.2") (version "0.42.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -1691,12 +1691,12 @@ to preview files on the GNOME desktop.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0wivd60hn115ar3hsrsa595kpxzp8gwq30ksh32qlq8j9dhlq65i")))) "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
;; Disable the tracker plugin. ;; Disable the tracker plugin.
'(#:configure-flags (list #:configure-flags
(list "-Dplugins=external,gst-launch,lms,media-export, #~'("-Dplugins=external,gst-launch,lms,media-export,
mpris,playbin,ruih,tracker3"))) mpris,playbin,ruih,tracker3")))
(native-inputs (native-inputs
(list gettext-minimal (list gettext-minimal
@ -1726,6 +1726,9 @@ mpris,playbin,ruih,tracker3")))
libxslt libxslt
libunistring libunistring
tracker)) tracker))
(propagated-inputs
;; The .pc files require.private gmodule-2.0
(list glib))
(synopsis "Share audio, video, and pictures with other devices") (synopsis "Share audio, video, and pictures with other devices")
(description (description
"Rygel is a home media solution (@dfn{UPnP AV MediaServer and "Rygel is a home media solution (@dfn{UPnP AV MediaServer and