GNU bug report logs - #40991
[PATCH] gnu: Add ladspa-bs2b

Previous Next

Package: guix-patches;

Reported by: Jonathan Frederickson <jonathan <at> terracrypt.net>

Date: Fri, 1 May 2020 01:00:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Jonathan Frederickson <jonathan <at> terracrypt.net>
Subject: bug#40991: closed (Re: [bug#40991] [PATCH] gnu: Add ladspa-bs2b)
Date: Fri, 01 May 2020 21:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40991: [PATCH] gnu: Add ladspa-bs2b

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40991 <at> debbugs.gnu.org.

-- 
40991: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40991
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Jonathan Frederickson <jonathan <at> terracrypt.net>
Cc: 40991-done <at> debbugs.gnu.org
Subject: Re: [bug#40991] [PATCH] gnu: Add ladspa-bs2b
Date: Fri, 1 May 2020 17:38:50 -0400
On Thu, Apr 30, 2020 at 08:58:01PM -0400, Jonathan Frederickson wrote:
> * gnu/packages/audio.scm (ladspa-bs2b): New variable.

Thanks! I pushed as ecd56cd1b223733c3ec04043fec245acf4c1cdb8 after
adding a copyright line for you and changing the license field to gpl2+,
since the license header of 'src/plugin.c' includes the "or any later
version" bit.

[Message part 3 (message/rfc822, inline)]
From: Jonathan Frederickson <jonathan <at> terracrypt.net>
To: guix-patches <at> gnu.org
Cc: Jonathan Frederickson <jonathan <at> terracrypt.net>
Subject: [PATCH] gnu: Add ladspa-bs2b
Date: Thu, 30 Apr 2020 20:58:01 -0400
* gnu/packages/audio.scm (ladspa-bs2b): New variable.
---
 gnu/packages/audio.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e2e276723b..5252704722 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1855,6 +1855,31 @@ for headphone prolonged listening to disable superstereo fatigue without
 essential distortions.")
     (license license:expat)))
 
+(define-public ladspa-bs2b
+  (package
+    (name "ladspa-bs2b")
+    (version "0.9.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/"
+                    version "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1b4aipbj1ba5k99gbc7gmgy14sywyrjd8rpyqj5l905j0mjv8jg2"))))
+    (build-system gnu-build-system)
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (inputs `(("ladspa" ,ladspa)
+              ("libbs2b" ,libbs2b)))
+    (home-page "https://sourceforge.net/projects/bs2b/")
+    (synopsis "Bauer stereophonic-to-binaural DSP - LADSPA plugin")
+    (description "The Bauer stereophonic-to-binaural DSP (bs2b) library and
+plugins is designed to improve headphone listening of stereo audio records.
+Recommended for headphone prolonged listening to disable superstereo fatigue
+without essential distortions.  This package contains a LADSPA plugin for use
+with applications that support them (e.g. PulseAudio).")
+    (license license:gpl2)))
+
 (define-public liblo
   (package
     (name "liblo")
-- 
2.26.2




This bug report was last modified 5 years and 21 days ago.

Previous Next


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