From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 04:37:33 2020 Received: (at submit) by debbugs.gnu.org; 25 Jul 2020 08:37:33 +0000 Received: from localhost ([127.0.0.1]:49320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFgT-0007xU-I5 for submit@debbugs.gnu.org; Sat, 25 Jul 2020 04:37:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:53904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFgR-0007xM-9y for submit@debbugs.gnu.org; Sat, 25 Jul 2020 04:37:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48512) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzFgQ-0004Vq-QQ for guix-patches@gnu.org; Sat, 25 Jul 2020 04:37:31 -0400 Received: from mout-p-202.mailbox.org ([2001:67c:2050::465:202]:12356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1jzFgO-0005m5-3Y for guix-patches@gnu.org; Sat, 25 Jul 2020 04:37:30 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4BDKFF2RfzzQlHk for ; Sat, 25 Jul 2020 10:37:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1595666239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=shvbzM1oqtMvozJGBFq2PexDed/Pnwcn5nG7XtCcaLY=; b=wEm9K/9RbGX81oizNVc1O6MFiWfn9ANlK5hCaGeZEvKXMzp96D2MoryiGZ3SxoT8w5TuCY DzWuHB+7r9ZslpEsXLQTPCm6cAvUCeIVdkW4gJastTSvcj+LcD87MrWCN0MaUWnyYw31aq 0kW2m5OGa8Tp/rUCJ52cSTZSvMFZSb7TzaT40COTI+y06ztB9tdKrI5M97FcYDtqCA+ihF kNCOWVWsl7ixZ4TmNxg9POMDz5H18sA3IDdUbdYPC1/Uo3XF1ZPTxAwfHy68KNPEMDFsSo IWC6D6mUI5bakIwOpDsYdRYQOASHhRxaKuj3rhAgRV5VLH58l0jpVGJDkNA7og== Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id YakG12eKGL1K for ; Sat, 25 Jul 2020 10:37:17 +0200 (CEST) Date: Sat, 25 Jul 2020 10:37:16 +0200 From: Lars-Dominik Braun To: guix-patches@gnu.org Subject: [PATCH] gnu: beets: Support replaygain plugin Message-ID: <20200725083716.GA352841@noor.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-MBO-SPAM-Probability: 0 X-Rspamd-Score: -4.21 / 15.00 / 15.00 X-Rspamd-Queue-Id: 12874182A X-Rspamd-UID: c44e29 Received-SPF: pass client-ip=2001:67c:2050::465:202; envelope-from=lars@6xq.net; helo=mout-p-202.mailbox.org X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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: -2.6 (--) * gnu/packages/music.scm (beets)[arguments]: Add 'wrap-typelib phase [inputs]: Add gstreamer, plugins and python-pygobject --- gnu/packages/music.scm | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index fcdacb66be..f4cecb07ca 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3024,7 +3024,19 @@ websites such as Libre.fm.") #t)) (replace 'check (lambda _ - (invoke "nosetests" "-v")))))) + (invoke "nosetests" "-v"))) + ;; Wrap the executable, so it can find python-gi (aka pygobject) and + ;; gstreamer plugins. + (add-after 'wrap 'wrap-typelib + (lambda* (#:key outputs #:allow-other-keys) + (let ((prog (string-append (assoc-ref outputs "out") + "/bin/beet")) + (plugins (getenv "GST_PLUGIN_SYSTEM_PATH")) + (types (getenv "GI_TYPELIB_PATH"))) + (wrap-program prog + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,plugins)) + `("GI_TYPELIB_PATH" ":" prefix (,types))) + #t)))))) (native-inputs `(("python-beautifulsoup4" ,python-beautifulsoup4) ("python-flask" ,python-flask) @@ -3045,7 +3057,13 @@ websites such as Libre.fm.") ("python-mutagen" ,python-mutagen) ("python-pyacoustid" ,python-pyacoustid) ("python-pyyaml" ,python-pyyaml) - ("python-unidecode" ,python-unidecode))) + ("python-unidecode" ,python-unidecode) + ;; For plugin replaygain. + ("python-pygobject" ,python-pygobject) + ("gobject-introspection" ,gobject-introspection) + ("gst-plugins-base" ,gst-plugins-base) + ("gst-plugins-good" ,gst-plugins-good) + ("gstreamer" ,gstreamer))) (home-page "https://beets.io") (synopsis "Music organizer") (description "The purpose of beets is to get your music collection right -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 12:47:36 2020 Received: (at 42528-done) by debbugs.gnu.org; 25 Jul 2020 16:47:36 +0000 Received: from localhost ([127.0.0.1]:51020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzNKi-0005pC-Ke for submit@debbugs.gnu.org; Sat, 25 Jul 2020 12:47:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzNKh-0005p0-5f for 42528-done@debbugs.gnu.org; Sat, 25 Jul 2020 12:47:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46990) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzNKb-0000Ri-6R; Sat, 25 Jul 2020 12:47:29 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:45006 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzNKa-0000vh-KK; Sat, 25 Jul 2020 12:47:28 -0400 From: Marius Bakke To: Lars-Dominik Braun , 42528-done@debbugs.gnu.org Subject: Re: [bug#42528] [PATCH] gnu: beets: Support replaygain plugin In-Reply-To: <20200725083716.GA352841@noor.fritz.box> References: <20200725083716.GA352841@noor.fritz.box> Date: Sat, 25 Jul 2020 18:47:10 +0200 Message-ID: <87h7tvsfsh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42528-done 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: -3.3 (---) --=-=-= Content-Type: text/plain Lars-Dominik Braun writes: > * gnu/packages/music.scm (beets)[arguments]: Add 'wrap-typelib phase > [inputs]: Add gstreamer, plugins and python-pygobject I adjusted the commit message to have punctuations and mention all the added inputs. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8cYg4ACgkQoqBt8qM6 VPrwIAgAywdLfuvnM4b96SGkK1UD1iBIsljnq8V094o+4L5KxZ3inXSL6rlza4Mq nWli6ijHFXyF2aaLGy0cJbbRE6ELbnHggW7hvuButbKxIXt0uFmM2FMKSkLFMuA/ Ic5FaJ6d9x2E5hOkuWBtOC1LjdXvj8lYLEhKgpoaMco9TlPlwDr4ZdOih3x33rJZ fvl9sNJuJCeFDf3ikV5U3R7m1YHL7c01M4QtMeF/QolWW9hgfxjVksQtKYJYP0Iz vLiVrPhLYwfV4wXdof3wWOb5ASdfxm1uPJvjBm2PMnX6wBEi0oo3bYEa8v21bF2K 0wmohwS/6h04StfdULFaUWcQ/YuYZg== =IiQ8 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 09:05:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 23 Aug 2020 11:24:06 +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