me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2022-09-08 23:45:50 -04:00
parent e7ef681cd8
commit 87f7f4f60d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 5 deletions

View File

@ -1501,7 +1501,7 @@ and implementation of UPnP A/V profiles.")
(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 @@ and implementation of UPnP A/V profiles.")
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,