emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38876: closed (gnu: Add libmediaart.)


From: GNU bug Tracking System
Subject: bug#38876: closed (gnu: Add libmediaart.)
Date: Thu, 09 Jan 2020 22:33:02 +0000

Your message dated Thu, 09 Jan 2020 23:32:18 +0100
with message-id <address@hidden>
and subject line Re: [bug#38876] gnu: Add libmediaart. V2
has caused the debbugs.gnu.org bug report #38876,
regarding gnu: Add libmediaart.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38876: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38876
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gnu: Add libmediaart. Date: Thu, 02 Jan 2020 14:38:09 -0500
Hello Guix!

Please find the attached patch to add libmediaart.

Regards,
RG.

Attachment: libmediaart.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#38876] gnu: Add libmediaart. V2 Date: Thu, 09 Jan 2020 23:32:18 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi!

Raghav Gururajan <address@hidden> skribis:

> From c58cd6327d975cdb95aed9a6b3d7c0d660c565d2 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <address@hidden>
> Date: Thu, 2 Jan 2020 14:53:01 -0500
> Subject: [PATCH] gnu: Add libmediaart.
>
> * gnu/packages/gnome.scm (libmediaart): New variable.

Applied with the minor changes below: I took the description from
<https://gitlab.gnome.org/GNOME/libmediaart/blob/master/docs/reference/libmediaart/libmediaart-docs.xml>,
and from what I can see in the source file headers, it’s LGPLv2.1+.

Thanks,
Ludo’.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 178bcf5002..9689d20b39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -268,11 +268,12 @@ features to enable users to create their discs easily and 
quickly.")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk+:doc", gtk+ "doc")
        ("vala" ,vala)))
-    (synopsis "Media Art library for GNOME desktop")
-    (description "Library tasked with managing, extracting and
-handling media art caches.")
+    (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:gpl2+)))
+    (license license:lgpl2.1+)))
 
 (define-public gnome-menus
   (package

--- End Message ---

reply via email to

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