libsndfile: enable flac, libogg, libvorbis and sqlite support

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

View File

@ -29,9 +29,9 @@ cd $PKG_BUILD
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--disable-silent-rules \ --disable-silent-rules \
--disable-sqlite \ --enable-sqlite \
--enable-alsa \ --enable-alsa \
--disable-external-libs \ --enable-external-libs \
--disable-experimental \ --disable-experimental \
--disable-test-coverage \ --disable-test-coverage \
--enable-largefile \ --enable-largefile \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="http://www.mega-nerd.com/libsndfile/" PKG_SITE="http://www.mega-nerd.com/libsndfile/"
PKG_URL="http://www.mega-nerd.com/$PKG_NAME/files/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://www.mega-nerd.com/$PKG_NAME/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="alsa-lib" PKG_DEPENDS="alsa-lib sqlite flac libvorbis libogg"
PKG_BUILD_DEPENDS="toolchain alsa-lib" PKG_BUILD_DEPENDS="toolchain alsa-lib sqlite flac libvorbis libogg"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="audio" PKG_SECTION="audio"
PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats" PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats"