# Compiling Time: 0.09 SBU # Maintainer: DeX77 pkgname=soundtouch pkgver=1.9.2 pkgrel=2 pkgdesc="An open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files." url="http://www.surina.net/soundtouch/" depends=('libstdc++>=5.3.0-2') groups=('multimedia') archs=('i686' 'x86_64') up2date="Flasttar $url/sourcecode.html" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('847be1bc987e410cc7349fdd83f353f4372534d1') build() { Fcd $pkgname Fsed AM_CONFIG_HEADER AC_CONFIG_HEADERS configure.ac autoreconf -vif # no error check on purpose.. for i in `find . -iname "Makefile*"` do Fsed "-O3" "${CXXFLAGS}" $i done Fbuild --enable-shared } # optimization OK