[Lunar-commits] <moonbase> move ladspa-bs2b & libbs2b to audio

Paul Bredbury brebs at lunar-linux.org
Mon Sep 28 01:49:10 CEST 2009


commit 644668974fd4eb6291a772b41f32c816886ab52f
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Sep 28 06:49:10 2009 +0700

    move ladspa-bs2b & libbs2b to audio
---
 audio/ladspa-bs2b/BUILD   |    6 ++++++
 audio/ladspa-bs2b/DEPENDS |    2 ++
 audio/ladspa-bs2b/DETAILS |   42 ++++++++++++++++++++++++++++++++++++++++++
 audio/libbs2b/DEPENDS     |    1 +
 audio/libbs2b/DETAILS     |   23 +++++++++++++++++++++++
 zbeta/ladspa-bs2b/BUILD   |    6 ------
 zbeta/ladspa-bs2b/DEPENDS |    2 --
 zbeta/ladspa-bs2b/DETAILS |   42 ------------------------------------------
 zbeta/libbs2b/DEPENDS     |    1 -
 zbeta/libbs2b/DETAILS     |   23 -----------------------
 10 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/audio/ladspa-bs2b/BUILD b/audio/ladspa-bs2b/BUILD
new file mode 100644
index 0000000..c467706
--- /dev/null
+++ b/audio/ladspa-bs2b/BUILD
@@ -0,0 +1,6 @@
+(
+
+  default_build &&
+  gather_docs AUTHORS THANKS
+
+) > $C_FIFO 2>&1
diff --git a/audio/ladspa-bs2b/DEPENDS b/audio/ladspa-bs2b/DEPENDS
new file mode 100644
index 0000000..ffbf7fd
--- /dev/null
+++ b/audio/ladspa-bs2b/DEPENDS
@@ -0,0 +1,2 @@
+depends ladspa_sdk
+depends libbs2b
diff --git a/audio/ladspa-bs2b/DETAILS b/audio/ladspa-bs2b/DETAILS
new file mode 100644
index 0000000..f48d4b8
--- /dev/null
+++ b/audio/ladspa-bs2b/DETAILS
@@ -0,0 +1,42 @@
+          MODULE=ladspa-bs2b
+         VERSION=0.9.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/bs2b
+      SOURCE_VFY=sha1:d0bda12baa38e394042892da6e92d7ae56925a9f
+        WEB_SITE=http://bs2b.sourceforge.net/
+         ENTERED=20090809
+         UPDATED=20090809
+           SHORT="LADSPA plugin for bs2b"
+
+cat << EOF
+Typical stereo recordings are being made to listen to by speakers. This
+means that a sound engineer makes the stereo mix to the adaptation of
+sound for listening to one channel by both ears. Therefore, you will be
+tired during long-time headphone listening, more because of superstereo
+effect than because of poorly-designed headphones. What's missing in
+headphones is the sound going from each channel to the opposite ear,
+arriving a short time later for the extra distance travelled, and with a
+bit of high-frequency roll-off for the shadowing effect of the head. And
+the time delay to the far ear is somewhat longer at low frequencies than
+at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is
+designed to improve headphone listening of stereo audio records.
+
+Sample ~/.asoundrc:
+
+pcm.headphones {
+  type plug
+  slave.pcm {
+    type ladspa
+    slave.pcm "default"
+    path "/usr/lib/ladspa"
+    plugins {
+      0 {
+        id 4221  # Bauer stereophonic-to-binaural (4221/bs2b)
+        input {
+          controls [ 725 4.5 ]
+        }
+      }
+    }
+  }
+}
+EOF
diff --git a/audio/libbs2b/DEPENDS b/audio/libbs2b/DEPENDS
new file mode 100644
index 0000000..ec358ce
--- /dev/null
+++ b/audio/libbs2b/DEPENDS
@@ -0,0 +1 @@
+depends libsndfile
diff --git a/audio/libbs2b/DETAILS b/audio/libbs2b/DETAILS
new file mode 100644
index 0000000..a46f400
--- /dev/null
+++ b/audio/libbs2b/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=libbs2b
+         VERSION=3.1.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/bs2b
+      SOURCE_VFY=sha1:353180e0f260b074508c6ddb34259b0d08a12dd7
+        WEB_SITE=http://bs2b.sourceforge.net/
+         ENTERED=20090809
+         UPDATED=20090809
+           SHORT="Bauer stereophonic-to-binaural DSP library"
+
+cat << EOF
+Typical stereo recordings are being made to listen to by speakers. This
+means that a sound engineer makes the stereo mix to the adaptation of
+sound for listening to one channel by both ears. Therefore, you will be
+tired during long-time headphone listening, more because of superstereo
+effect than because of poorly-designed headphones. What's missing in
+headphones is the sound going from each channel to the opposite ear,
+arriving a short time later for the extra distance travelled, and with a
+bit of high-frequency roll-off for the shadowing effect of the head. And
+the time delay to the far ear is somewhat longer at low frequencies than
+at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is
+designed to improve headphone listening of stereo audio records.
+EOF
diff --git a/zbeta/ladspa-bs2b/BUILD b/zbeta/ladspa-bs2b/BUILD
deleted file mode 100644
index c467706..0000000
--- a/zbeta/ladspa-bs2b/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  default_build &&
-  gather_docs AUTHORS THANKS
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/ladspa-bs2b/DEPENDS b/zbeta/ladspa-bs2b/DEPENDS
deleted file mode 100644
index ffbf7fd..0000000
--- a/zbeta/ladspa-bs2b/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends ladspa_sdk
-depends libbs2b
diff --git a/zbeta/ladspa-bs2b/DETAILS b/zbeta/ladspa-bs2b/DETAILS
deleted file mode 100644
index f48d4b8..0000000
--- a/zbeta/ladspa-bs2b/DETAILS
+++ /dev/null
@@ -1,42 +0,0 @@
-          MODULE=ladspa-bs2b
-         VERSION=0.9.1
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/bs2b
-      SOURCE_VFY=sha1:d0bda12baa38e394042892da6e92d7ae56925a9f
-        WEB_SITE=http://bs2b.sourceforge.net/
-         ENTERED=20090809
-         UPDATED=20090809
-           SHORT="LADSPA plugin for bs2b"
-
-cat << EOF
-Typical stereo recordings are being made to listen to by speakers. This
-means that a sound engineer makes the stereo mix to the adaptation of
-sound for listening to one channel by both ears. Therefore, you will be
-tired during long-time headphone listening, more because of superstereo
-effect than because of poorly-designed headphones. What's missing in
-headphones is the sound going from each channel to the opposite ear,
-arriving a short time later for the extra distance travelled, and with a
-bit of high-frequency roll-off for the shadowing effect of the head. And
-the time delay to the far ear is somewhat longer at low frequencies than
-at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is
-designed to improve headphone listening of stereo audio records.
-
-Sample ~/.asoundrc:
-
-pcm.headphones {
-  type plug
-  slave.pcm {
-    type ladspa
-    slave.pcm "default"
-    path "/usr/lib/ladspa"
-    plugins {
-      0 {
-        id 4221  # Bauer stereophonic-to-binaural (4221/bs2b)
-        input {
-          controls [ 725 4.5 ]
-        }
-      }
-    }
-  }
-}
-EOF
diff --git a/zbeta/libbs2b/DEPENDS b/zbeta/libbs2b/DEPENDS
deleted file mode 100644
index ec358ce..0000000
--- a/zbeta/libbs2b/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libsndfile
diff --git a/zbeta/libbs2b/DETAILS b/zbeta/libbs2b/DETAILS
deleted file mode 100644
index a46f400..0000000
--- a/zbeta/libbs2b/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
-          MODULE=libbs2b
-         VERSION=3.1.0
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/bs2b
-      SOURCE_VFY=sha1:353180e0f260b074508c6ddb34259b0d08a12dd7
-        WEB_SITE=http://bs2b.sourceforge.net/
-         ENTERED=20090809
-         UPDATED=20090809
-           SHORT="Bauer stereophonic-to-binaural DSP library"
-
-cat << EOF
-Typical stereo recordings are being made to listen to by speakers. This
-means that a sound engineer makes the stereo mix to the adaptation of
-sound for listening to one channel by both ears. Therefore, you will be
-tired during long-time headphone listening, more because of superstereo
-effect than because of poorly-designed headphones. What's missing in
-headphones is the sound going from each channel to the opposite ear,
-arriving a short time later for the extra distance travelled, and with a
-bit of high-frequency roll-off for the shadowing effect of the head. And
-the time delay to the far ear is somewhat longer at low frequencies than
-at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is
-designed to improve headphone listening of stereo audio records.
-EOF


More information about the Lunar-commits mailing list