[Lunar-commits] <moonbase> normalize: remove the optional depend on xmms.

Florin Braescu florin at lunar-linux.org
Thu Feb 18 19:51:56 CET 2010


commit db7b9afe893081b620e43f7f32070ca0aebeabed
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Feb 18 20:51:56 2010 +0200

    normalize: remove the optional depend on xmms.
---
 audio/normalize/DEPENDS |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/audio/normalize/DEPENDS b/audio/normalize/DEPENDS
index e3ebf0f..32338d6 100644
--- a/audio/normalize/DEPENDS
+++ b/audio/normalize/DEPENDS
@@ -1,8 +1,5 @@
-optional_depends "xmms"  "--enable-xmms" "--disable-xmms"    \
-                 "for xmms relative volume adjustment"       &&
-
-optional_depends "libmad"  "--with-mad"  "--without-mad"     \
-                 "for mp3 support"                           &&
+optional_depends "libmad"  "--with-mad"  "--without-mad"  \
+                 "for mp3 support"
 
 optional_depends "audiofile"  "--with-audiofile"  "--without-audiofile"  \
                  "for additional audio format support (at the expense of slower WAV normalization)"


More information about the Lunar-commits mailing list