From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 12:22:46 2019 Received: (at 38625) by debbugs.gnu.org; 18 Dec 2019 17:22:46 +0000 Received: from localhost ([127.0.0.1]:43876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihd24-0007HD-85 for submit@debbugs.gnu.org; Wed, 18 Dec 2019 12:22:46 -0500 Received: from mail-oi1-f169.google.com ([209.85.167.169]:45845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ihceE-0006ct-C5 for 38625@debbugs.gnu.org; Wed, 18 Dec 2019 11:58:06 -0500 Received: by mail-oi1-f169.google.com with SMTP id v10so1355501oiv.12 for <38625@debbugs.gnu.org>; Wed, 18 Dec 2019 08:58:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=UkhAU0JSKqglDEsPeRRNYbx1FYXO6pQco/vlHvJ6E9A=; b=XPdhSo3uT/dV2naFSKpkdNI9OrErD/ctAryzozgK69bdjXprntk0/+vOsHHEWC8gnG kmzUgzIpM3g42DUHP4URuSLSH7U7zEbfQ0VhH//KSmFxdUoVfRPWRYl5Fu+Ip6ZXz+sc P79ZKdn5ifUT4NrXxAusj+5TU2HMza7KZr2rQ7R/IUfaalc+id/HNTa43otDFAxgm5Dx oXhiZAud5FKPdN+Ht2kbTJZ1tvBG99NkCfL1Nkj/ycalCzOmzGv7Hex1CVxSS9WCQ3H7 /MxwVgv7/NXRzoIesECrN6fiXC6n+Rl993vEtVEiIjtyUEdQJCw8W7oxRNVKaAq6/+DU CaoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=UkhAU0JSKqglDEsPeRRNYbx1FYXO6pQco/vlHvJ6E9A=; b=jrk8SlMC/vPGosgV5scbP03ukGf5Ed3jtPENpJS3A4VFmgJ7Qvst750fkVgii4iwcS MSZHktNcMYxA4RbXI8wFNSpIFx7lzFHKYLjgivHxm0rNToLPGkzuGxtbX3r3BsHTtSM4 wlep1g79Xnm17uDKDA3/efvlwswg5Or5NckErk0bctchcJSWcQ0WalhNu24jtYiT4qcE wm0/Gc3POrUXNilO0fNYzqCd24aZzxgsdQfx8Q1o7GsiBInb6Z6AEejkPJanUMALl0og xS3nTl5VDCMZIoQ648FHolnDv0xfaFtOsZZEMyu/xUCKChSNqxqWxosgLMIS5Eoe6TwP skoQ== X-Gm-Message-State: APjAAAWGgwalJMSwhmVZJIvIGit/nncE20SWG3wtafKSMGXb7C3D9i2r 4TUUPzphl3NpliowvgMd3mzZt/Avqn1byMqQk93mgQ== X-Google-Smtp-Source: APXvYqyGOD167lUqE8fl1CqBPqFIKkzVMyYithjB6IS1KK+T4pdf86IhjgQ+BdKkAXy0XUPQxRfQQKKd1xTX92yauqs= X-Received: by 2002:aca:c551:: with SMTP id v78mr967851oif.161.1576688280414; Wed, 18 Dec 2019 08:58:00 -0800 (PST) MIME-Version: 1.0 References: <874ky1cjac.fsf@elephly.net> In-Reply-To: From: Riku Viitanen Date: Wed, 18 Dec 2019 18:57:48 +0200 Message-ID: Subject: Fwd: [bug#38625] [PATCH] music.scm: Add glyr To: 38625@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000e02edb0599fd58a3" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 38625 X-Mailman-Approved-At: Wed, 18 Dec 2019 12:22:43 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --000000000000e02edb0599fd58a3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Ricardo, and thanks for the feedback! I think all the mentioned issues should now be fixed. I checked some of the source files, and it turns out they say permit any later version of the license, so I changed the license to lgpl3+. Only the README file mentions "just" LGPLv3 without saying anything about later versions, so I thought it meant the same as "only". Here's the new patch in git format: From 97d4d5d7d16eb87896d81e070510d919118aa622 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Wed, 18 Dec 2019 18:30:14 +0200 Subject: [PATCH] gnu: Add glyr * gnu/packages/music.scm (glyr): New variable --- gnu/packages/music.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index f80fb067e8..0adfa96fbe 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -25,6 +25,7 @@ ;;; Copyright =C2=A9 2019 raingloom ;;; Copyright =C2=A9 2019 David Wilson ;;; Copyright =C2=A9 2019 Alexandros Theodotou +;;; Copyright =C2=A9 2019 Riku Viitanen ;;; ;;; This file is part of GNU Guix. ;;; @@ -5106,3 +5107,37 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.") (description "Helm is a cross-platform polyphonic synthesizer available standalone and as an LV2 plugin.") (license license:gpl3+))) + +(define-public glyr + (package + (name "glyr") + (version "1.0.10") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sahib/glyr.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1miwbqzkhg0v3zysrwh60pj9sv6ci4lzq2vq2hhc6pc6hdyh8xyr")))= ) + (build-system cmake-build-system) + (arguments + '(#:tests? #f)) + (inputs + `(("glib" ,glib) + ("curl" ,curl) + ("sqlite" ,sqlite))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://github.com/sahib/glyr") + (synopsis "Search engine for music related metadata") + (description + "Glyr comes both in a command-line interface tool (@command{glyrc}) and +as a C library (libglyr), both with an easy to use interface. The sort of +metadata glyr is searching (and downloading) is usually the data you see i= n +your musicplayer. And indeed, originally it was written to serve as internally +library for a musicplayer, but has been extended to work as a standalone +program which is able to download cover art, lyrics, photos, biographies, +reviews and more.") + (license license:lgpl3+))) --=20 2.24.1 --000000000000e02edb0599fd58a3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Ricardo, and thanks for the feedback!

I think= all the mentioned issues should now be fixed.
I checked some= of the source files, and it turns out they say permit any later version of= the license, so I changed the license to lgpl3+.
Only the README= file mentions "just" LGPLv3 without saying anything about later = versions, so I thought it meant the same as "only".

Here's the new patch in git format:

From 97d4d5d7d16eb87896d81e070510d919118aa622 Mon Sep 17 00:00:00 200= 1
From: Riku Viitanen <riku.viitanen0@gmail.com>
Date: Wed, 18 Dec 2019 = 18:30:14 +0200
Subject: [PATCH] gnu: Add glyr

* gnu/packages/musi= c.scm (glyr): New variable
---
=C2=A0gnu/packages/music.scm | 35 ++++= +++++++++++++++++++++++++++++++
=C2=A01 file changed, 35 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index= f80fb067e8..0adfa96fbe 100644
--- a/gnu/packages/music.scm
+++ b/gnu= /packages/music.scm
@@ -25,6 +25,7 @@
=C2=A0;;; Copyright =C2=A9 2019= raingloom <raingloom@protonmail.com>
=C2=A0;;; Copyright =C2=A9 2019 David= Wilson <david@da= viwil.com>
=C2=A0;;; Copyright =C2=A9 2019 Alexandros Theodotou &= lt;alex@zrythm.org= >
+;;; Copyright =C2=A9 2019 Riku Viitanen <riku.viitanen0@gmail.com>=C2=A0;;;
=C2=A0;;; This file is part of GNU Guix.
=C2=A0;;;
@@ -= 5106,3 +5107,37 @@ MIDI drums and comes as two separate drumkits: Black Pea= rl and Red Zeppelin.")
=C2=A0=C2=A0=C2=A0=C2=A0 (description "= Helm is a cross-platform polyphonic synthesizer available standalone
=C2= =A0and as an LV2 plugin.")
=C2=A0=C2=A0=C2=A0=C2=A0 (license licens= e:gpl3+)))
+
+(define-public glyr
+=C2=A0 (package
+=C2=A0=C2= =A0=C2=A0 (name "glyr")
+=C2=A0=C2=A0=C2=A0 (version "1.0= .10")
+=C2=A0=C2=A0=C2=A0 (source (origin
+=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch= )
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (uri (git-reference
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (url "https://github.com/sahib/glyr.git")
+=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit version)))
+=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file= -name name version))
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32
+= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 "1miwbqzkhg0v3zysrwh60pj9sv6ci4lzq2vq2hhc6pc6hdy= h8xyr"))))
+=C2=A0=C2=A0=C2=A0 (build-system cmake-build-system)+=C2=A0=C2=A0=C2=A0 (arguments
+=C2=A0=C2=A0=C2=A0=C2=A0 '(#:tests?= #f))
+=C2=A0=C2=A0=C2=A0 (inputs
+=C2=A0=C2=A0=C2=A0=C2=A0 `(("= glib" ,glib)
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("curl"= ; ,curl)
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("sqlite" ,sqli= te)))
+=C2=A0=C2=A0=C2=A0 (native-inputs
+=C2=A0=C2=A0=C2=A0=C2=A0 `(= ("pkg-config" ,pkg-config)))
+=C2=A0=C2=A0=C2=A0 (home-page &q= uot;https://git= hub.com/sahib/glyr")
+=C2=A0=C2=A0=C2=A0 (synopsis "Search= engine for music related metadata")
+=C2=A0=C2=A0=C2=A0 (descripti= on
+=C2=A0=C2=A0=C2=A0=C2=A0 "Glyr comes both in a command-line int= erface tool (@command{glyrc}) and
+as a C library (libglyr), both with a= n easy to use interface. The sort of
+metadata glyr is searching (and do= wnloading) is usually the data you see in
+your musicplayer. And indeed,= originally it was written to serve as internally
+library for a musicpl= ayer, but has been extended to work as a standalone
+program which is ab= le to download cover art, lyrics, photos, biographies,
+reviews and more= .")
+=C2=A0=C2=A0=C2=A0 (license license:lgpl3+)))
--
2.24.1=
--000000000000e02edb0599fd58a3--