libsamplerate: update to libsamplerate-0.1.8, enable libsndfile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-12 04:32:59 +01:00
parent 7ae6ec453b
commit 9e555571a9
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ cd $PKG_BUILD
--disable-static \
--datadir=/usr/share \
--disable-fftw \
--disable-sndfile \
--enable-sndfile \
make

View File

@ -19,14 +19,14 @@
################################################################################
PKG_NAME="libsamplerate"
PKG_VERSION="0.1.7"
PKG_VERSION="0.1.8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.mega-nerd.com/SRC/"
PKG_URL="http://www.mega-nerd.com/SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_DEPENDS="libsndfile"
PKG_BUILD_DEPENDS="toolchain libsndfile"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="libsamplerate: A Sample Rate Converter library for audio"