diff options
-rw-r--r-- | audio/mhwaveedit/README | 3 | ||||
-rw-r--r-- | audio/mhwaveedit/mhwaveedit.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/mhwaveedit/README b/audio/mhwaveedit/README index 5b6a297aba..44dd8f70b6 100644 --- a/audio/mhwaveedit/README +++ b/audio/mhwaveedit/README @@ -8,5 +8,4 @@ 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. -The program will use lame, jack, pulseaudio, and portaudio if they are -installed, but they are not mandatory. +lame, jack, pulseaudio, and portaudio are optional dependencies. diff --git a/audio/mhwaveedit/mhwaveedit.info b/audio/mhwaveedit/mhwaveedit.info index 5fffc7019f..5df3fac115 100644 --- a/audio/mhwaveedit/mhwaveedit.info +++ b/audio/mhwaveedit/mhwaveedit.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.gna.org/mhwaveedit/mhwaveedit-1.4.20.tar.bz2" MD5SUM="979ac5776a57268aed0afa74d50c70a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jack-audio-connection-kit lame portaudio pulseaudio" +REQUIRES="" MAINTAINER="Felix Krueger" EMAIL="flex[dot]krueger[at]googlemail[dot]com" |