GNU bug report logs - #64732
[PATCH 0/2] Add r128gain

Previous Next

Package: guix-patches;

Reported by: Parnikkapore <poomklao <at> yahoo.com>

Date: Wed, 19 Jul 2023 15:33:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64732: closed ([PATCH 0/2] Add r128gain)
Date: Sun, 20 Aug 2023 21:10:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 20 Aug 2023 23:08:47 +0200
with message-id <87350dqv4w.fsf_-_ <at> gnu.org>
and subject line Re: bug#64732: [PATCH 0/2] Add r128gain
has caused the debbugs.gnu.org bug report #64732,
regarding [PATCH 0/2] Add r128gain
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64732: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64732
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Parnikkapore <poomklao <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Add r128gain
Date: Wed, 19 Jul 2023 22:30:30 +0700
Add the newer, Python-based r128gain.

Parnikkapore (2):
  gnu: Add python-ffmpeg-python.
  gnu: Add r128gain.

 gnu/packages/audio.scm      | 32 ++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)


base-commit: 1d837aaa32a3a2de8f4a1ac391f92effba50834e
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Parnikkapore <poomklao <at> yahoo.com>
Cc: jgart <jgart <at> dismail.de>, 64732-done <at> debbugs.gnu.org,
 Lars-Dominik Braun <lars <at> 6xq.net>
Subject: Re: bug#64732: [PATCH 0/2] Add r128gain
Date: Sun, 20 Aug 2023 23:08:47 +0200
[Message part 4 (text/plain, inline)]
Hi,

Parnikkapore <poomklao <at> yahoo.com> skribis:

> * gnu/packages/python-xyz.scm (python-ffmpeg-python): New variable.

[...]

> * gnu/packages/audio.scm (r128gain): New variable.

Applied with the changes below.

Thanks,
Ludo’.

[Message part 5 (text/x-patch, inline)]
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f890e82eb0..b786375599 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4730,8 +4730,8 @@ (define-public r128gain
 format), to allow playback of several tracks or albums at a similar
 loudness level. r128gain can also be used as a Python module from other
 Python projects to scan and/or tag audio files.")
-    ;; setup.py claims LGPL2+, but this is not corroborated anywhere else
-    (license license:lgpl2.1)))
+    ;; 'setup.py' claims LGPL2+, 'LICENSE' is LGPLv2.1.
+    (license license:lgpl2.1+)))
 
 (define-public filteraudio
   (let ((revision "1")

This bug report was last modified 1 year and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.