guix-patches
[Top][All Lists]
Advanced

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

bug#64732: [PATCH 0/2] Add r128gain


From: Ludovic Courtès
Subject: bug#64732: [PATCH 0/2] Add r128gain
Date: Sun, 20 Aug 2023 23:08:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Parnikkapore <poomklao@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’.

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")

reply via email to

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