guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

106/181: gnu: libmediaart: Update to 1.9.6.


From: guix-commits
Subject: 106/181: gnu: libmediaart: Update to 1.9.6.
Date: Tue, 13 Sep 2022 02:26:02 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 87f7f4f60dcca1d68079a0d95371e3a6674b5a48
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 23:45:50 2022 -0400

    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.
---
 gnu/packages/gnome.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 17f1bd67e6..b7e297edca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1501,7 +1501,7 @@ and implementation of UPnP A/V profiles.")
 (define-public libmediaart
   (package
     (name "libmediaart")
-    (version "1.9.5")
+    (version "1.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1509,13 +1509,16 @@ and implementation of UPnP A/V profiles.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mlw1qgj8nkd9ll6b6h54r1gfdy3zp8a8xqz7qfyfaj85jjgbph7"))))
+                "05vzcxm8fqizz77qzdxlsqb5lsqzc4681sy8z63haf6vswjm1g63"))))
     (build-system meson-build-system)
     (native-inputs
-     (list `(,glib "bin") pkg-config))
+     (list `(,glib "bin")
+           gettext-minimal
+           gobject-introspection
+           pkg-config
+           vala))
     (inputs
-     (list gdk-pixbuf gettext-minimal gobject-introspection
-           `(,gtk+ "doc") vala))
+     (list gdk-pixbuf))
     (synopsis "Media art library for the GNOME desktop")
     (description
      "The libmediaart library is the foundation for media art caching,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]