[Lunar-commits] <moonbase> mhwaveedit: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Fri Sep 17 13:13:17 CEST 2010
commit 1c4053a6c0ff3e4b4825694ed65c24a7b575c443
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Fri Sep 17 13:13:17 2010 +0200
mhwaveedit: introduction to moonbase
---
audio/mhwaveedit/DEPENDS | 7 +++++++
audio/mhwaveedit/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/audio/mhwaveedit/DEPENDS b/audio/mhwaveedit/DEPENDS
new file mode 100644
index 0000000..c17a0f4
--- /dev/null
+++ b/audio/mhwaveedit/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+-2 &&
+depends libsamplerate &&
+depends libsndfile &&
+
+optional_depends pulseaudio "" "--without-pulse" "for PulseAudio support" &&
+optional_depends jack "" "--without-jack" "for JACK support" &&
+optional_depends esound "" "--without-esound" "for EsounD support"
diff --git a/audio/mhwaveedit/DETAILS b/audio/mhwaveedit/DETAILS
new file mode 100644
index 0000000..2286e92
--- /dev/null
+++ b/audio/mhwaveedit/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=mhwaveedit
+ VERSION=1.4.20
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://download.gna.org/mhwaveedit/
+ SOURCE_VFY=sha1:a9da46dd5fbc4860ce59072db2f993083f8919b0
+ WEB_SITE=http://gna.org/projects/mhwaveedit
+ ENTERED=20100917
+ UPDATED=20100917
+ SHORT="graphical sound editor"
+
+cat << EOF
+mhWaveEdit is a graphical program for editing,
+playing and recording sound files. It is lightweight,
+portable, user-friendly and handles large files very well.
+
+The program itself has only simple editing features
+such as cut'n'paste and volume adjustment but it can
+also use Ladspa effect plugins and the effects provided
+by the SoX application. It can also support additional
+file formats besides wav through libsndfile and mp3/ogg
+import and export through lame and oggenc/oggdec.
+EOF
More information about the Lunar-commits
mailing list