spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 0e0833e1579554fad7bd5d1e84b00e14dd828194
parent 227fea794043b5dfaec388ccdd870d349f26c015
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat, 23 Feb 2013 19:43:57 -0800

osx: Cleanup the bundle script

Diffstat:
Mdist/osx/README.md | 5-----
Mdist/osx/bundle.sh | 5++++-
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dist/osx/README.md b/dist/osx/README.md @@ -34,11 +34,6 @@ Download and build FFmpeg, example configure flags: --enable-libopus make && make install -Clone and build Spek, example configure flags: - - PKG_CONFIG_PATH=$HOME/usr/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7 - ./autogen.sh --with-wx-config=$HOME/usr/bin/wx-config - Bundle Spek: ./dist/osx/bundle.sh diff --git a/dist/osx/bundle.sh b/dist/osx/bundle.sh @@ -6,7 +6,10 @@ LANGUAGES="cs da de eo es fr it ja nb nl pl pt_BR ru sv tr uk vi zh_CN zh_TW" cd $(dirname $0)/../.. rm -f src/spek -make || exit 1 + +PKG_CONFIG_PATH=$INSTALL_PATH/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7 \ + ./autogen.sh --with-wx-config=$INSTALL_PATH/bin/wx-config \ + && make || exit 1 strip src/spek upx src/spek