[Lunar-commits] <moonbase-other> soundtouch: cleanup

v4hn me at v4hn.de
Thu May 30 00:02:17 CEST 2013


commit e32677701f07926477f2983c0838dd03f64385c5
Author: v4hn <me at v4hn.de>
Date: Wed, 29 May 2013 15:00:19 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e32677701f07926477f2983c0838dd03f64385c5

soundtouch: cleanup
---
  audio/soundtouch/BUILD     | +11/-14   
  audio/soundtouch/CONFIGURE | +1/-1     
  2 files changed, 12 insertions(+), 15 deletions(-)

--- a/audio/soundtouch/BUILD
+++ b/audio/soundtouch/BUILD
@@ -1,21 +1,18 @@
-(
-
 # This disables some optimizations else /usr/bin/soundstretch will segfault.
 # And I am not using any crazy settings, just O2, pipe and native.
-  sedit "s:#define ALLOW_X86_OPTIMIZATIONS     1::" include/STTypes.h &&
-
-  ./bootstrap &&
+sedit "s:#define ALLOW_X86_OPTIMIZATIONS     1::" include/STTypes.h &&
 
-  CXXFLAGS="-fPIC" &&
+sedit "s:pkgdocdir=.*$:pkgdocdir=\$(prefix)/share/doc/@PACKAGE@:" config/am_include.mk &&
+./bootstrap &&
 
-  OPTS="--enable-shared" &&
+CXXFLAGS+=" -fPIC" &&
 
-  if [ $USE_INTEGERS == "y" ] ; then
-    OPTS="--enable-integer-samples"
-   else
-    OPTS="--disable-integer-samples"
-  fi &&
+OPTS+=" --enable-shared" &&
 
-  default_build
+if [ "$USE_INTEGERS" == "y" ] ; then
+  OPTS+=" --enable-integer-samples"
+else
+  OPTS+=" --disable-integer-samples"
+fi &&
 
-) > $C_FIFO 2>&1
+default_build
--- a/audio/soundtouch/CONFIGURE
+++ b/audio/soundtouch/CONFIGURE
@@ -1 +1 @@
-mquery USE_INTEGERS "Use integer samples instead of floats?${PROBLEM_COLOR} Say no if compiling gst-plugins-bad""${DEFAULT_COLOR}" y 
+mquery USE_INTEGERS "Use integer samples instead of floats? ${PROBLEM_COLOR}(Say no if compiling gst-plugins-bad)${QUERY_COLOR}" y 




More information about the Lunar-commits mailing list