mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: grilo-plugins: Update to 0.3.15.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.15. [native-inputs]: Remove labels. Remove gtk+:bin. Add gst-plugins-good and gst-plugins-bad. [inputs]: Remove commented inputs. Add avahi and gstreamer.
This commit is contained in:
parent
36fee7184d
commit
77ad9ef333
1 changed files with 23 additions and 25 deletions
|
@ -6431,7 +6431,7 @@ (define-public grilo
|
|||
(define-public grilo-plugins
|
||||
(package
|
||||
(name "grilo-plugins")
|
||||
(version "0.3.13")
|
||||
(version "0.3.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6439,33 +6439,31 @@ (define-public grilo-plugins
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1y10nnd711qxwgpz6spzp1rnk50fyf11kk1n71a31ab4fgb0ahqw"))))
|
||||
(base32 "0cxbxg7i9qd1pyfjj7c15x9lawvaw5608jk2apcrac7rakcw6645"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gtk+:bin" ,gtk+ "bin")
|
||||
("itstool" ,itstool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
;; TODO: ahavi, gstreamer
|
||||
(list gettext-minimal
|
||||
;; Gstreamer plugins are required for tests.
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
`(,glib "bin")
|
||||
itstool
|
||||
pkg-config))
|
||||
(inputs
|
||||
`(("grilo" ,grilo)
|
||||
;("gmime" ,gmime) ; unused
|
||||
("gnome-online-accounts" ,gnome-online-accounts)
|
||||
("gom" ,gom)
|
||||
;("gssdp" ,gssdp) ; unused
|
||||
;("gupnp" ,gupnp) ; unused
|
||||
;("gupnp-av" ,gupnp-av) ; unused
|
||||
("json-glib" ,json-glib)
|
||||
("avahi" ,avahi)
|
||||
("libgdata" ,libgdata)
|
||||
("libmediaart" ,libmediaart)
|
||||
;("librest" ,rest) ; unused
|
||||
("libsoup" ,libsoup)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("totam-pl-parser" ,totem-pl-parser)
|
||||
("tracker" ,tracker)
|
||||
("tracker-miners" ,tracker-miners)))
|
||||
(list avahi
|
||||
grilo
|
||||
gnome-online-accounts
|
||||
gom
|
||||
gstreamer
|
||||
json-glib
|
||||
avahi
|
||||
libgdata
|
||||
libmediaart
|
||||
libsoup
|
||||
python-pygobject
|
||||
totem-pl-parser
|
||||
tracker
|
||||
tracker-miners))
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
;;Disable lua-factory as it needs missing dependencies
|
||||
|
|
Loading…
Reference in a new issue