mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: libmediaart: Update to 1.9.6.
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.6. [inputs]: Delete gtk+:doc. Move gettext-minimal, gobject-introspection and vala to... [native-inputs]: ... here.
This commit is contained in:
parent
e7ef681cd8
commit
87f7f4f60d
1 changed files with 8 additions and 5 deletions
|
@ -1501,7 +1501,7 @@ (define-public gupnp-av
|
||||||
(define-public libmediaart
|
(define-public libmediaart
|
||||||
(package
|
(package
|
||||||
(name "libmediaart")
|
(name "libmediaart")
|
||||||
(version "1.9.5")
|
(version "1.9.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1509,13 +1509,16 @@ (define-public libmediaart
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mlw1qgj8nkd9ll6b6h54r1gfdy3zp8a8xqz7qfyfaj85jjgbph7"))))
|
"05vzcxm8fqizz77qzdxlsqb5lsqzc4681sy8z63haf6vswjm1g63"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") pkg-config))
|
(list `(,glib "bin")
|
||||||
|
gettext-minimal
|
||||||
|
gobject-introspection
|
||||||
|
pkg-config
|
||||||
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list gdk-pixbuf gettext-minimal gobject-introspection
|
(list gdk-pixbuf))
|
||||||
`(,gtk+ "doc") vala))
|
|
||||||
(synopsis "Media art library for the GNOME desktop")
|
(synopsis "Media art library for the GNOME desktop")
|
||||||
(description
|
(description
|
||||||
"The libmediaart library is the foundation for media art caching,
|
"The libmediaart library is the foundation for media art caching,
|
||||||
|
|
Loading…
Reference in a new issue