gnu: grilo: Update to 0.3.16.
* gnu/packages/gnome.scm (grilo): Update to 0.3.16. [native-inputs]: Add python. [home-page]: Update. Change-Id: Iaf391b1246e74b58536a0470ea68bd53fefe2f93 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
12c2307451
commit
9ee9aad22c
|
@ -6546,7 +6546,7 @@ as possible!")
|
||||||
(define-public grilo
|
(define-public grilo
|
||||||
(package
|
(package
|
||||||
(name "grilo")
|
(name "grilo")
|
||||||
(version "0.3.15")
|
(version "0.3.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6554,7 +6554,7 @@ as possible!")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"grilo-" version ".tar.xz"))
|
"grilo-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bbvaxw2das8826663z23y0acbdmcvggwdh64ws9jrk56vvsqlpk"))))
|
(base32 "15mxffs7f7ndzimpvpq4lj48km5p6i9gyqxa4ggq1qpcqpl80ic8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
@ -6569,6 +6569,7 @@ as possible!")
|
||||||
pkg-config
|
pkg-config
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
|
python
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list cyrus-sasl
|
(list cyrus-sasl
|
||||||
|
@ -6583,7 +6584,7 @@ as possible!")
|
||||||
(variable "GRL_PLUGIN_PATH")
|
(variable "GRL_PLUGIN_PATH")
|
||||||
(files (list (string-append "lib/grilo-"
|
(files (list (string-append "lib/grilo-"
|
||||||
(version-major+minor version)))))))
|
(version-major+minor version)))))))
|
||||||
(home-page "https://wiki.gnome.org/action/show/Projects/Grilo")
|
(home-page "https://wiki.gnome.org/Projects/Grilo")
|
||||||
(synopsis "Framework for discovering and browsing media")
|
(synopsis "Framework for discovering and browsing media")
|
||||||
(description
|
(description
|
||||||
"Grilo is a framework focused on making media discovery and browsing easy
|
"Grilo is a framework focused on making media discovery and browsing easy
|
||||||
|
|
Reference in New Issue