[Lunar-commits] <moonbase> sox: add the missing optional depends for sox.

Florin Braescu florin at lunar-linux.org
Fri Aug 8 19:37:15 CEST 2008


commit 5624b4739857ba147b92cc698896148de4e0d985
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Aug 8 20:37:15 2008 +0300

    sox: add the missing optional depends for sox.
---
 audio/sox/DEPENDS |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/audio/sox/DEPENDS b/audio/sox/DEPENDS
index e32ccd9..22faab5 100644
--- a/audio/sox/DEPENDS
+++ b/audio/sox/DEPENDS
@@ -1,2 +1,10 @@
-optional_depends amrnb "--with-amr-nb" "--without-amr-nb" "for AMR narrowband support"
-optional_depends amrwb "--with-amr-wb" "--without-amr-wb" "for AMR wideband support"
+optional_depends libpng      "--with-png"      "--without-png"      "for PNG support"
+optional_depends ffmpeg      "--with-ffmpeg"   "--without-ffmpeg"   "for FFMPEG support"
+optional_depends libogg      "--with-ogg"      "--without-ogg"      "for OGG support"
+optional_depends libsndfile  "--with-sndfile"  "--without-sndfile"  "for lame support"
+optional_depends libmad      "--with-mad"      "--without-mad"      "for mad support"
+optional_depends flac        "--with-flac"     "--without-flac"     "for flac support"
+optional_depends lame        "--with-lame"     "--without-lame"     "for lame support"
+optional_depends libid3tag   "--with-id3tag"   "--without-id3tag"   "for MP3 tag support"
+optional_depends amrnb       "--with-amr-nb"   "--without-amr-nb"   "for AMR narrowband support"
+optional_depends amrwb       "--with-amr-wb"   "--without-amr-wb"   "for AMR wideband support"


More information about the Lunar-commits mailing list