GNU bug report logs -
#40991
[PATCH] gnu: Add ladspa-bs2b
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40991 in the body.
You can then email your comments to 40991 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40991
; Package
guix-patches
.
(Fri, 01 May 2020 01:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jonathan Frederickson <jonathan <at> terracrypt.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 May 2020 01:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 01 May 2020 21:39:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jonathan Frederickson <jonathan <at> terracrypt.net>
:
bug acknowledged by developer.
(Fri, 01 May 2020 21:39:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 40991-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 May 2020 11:24:08 GMT)
Full text and
rfc822 format available.
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.