[Lunar-commits] r16989 - in moonbase/trunk/audio: . rezound
Jan Eidtmann
cmak at lunar-linux.org
Tue Oct 18 06:40:44 UTC 2005
Author: cmak
Date: 2005-10-18 06:40:43 +0000 (Tue, 18 Oct 2005)
New Revision: 16989
Added:
moonbase/trunk/audio/rezound/
moonbase/trunk/audio/rezound/DEPENDS
moonbase/trunk/audio/rezound/DETAILS
Log:
adding rezound ---
Added: moonbase/trunk/audio/rezound/DEPENDS
===================================================================
--- moonbase/trunk/audio/rezound/DEPENDS 2005-10-18 06:17:24 UTC (rev 16988)
+++ moonbase/trunk/audio/rezound/DEPENDS 2005-10-18 06:40:43 UTC (rev 16989)
@@ -0,0 +1,27 @@
+depends fox &&
+depends audiofile &&
+depends fftw &&
+optional_depends "lame" \
+ "" \
+ "" \
+ "ability to load and save .mp3 files" &&
+optional_depends "libvorbis" \
+ "" \
+ "" \
+ "ability to load and save .ogg files" &&
+optional_depends "cdrdao" \
+ "" \
+ "" \
+ "to Burn CDs" &&
+optional_depends "jack" \
+ "--enable-jack" \
+ "--disable-jack" \
+ "route audio between applications" &&
+optional_depends "flac" \
+ "" \
+ "" \
+ "ability to load and save .flac files" &&
+optional_depends "soundtouch" \
+ "" \
+ "" \
+ "ito change pitch/tempo without changing tempo/pitch"
Added: moonbase/trunk/audio/rezound/DETAILS
===================================================================
--- moonbase/trunk/audio/rezound/DETAILS 2005-10-18 06:17:24 UTC (rev 16988)
+++ moonbase/trunk/audio/rezound/DETAILS 2005-10-18 06:40:43 UTC (rev 16989)
@@ -0,0 +1,18 @@
+ MODULE=rezound
+ VERSION=0.12.1beta
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:83eccc37e653faab4d3f923de1dc5bec420d8a60
+ WEB_SITE=http://rezound.sourceforge.net/
+ ENTERED=20051018
+ UPDATED=20051018
+ SHORT="graphical audio file editor"
+cat << EOF
+ReZound is a graphical audio file editor.
+Some of its goals include:
+# Fast Editing
+# Efficient Undo/Redo
+# Easy Ability to Create New Actions
+# Feature Rich
+# Possibly Multitrack Editing in the Future
+EOF
More information about the Lunar-commits
mailing list