[Lunar-commits] <moonbase> sox: Adding an optional_depends and a slight adjustment to the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 28 19:59:27 CEST 2009


commit 8b81c53fd6816cc61f46a3ab8b3dcd7d880551a4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 28 13:59:27 2009 -0400

    sox: Adding an optional_depends and a slight adjustment to the BUILD.
---
 audio/sox/BUILD   |    4 +++-
 audio/sox/DEPENDS |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/audio/sox/BUILD b/audio/sox/BUILD
index 9296ca4..48698eb 100644
--- a/audio/sox/BUILD
+++ b/audio/sox/BUILD
@@ -1,6 +1,8 @@
 (
 
-  sedit "s:ftello:ftell:g" src/vorbis.c
+  sedit "s:ftello:ftell:g" src/vorbis.c &&
+
+  OPTS+=" --with-distro=Lunar-Linux" &&
 
   default_build
 
diff --git a/audio/sox/DEPENDS b/audio/sox/DEPENDS
index 7061fe9..7ea50ee 100644
--- a/audio/sox/DEPENDS
+++ b/audio/sox/DEPENDS
@@ -10,6 +10,6 @@ optional_depends amrnb       "--with-amrnb"    "--without-amrnb"    "for AMR nar
 optional_depends amrwb       "--with-amrwb"    "--without-amrwb"    "for AMR wideband support"
 optional_depends libmad      "--with-mad"      "--without-mad"      "for mad support"
 optional_depends ladspa_sdk  "--with-ladspa"   "--without-ladspa"   "for ladspa support"
-
+optional_depends wavpack     "--with-wavpack"  "--without-wavpack"  "for loseless encoding support"
 optional_depends libogg      "--with-oggvorbis" "--without-oggvorbis" "for OGG support"
 optional_depends pulseaudio  "--with-pulseaudio" "--without-pulseaudio" "for pulseaudio support"


More information about the Lunar-commits mailing list