[Lunar-commits] r16187 - in moonbase/trunk/audio: . wavbreaker
Florin Braescu
florin at lunar-linux.org
Sun Aug 21 16:40:36 UTC 2005
Author: florin
Date: 2005-08-21 16:40:36 +0000 (Sun, 21 Aug 2005)
New Revision: 16187
Added:
moonbase/trunk/audio/wavbreaker/
moonbase/trunk/audio/wavbreaker/DEPENDS
moonbase/trunk/audio/wavbreaker/DETAILS
Log:
an app for spliting wav files into multiple files.
Added: moonbase/trunk/audio/wavbreaker/DEPENDS
===================================================================
--- moonbase/trunk/audio/wavbreaker/DEPENDS 2005-08-21 16:27:44 UTC (rev 16186)
+++ moonbase/trunk/audio/wavbreaker/DEPENDS 2005-08-21 16:40:36 UTC (rev 16187)
@@ -0,0 +1,4 @@
+depends gtk+-2 &&
+depends libxml2
+
+
Added: moonbase/trunk/audio/wavbreaker/DETAILS
===================================================================
--- moonbase/trunk/audio/wavbreaker/DETAILS 2005-08-21 16:27:44 UTC (rev 16186)
+++ moonbase/trunk/audio/wavbreaker/DETAILS 2005-08-21 16:40:36 UTC (rev 16187)
@@ -0,0 +1,17 @@
+ MODULE=wavbreaker
+ VERSION=0.6.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://huli.org/$MODULE/
+ SOURCE_VFY=sha1:b4c4a7bcbdfbb766da5abf44751c2aa6e1f4932c
+ WEB_SITE=http://www.huli.org/$MODULE/
+ ENTERED=20050821
+ UPDATED=20050821
+ SHORT="A tool to split a wave file up into multiple waves"
+
+cat << EOF
+This application's purpose in life is to take a wave file and break
+it up into multiple wave files. It makes a clean break at the correct
+position to burn the files to an audio cd without any dead air between
+the tracks. It will only read wave files, so use an appropriate tool to
+convert ogg, mp3, etc. files and then break them up.
+EOF
More information about the Lunar-commits
mailing list