[Lunar-commits] <moonbase> traverso: introduction to moonbase

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Fri Sep 17 13:13:23 CEST 2010


commit 1bb6b04049bbcb34440a89a4c2c862e63b624b38
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Fri Sep 17 13:13:23 2010 +0200

    traverso: introduction to moonbase
---
 audio/traverso/BUILD   |    7 +++++++
 audio/traverso/DEPENDS |   15 +++++++++++++++
 audio/traverso/DETAILS |   16 ++++++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/audio/traverso/BUILD b/audio/traverso/BUILD
new file mode 100644
index 0000000..84c4798
--- /dev/null
+++ b/audio/traverso/BUILD
@@ -0,0 +1,7 @@
+(
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ${OPTS} . &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/audio/traverso/DEPENDS b/audio/traverso/DEPENDS
new file mode 100644
index 0000000..4b4869a
--- /dev/null
+++ b/audio/traverso/DEPENDS
@@ -0,0 +1,15 @@
+depends cmake &&
+depends libsamplerate &&
+depends libsndfile &&
+depends jack &&
+depends fftw3 &&
+depends rasqal &&
+depends redland &&
+depends wavpack &&
+depends libogg &&
+depends libvorbis &&
+depends flac &&
+depends qt4
+
+optional_depends libmad "-DWANT_MP3_DECODE=ON" "-DWANT_MP3_DECODE=OFF" "for MP3 read support" &&
+optional_depends lame "-DWANT_MP3_ENCODE=ON" "-DWANT_MP3_DECODE=OFF" "for MP3 write support"
diff --git a/audio/traverso/DETAILS b/audio/traverso/DETAILS
new file mode 100644
index 0000000..b8cc2b4
--- /dev/null
+++ b/audio/traverso/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=traverso
+         VERSION=0.49.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL="http://www.traverso-daw.org/download.html&d="
+      SOURCE_VFY=sha1:accca1508e48256307116ec5e85848f602f834cf
+        WEB_SITE=http://www.traverso-daw.org/
+         ENTERED=20100917
+         UPDATED=20100917
+           SHORT="graphical sound editor"
+
+cat << EOF
+Traverso is an audio recording and editing program
+which is very well suited to record a single voice,
+a band, an ensemble, a whole orchestra
+or any other source of music! 
+EOF


More information about the Lunar-commits mailing list