- Timestamp:
- 02/24/08 16:25:24 (4 years ago)
- Location:
- trunk
- Files:
-
- 7 added
- 7 modified
-
configure (modified) (2 diffs)
-
configure.ac (modified) (2 diffs)
-
fm_server/configure (modified) (4 diffs)
-
fm_server/configure.ac (modified) (1 diff)
-
fm_server/src/fm_effect_rubber (added)
-
fm_server/src/fm_effect_rubber/Makefile.am (added)
-
fm_server/src/fm_effect_rubber/Makefile.in (added)
-
fm_server/src/fm_effect_rubber/fm_effect_rubber.c (added)
-
fm_server/src/fm_effect_rubber/fm_effect_rubber.h (added)
-
fm_server/src/fm_effect_rubber/fm_rubber_wrapper.cpp (added)
-
fm_server/src/fm_effect_rubber/fm_rubber_wrapper.h (added)
-
rubberband/configure (modified) (1 diff)
-
rubberband/configure.ac (modified) (1 diff)
-
rubberband/rubberband.pc.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r234 r236 2139 2139 2140 2140 # Make our submodules happy, as we haven't installed RGC yet 2141 RGC_SRC_DIR="$(pwd)/$srcdir/rgc/include" 2142 RGC_LIB_DIR="$(pwd)/rgc/src" 2143 RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband/rubberband" 2144 RUBBER_LIB_DIR="$(pwd)/rubberband/lib" 2145 export RGC_SERVER_CFLAGS="-I"$RGC_SRC_DIR 2146 export RGC_SERVER_LIBS="-L$RGC_LIB_DIR -lrgc_server" 2147 export RGC_CLIENT_CFLAGS="-I"$RGC_SRC_DIR 2148 export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR -lrgc_client" 2149 export RUBBERBAND_CFLAGS="-I"$RUBBER_SRC_DIR 2150 export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR -lrubberband" 2141 RGC_SRC_DIR="$(pwd)/$srcdir/rgc" 2142 RGC_LIB_DIR="$(pwd)/rgc" 2143 export RGC_SERVER_CFLAGS="-I$RGC_SRC_DIR/include" 2144 export RGC_SERVER_LIBS="-L$RGC_LIB_DIR/src -lrgc_server" 2145 export RGC_CLIENT_CFLAGS="-I$RGC_SRC_DIR/include" 2146 export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR/src -lrgc_client" 2151 2147 2152 2148 subdirs="$subdirs rubberband" 2153 2149 2150 2151 RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband" 2152 RUBBER_LIB_DIR="$(pwd)/rubberband" 2153 export RUBBERBAND_CFLAGS="-I$RUBBER_SRC_DIR/include" 2154 export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR/src -lrubberband -lfftw3" 2154 2155 2155 2156 subdirs="$subdirs fm_server" … … 3374 3375 fi 3375 3376 3376 3377 3378 echo "*****************************"3379 echo srcdir $srcdir3380 echo ac_top_srcdir $ac_top_srcdir3381 echo ac_top_build_prefix $ac_top_srcdir3382 echo ac_srcdir $ac_top_srcdir3383 echo "*****************************"3384 -
trunk/configure.ac
r234 r236 9 9 10 10 # Make our submodules happy, as we haven't installed RGC yet 11 RGC_SRC_DIR="$(pwd)/$srcdir/rgc/include" 12 RGC_LIB_DIR="$(pwd)/rgc/src" 13 RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband/rubberband" 14 RUBBER_LIB_DIR="$(pwd)/rubberband/lib" 15 export RGC_SERVER_CFLAGS="-I"$RGC_SRC_DIR 16 export RGC_SERVER_LIBS="-L$RGC_LIB_DIR -lrgc_server" 17 export RGC_CLIENT_CFLAGS="-I"$RGC_SRC_DIR 18 export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR -lrgc_client" 19 export RUBBERBAND_CFLAGS="-I"$RUBBER_SRC_DIR 20 export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR -lrubberband" 11 RGC_SRC_DIR="$(pwd)/$srcdir/rgc" 12 RGC_LIB_DIR="$(pwd)/rgc" 13 export RGC_SERVER_CFLAGS="-I$RGC_SRC_DIR/include" 14 export RGC_SERVER_LIBS="-L$RGC_LIB_DIR/src -lrgc_server" 15 export RGC_CLIENT_CFLAGS="-I$RGC_SRC_DIR/include" 16 export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR/src -lrgc_client" 21 17 22 18 AC_CONFIG_SUBDIRS([rubberband]) 19 20 RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband" 21 RUBBER_LIB_DIR="$(pwd)/rubberband" 22 export RUBBERBAND_CFLAGS="-I$RUBBER_SRC_DIR/include" 23 export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR/src -lrubberband -lfftw3" 23 24 24 25 AC_CONFIG_SUBDIRS([fm_server]) … … 30 31 AC_CONFIG_FILES([Makefile]) 31 32 AC_OUTPUT 32 33 34 echo "*****************************"35 echo srcdir $srcdir36 echo ac_top_srcdir $ac_top_srcdir37 echo ac_top_build_prefix $ac_top_srcdir38 echo ac_srcdir $ac_top_srcdir39 echo "*****************************"40 -
trunk/fm_server/configure
r234 r236 24985 24985 else 24986 24986 if test -n "$PKG_CONFIG" && \ 24987 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband \"") >&524988 ($PKG_CONFIG --exists --print-errors "rubberband ") 2>&524987 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband fftw3 samplerate\"") >&5 24988 ($PKG_CONFIG --exists --print-errors "rubberband fftw3 samplerate") 2>&5 24989 24989 ac_status=$? 24990 24990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24991 24991 (exit $ac_status); }; then 24992 pkg_cv_RUBBERBAND_CFLAGS=`$PKG_CONFIG --cflags "rubberband " 2>/dev/null`24992 pkg_cv_RUBBERBAND_CFLAGS=`$PKG_CONFIG --cflags "rubberband fftw3 samplerate" 2>/dev/null` 24993 24993 else 24994 24994 pkg_failed=yes … … 25003 25003 else 25004 25004 if test -n "$PKG_CONFIG" && \ 25005 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband \"") >&525006 ($PKG_CONFIG --exists --print-errors "rubberband ") 2>&525005 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband fftw3 samplerate\"") >&5 25006 ($PKG_CONFIG --exists --print-errors "rubberband fftw3 samplerate") 2>&5 25007 25007 ac_status=$? 25008 25008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25009 25009 (exit $ac_status); }; then 25010 pkg_cv_RUBBERBAND_LIBS=`$PKG_CONFIG --libs "rubberband " 2>/dev/null`25010 pkg_cv_RUBBERBAND_LIBS=`$PKG_CONFIG --libs "rubberband fftw3 samplerate" 2>/dev/null` 25011 25011 else 25012 25012 pkg_failed=yes … … 25027 25027 fi 25028 25028 if test $_pkg_short_errors_supported = yes; then 25029 RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "rubberband "`25029 RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "rubberband fftw3 samplerate"` 25030 25030 else 25031 RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "rubberband "`25031 RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "rubberband fftw3 samplerate"` 25032 25032 fi 25033 25033 # Put the nasty error message in config.log where it belongs 25034 25034 echo "$RUBBERBAND_PKG_ERRORS" >&5 25035 25035 25036 { { echo "$as_me:$LINENO: error: Package requirements (rubberband ) were not met:25036 { { echo "$as_me:$LINENO: error: Package requirements (rubberband fftw3 samplerate) were not met: 25037 25037 25038 25038 $RUBBERBAND_PKG_ERRORS … … 25045 25045 See the pkg-config man page for more details. 25046 25046 " >&5 25047 echo "$as_me: error: Package requirements (rubberband ) were not met:25047 echo "$as_me: error: Package requirements (rubberband fftw3 samplerate) were not met: 25048 25048 25049 25049 $RUBBERBAND_PKG_ERRORS -
trunk/fm_server/configure.ac
r234 r236 66 66 AC_SUBST(SAMPLERATE_CFLAGS) 67 67 68 PKG_CHECK_MODULES(RUBBERBAND, rubberband )68 PKG_CHECK_MODULES(RUBBERBAND, rubberband fftw3 samplerate) 69 69 AC_SUBST(RUBBERBAND_LIBS) 70 70 AC_SUBST(RUBBERBAND_CFLAGS) -
trunk/rubberband/configure
r235 r236 22221 22221 fi 22222 22222 22223 -
trunk/rubberband/configure.ac
r235 r236 41 41 src/Makefile]) 42 42 AC_OUTPUT 43 -
trunk/rubberband/rubberband.pc.in
r235 r236 7 7 Version: 1.0 8 8 Description: 9 Requires: fftw3, samplerate 9 10 Libs: -L@libdir@ -lrubberband 10 11 Cflags: -I@includedir@
