Skip to content

Commit

Permalink
traverso: readded to moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 26, 2012
1 parent 0791ffd commit 52182e6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audio/traverso/BUILD
@@ -0,0 +1,10 @@
(

sedit "s:\${QT_QT_LIBRARY}:\${QT_QT_LIBRARY} dl:" CMakeLists.txt &&

sedit "s:PKG_CHECK_MODULES(SLV2 libslv2:PKG_CHECK_MODULES(SLV2 slv2:" CMakeLists.txt &&
sedit "s:IF (SLV2_FOUND):IF (SLV2_FOUND)\nINCLUDE_DIRECTORIES(/usr/include/rasqal /usr/include/raptor2/):" CMakeLists.txt &&

default_cmake_build

) > $C_FIFO 2>&1
17 changes: 17 additions & 0 deletions audio/traverso/DEPENDS
@@ -0,0 +1,17 @@
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"

optional_depends slv2 "-DWANT_LV2=ON -DUSE_SYSTEM_SLV2_LIBRARY=ON" "-DWANT_LV2=OFF" "if you intend to use LV2-plugins"
16 changes: 16 additions & 0 deletions audio/traverso/DETAILS
@@ -0,0 +1,16 @@
MODULE=traverso
VERSION=0.49.2
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://traverso-daw.org/download/releases/current/
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

0 comments on commit 52182e6

Please sign in to comment.