unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40991] [PATCH] gnu: Add ladspa-bs2b
@ 2020-05-01  0:58 Jonathan Frederickson
  2020-05-01 21:38 ` bug#40991: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Frederickson @ 2020-05-01  0:58 UTC (permalink / raw)
  To: 40991; +Cc: Jonathan Frederickson

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40991: [PATCH] gnu: Add ladspa-bs2b
  2020-05-01  0:58 [bug#40991] [PATCH] gnu: Add ladspa-bs2b Jonathan Frederickson
@ 2020-05-01 21:38 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-05-01 21:38 UTC (permalink / raw)
  To: Jonathan Frederickson; +Cc: 40991-done

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-01 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01  0:58 [bug#40991] [PATCH] gnu: Add ladspa-bs2b Jonathan Frederickson
2020-05-01 21:38 ` bug#40991: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).