guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Add libmediaart.


From: guix-commits
Subject: 07/07: gnu: Add libmediaart.
Date: Thu, 9 Jan 2020 17:36:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 02ebbca82f1be09f2f7f5e70de792d9fae0ca30c
Author: Raghav Gururajan <address@hidden>
AuthorDate: Thu Jan 2 14:53:01 2020 -0500

    gnu: Add libmediaart.
    
    * gnu/packages/gnome.scm (libmediaart): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0e18c2e..6d0c971 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -335,6 +335,35 @@ It has miners for Facebook, Flickr, Google, ownCloud and 
SkyDrive.")
     (home-page "https://wiki.gnome.org/Projects/GnomeOnlineMiners";)
     (license license:gpl2)))
 
+(define-public libmediaart
+  (package
+    (name "libmediaart")
+    (version "1.9.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0gc10imyabk57ar54m0qzms0x9dnmkymhkzyk8w1aj3y4lby0yx5"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gdk-pixbuf" ,gdk-pixbuf)
+       ("gettext" ,gettext-minimal)
+       ("gobject-introspection" ,gobject-introspection)
+       ("gtk+:doc", gtk+ "doc")
+       ("vala" ,vala)))
+    (synopsis "Media art library for the GNOME desktop")
+    (description
+     "The libmediaart library is the foundation for media art caching,
+extraction, and lookup for applications on the desktop.")
+    (home-page "https://gitlab.gnome.org/GNOME/libmediaart";)
+    (license license:lgpl2.1+)))
+
 (define-public gnome-menus
   (package
     (name "gnome-menus")



reply via email to

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