[Lunar-commits] <moonbase> various: moved from zbeta to audio

Duncan Gibson engelsman at lunar-linux.org
Wed Jan 20 19:14:41 CET 2010


commit 8e4ba6adbc81d61282d23f2e3529c1b781b16a5e
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Wed Jan 20 19:14:41 2010 +0100

    various: moved from zbeta to audio
    
    moved libfishsound, rubberband, vamp-plugin-sdk from zbeta to audio
---
 audio/libfishsound/DETAILS    |   18 ++++++++++++++++++
 audio/rubberband/DEPENDS      |    2 ++
 audio/rubberband/DETAILS      |   18 ++++++++++++++++++
 audio/vamp-plugin-sdk/BUILD   |   11 +++++++++++
 audio/vamp-plugin-sdk/DETAILS |   13 +++++++++++++
 zbeta/libfishsound/DETAILS    |   18 ------------------
 zbeta/rubberband/DEPENDS      |    2 --
 zbeta/rubberband/DETAILS      |   18 ------------------
 zbeta/vamp-plugin-sdk/BUILD   |   11 -----------
 zbeta/vamp-plugin-sdk/DETAILS |   13 -------------
 10 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/audio/libfishsound/DETAILS b/audio/libfishsound/DETAILS
new file mode 100644
index 0000000..3a61d2a
--- /dev/null
+++ b/audio/libfishsound/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libfishsound
+         VERSION=0.9.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://downloads.xiph.org/releases/libfishsound/
+      SOURCE_VFY=sha1:579875a51f51cdf85ecf60d15aac15534cb9a23a
+        WEB_SITE=http://www.xiph.org/fishsound/
+         ENTERED=20091211
+         UPDATED=20091211
+           SHORT="interface for decoding and encoding of audio"
+
+cat << EOF
+libfishsound is a wrapper around the existing codec libraries and
+provides a consistent, higher-level programming interface. It has been
+designed for use in a wide variety of applications; it has no direct
+dependencies on Ogg encapsulation, though it is most commonly used in
+conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio
+tracks in Ogg files, including Ogg Theora and Annodex.
+EOF
diff --git a/audio/rubberband/DEPENDS b/audio/rubberband/DEPENDS
new file mode 100644
index 0000000..e9d94b4
--- /dev/null
+++ b/audio/rubberband/DEPENDS
@@ -0,0 +1,2 @@
+depends vamp-plugin-sdk
+depends ladspa_sdk
diff --git a/audio/rubberband/DETAILS b/audio/rubberband/DETAILS
new file mode 100644
index 0000000..c96b773
--- /dev/null
+++ b/audio/rubberband/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=rubberband
+         VERSION=1.4p1
+    BASE_VERSION=1.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.breakfastquay.com/rubberband/files/
+      SOURCE_VFY=sha1:75564bac6b24e964069ca28b5f4f782aeb96bb3e
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE_VERSION/
+        WEB_SITE=http://www.breakfastquay.com/rubberband/
+         ENTERED=20091211
+         UPDATED=20091211
+           SHORT="Audio time-stretching for software developers"
+
+cat << EOF
+Rubber Band Library is a high quality software library
+for audio time-stretching and pitch-shifting.
+It permits you to change the tempo and pitch of an audiostream
+or recording dynamically and independently of one another.
+EOF
diff --git a/audio/vamp-plugin-sdk/BUILD b/audio/vamp-plugin-sdk/BUILD
new file mode 100644
index 0000000..12ae531
--- /dev/null
+++ b/audio/vamp-plugin-sdk/BUILD
@@ -0,0 +1,11 @@
+(
+
+  patch examples/FixedTempoEstimator.cpp <<EOF &&
+@@ -36 +36 @@
+-
++#include <cstdio>
+EOF
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/vamp-plugin-sdk/DETAILS b/audio/vamp-plugin-sdk/DETAILS
new file mode 100644
index 0000000..b0b4750
--- /dev/null
+++ b/audio/vamp-plugin-sdk/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=vamp-plugin-sdk
+         VERSION=2.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/vamp/
+      SOURCE_VFY=sha1:86f95c837ca793f24d766bba0a5acf73c644a668
+        WEB_SITE=http://vamp.sourceforge.net/
+         ENTERED=20091211
+         UPDATED=20091211
+           SHORT="API for audio analysis plugins"
+
+cat << EOF
+The API for audio analysis and feature extraction plugins.
+EOF
diff --git a/zbeta/libfishsound/DETAILS b/zbeta/libfishsound/DETAILS
deleted file mode 100644
index 3a61d2a..0000000
--- a/zbeta/libfishsound/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=libfishsound
-         VERSION=0.9.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://downloads.xiph.org/releases/libfishsound/
-      SOURCE_VFY=sha1:579875a51f51cdf85ecf60d15aac15534cb9a23a
-        WEB_SITE=http://www.xiph.org/fishsound/
-         ENTERED=20091211
-         UPDATED=20091211
-           SHORT="interface for decoding and encoding of audio"
-
-cat << EOF
-libfishsound is a wrapper around the existing codec libraries and
-provides a consistent, higher-level programming interface. It has been
-designed for use in a wide variety of applications; it has no direct
-dependencies on Ogg encapsulation, though it is most commonly used in
-conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio
-tracks in Ogg files, including Ogg Theora and Annodex.
-EOF
diff --git a/zbeta/rubberband/DEPENDS b/zbeta/rubberband/DEPENDS
deleted file mode 100644
index e9d94b4..0000000
--- a/zbeta/rubberband/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends vamp-plugin-sdk
-depends ladspa_sdk
diff --git a/zbeta/rubberband/DETAILS b/zbeta/rubberband/DETAILS
deleted file mode 100644
index c96b773..0000000
--- a/zbeta/rubberband/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=rubberband
-         VERSION=1.4p1
-    BASE_VERSION=1.4
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.breakfastquay.com/rubberband/files/
-      SOURCE_VFY=sha1:75564bac6b24e964069ca28b5f4f782aeb96bb3e
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE_VERSION/
-        WEB_SITE=http://www.breakfastquay.com/rubberband/
-         ENTERED=20091211
-         UPDATED=20091211
-           SHORT="Audio time-stretching for software developers"
-
-cat << EOF
-Rubber Band Library is a high quality software library
-for audio time-stretching and pitch-shifting.
-It permits you to change the tempo and pitch of an audiostream
-or recording dynamically and independently of one another.
-EOF
diff --git a/zbeta/vamp-plugin-sdk/BUILD b/zbeta/vamp-plugin-sdk/BUILD
deleted file mode 100644
index 12ae531..0000000
--- a/zbeta/vamp-plugin-sdk/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
-  patch examples/FixedTempoEstimator.cpp <<EOF &&
-@@ -36 +36 @@
--
-+#include <cstdio>
-EOF
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/vamp-plugin-sdk/DETAILS b/zbeta/vamp-plugin-sdk/DETAILS
deleted file mode 100644
index b0b4750..0000000
--- a/zbeta/vamp-plugin-sdk/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
-          MODULE=vamp-plugin-sdk
-         VERSION=2.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/vamp/
-      SOURCE_VFY=sha1:86f95c837ca793f24d766bba0a5acf73c644a668
-        WEB_SITE=http://vamp.sourceforge.net/
-         ENTERED=20091211
-         UPDATED=20091211
-           SHORT="API for audio analysis plugins"
-
-cat << EOF
-The API for audio analysis and feature extraction plugins.
-EOF


More information about the Lunar-commits mailing list