From unknown Sun Jun 22 03:55:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32971 <32971@debbugs.gnu.org> To: bug#32971 <32971@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add picard. Reply-To: bug#32971 <32971@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:55:20 +0000 retitle 32971 [PATCH] gnu: Add picard. reassign 32971 guix-patches submitter 32971 Christopher Baines severity 32971 normal tag 32971 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 07 11:33:35 2018 Received: (at submit) by debbugs.gnu.org; 7 Oct 2018 15:33:35 +0000 Received: from localhost ([127.0.0.1]:39548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9B3m-0008SG-Nt for submit@debbugs.gnu.org; Sun, 07 Oct 2018 11:33:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48807) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9B3k-0008S4-Ff for submit@debbugs.gnu.org; Sun, 07 Oct 2018 11:33:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9B3e-0002H5-3i for submit@debbugs.gnu.org; Sun, 07 Oct 2018 11:33:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g9B3c-0002Ge-9s for submit@debbugs.gnu.org; Sun, 07 Oct 2018 11:33:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9B3b-0001xw-9O for guix-patches@gnu.org; Sun, 07 Oct 2018 11:33:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9B3X-0002Ck-3f for guix-patches@gnu.org; Sun, 07 Oct 2018 11:33:22 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:45982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9B3P-00029f-Gl for guix-patches@gnu.org; Sun, 07 Oct 2018 11:33:12 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id DA89A1663D; Sun, 7 Oct 2018 16:33:08 +0100 (BST) Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 5E1F116612 for ; Sun, 7 Oct 2018 16:33:08 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 18457e38 for ; Sun, 7 Oct 2018 15:33:07 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add picard. Date: Sun, 7 Oct 2018 16:33:07 +0100 Message-Id: <20181007153307.25389-1-mail@cbaines.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -5.0 (-----) * gnu/packages/music.scm (picard): New variable. --- gnu/packages/music.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3163e6a8f6..e1bac6f51e 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2429,6 +2429,47 @@ and managing stations, can be controlled remotely = via fifo, and can run event-based scripts for scrobbling, notifications, etc.") (license license:expat))) =20 +(define-public picard + (package + (name "picard") + (version "2.0.4") + (source (origin + (method url-fetch) + (uri (string-append + "https://musicbrainz.osuosl.org/pub/musicbrainz/" + "picard/picard-" version ".tar.gz")) + (sha256 + (base32 + "0ds3ylpqn717fnzcjrfn05v5xram01bj6n3hwn9igmkd1jgf8vhc"))= )) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-source + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "picard/const/__init__.py" + (("pyfpcalc") + (string-append + "pyfpcalc', '" + (assoc-ref inputs "chromaprint") "/bin/fpcalc"))))) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (invoke "python" "setup.py" "install" + (string-append "--prefix=3D" (assoc-ref outputs "ou= t")) + "--root=3D/")))))) + (native-inputs + `(("gettext" ,gettext-minimal))) + (inputs + `(("chromaprint" ,chromaprint) + ("python-pyqt" ,python-pyqt) + ("python-mutagen" ,python-mutagen))) + (home-page "https://picard.musicbrainz.org/") + (synopsis "Graphical music tagging application") + (description + "MusicBrainz Picard is a music tagging application, supporting mult= iple +formats, looking up tracks through metadata and audio fingerprints.") + (license license:gpl2+))) + (define-public python-mutagen (package (name "python-mutagen") --=20 2.19.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 07 22:49:10 2018 Received: (at 32971) by debbugs.gnu.org; 8 Oct 2018 02:49:10 +0000 Received: from localhost ([127.0.0.1]:39805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9Lba-0001US-0p for submit@debbugs.gnu.org; Sun, 07 Oct 2018 22:49:10 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9LbW-0001UI-Eo for 32971@debbugs.gnu.org; Sun, 07 Oct 2018 22:49:08 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 0BB1A21F54; Sun, 7 Oct 2018 22:49:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 07 Oct 2018 22:49:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=+WznL8q8QFaMWzQ0pOL4x3TN D4G3TL0XrV3BqmvtC1c=; b=PdXvyKmapJx6vq7dH8fiDCPDURMBXwHm4XS2WCwt GW1ztJ6/qBNuDKNoJ7nkuc4FwMomUtrbGdamW7oPtohNV0/V2gCP4Mj6TBieJaE7 sDEjx0sQY1koWBbUsV/K0Pwn2n9+ffNEfMvj9Svwbc6VBzKeyvpvSQyq74KDOQn1 2rI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=+WznL8 q8QFaMWzQ0pOL4x3TND4G3TL0XrV3BqmvtC1c=; b=WBu3oMtI4y1gwHRgxHzxFM Ojz0wGjj6d7btpU9QkU+jGE4p+hsi9syV75xsJumHNDq8lB+FP1FHN4IjZZ+znuN 12zDLoOFrzNIzvkMpVOVHQDsrtvUmBdFBXaQOhyMvKIWI6LU+FtDhI0iUcfKxT7I rF4/5jSR416csHJq7qj7VYzBZaOkKHCEPThtpu31iaFuGw/XYS9oUD0mLnvt+DZC sBVpUFNOqEPXuIl2HHYQzZaLGMZF//a6j2OB527jVY++7g8/pNSB0HQQM/jaNz11 a1NJR54s0Kg+KTNBvJYDQMdYNuV2l4+8BDMCBN3PgPozVUXCEhspq/cI4GJsbw1g == X-ME-Sender: X-ME-Proxy: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 0B5A7E484F; Sun, 7 Oct 2018 22:49:03 -0400 (EDT) Date: Sun, 7 Oct 2018 22:49:01 -0400 From: Leo Famulari To: Christopher Baines Subject: Re: [bug#32971] [PATCH] gnu: Add picard. Message-ID: <20181008024901.GA6377@jasmine.lan> References: <20181007153307.25389-1-mail@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20181007153307.25389-1-mail@cbaines.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 32971 Cc: 32971@debbugs.gnu.org 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: -1.7 (-) --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Oct 07, 2018 at 04:33:07PM +0100, Christopher Baines wrote: > * gnu/packages/music.scm (picard): New variable. Thanks! LGTM --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlu6xZcACgkQJkb6MLrK fwjvBRAA8RRapM5HEpOzgrq+R83u7yUA+zGlD4R2YWRoNN8jJIY32C3vpy0hWCJs YJX2GCgle/aUkCLbNIJetvMdiXoGSlfNBJMqglBDrD+b9NSdc2F5Bb1y1IOsCczF nNbzZU3Au3NKncTJIhwOMrjVh/bmkSdwTah/oSIGf71QcEfTSoMqwExVibtJL8ge +aAXzwuCG/oRDz9F76uOFt6gEm5DLeruyEkCuFbHgRZBwxUULwzin62iUd8iIToH tMDyf6u552ERItuu9R+RXDcLW0Qpcrlnq1AnBkuL3vDrnkSury90tZk/BCWRDdin s6NDtsG3eETOsNhejjr3OrDFznwxsezuTBkmQr0CdgM1KQgvO9PJKIKzH8OEW2AE 5QO9e8je8KhNDjenZ5i204GK2JA8xqgreJjEIk4GW7YVWZnHJIyDVpoy6cYHJr8I qdspVmJSmkWzZoiJOOHwGIZ5o0+8wqClvuifRcNsCSXQSQASxMoXIYWMH9WpUAue xiww4a2v/wNstVANZcJSuGolPquGG2NHMaPxqQCLsy0MpixEBZ7RDy4YkqnW/JMC p+mYrxj6cWpwGevJxRksd2hwD7KIZeMrP2K/CB/t2pdbNyUBnr6L8CADkZCEbmWA 7sZ3P4JDpY9fS3ViUVyoDr6JnSe6wQ2Dgz+ejnovfYl/XibcIVY= =8uDj -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 08 02:42:29 2018 Received: (at 32971-done) by debbugs.gnu.org; 8 Oct 2018 06:42:30 +0000 Received: from localhost ([127.0.0.1]:39848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9PFN-0007Yz-O8 for submit@debbugs.gnu.org; Mon, 08 Oct 2018 02:42:29 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:58606 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9PFK-0007Yq-EU for 32971-done@debbugs.gnu.org; Mon, 08 Oct 2018 02:42:27 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 9C09E16683; Mon, 8 Oct 2018 07:42:25 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 6BA7C1666A; Mon, 8 Oct 2018 07:42:24 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 31e4038d; Mon, 8 Oct 2018 06:42:24 +0000 (UTC) References: <20181007153307.25389-1-mail@cbaines.net> <20181008024901.GA6377@jasmine.lan> User-agent: mu4e 1.0; emacs 26.1 From: Christopher Baines To: Leo Famulari Subject: Re: [bug#32971] [PATCH] gnu: Add picard. In-reply-to: <20181008024901.GA6377@jasmine.lan> Date: Mon, 08 Oct 2018 07:42:23 +0100 Message-ID: <87k1mt548g.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 32971-done Cc: 32971-done@debbugs.gnu.org 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: -1.0 (-) --=-=-= Content-Type: text/plain Leo Famulari writes: > On Sun, Oct 07, 2018 at 04:33:07PM +0100, Christopher Baines wrote: >> * gnu/packages/music.scm (picard): New variable. > > Thanks! LGTM Great, I've pushed this to master. Thanks for taking a look! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlu6/E9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcQCA/+OlrwEKB6C0ajX3QBWUoiHUc6cZMjQrnn76Qoc0P3YajbD9ri7yHedwfq 140mU3oaRXnwIJQEWfsROx6GLIT/Sfyw+MkzVkCBTx/ZvHr2BpBOzM+DF6zwmg8q N4I2hLXPAi1KTYOY2+3OPEyTjOEdiK1wVJNZT5E7Cea3wIJvLWRnO6BiopTus91i Q2YjKG8NyQgRDWVgVhLmiuDjWEEgOCHTda4aAPGIOyHz0be7n9nwYPFZ7n48GUCQ GkyvPG3hPFb6KBNPZ+bwbf52JST5ZwGM93Tz/WF2s2MW2xZQsRcbBKWcdoUsgHXn edA5rA9Nbyxlp2A7fvN45lwsWaD0jBDUDvjrBtokpxu/kN3ZPxGsS+wFwRZZjhFw pN5Gxb4pd2gXOrOvxi/v2joLa86gI0pgVgycCvYV1bGuubpyqCdiH1LfTiWPE2ZK eNaEPOIH6nNhO8DPxhAri+n1YJO61+h9dxr21e+/yQedrA9zbT+8+dqzOr96f0pp 878BR1LjA4hQubbTvi51/xO/JQr4HMcwxC7sKqGJeV+ANe2ycCsDzzFe6PorBk2j 2xU5DNmQTLebjxGQW/ZslxuvDBEQksRMQs3o8qjdT6GvJNun20A+GIjoDHonEWL0 jy/UTJXwMemma8aRSR7lRIzIVYP0GiHGSFNTdIZFaArLKWHb6+g= =P+At -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 03:55:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 05 Nov 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator