openal-soft: add metafile support, build against upcoming pulseaudio if enabled

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 04:31:38 +02:00
parent 1d3f23ca0e
commit 53b4e65e67
4 changed files with 20 additions and 6 deletions

View File

@ -2,10 +2,8 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build alsa-lib
cd $PKG_BUILD
mkdir -p .build
cd .build

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install alsa-lib
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,19 @@
PKG_NAME="openal-soft"
PKG_VERSION="1.12.854"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openal.org/"
PKG_URL="http://kcat.strangesoft.net/openal-releases/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="alsa-lib"
PKG_BUILD_DEPENDS="toolchain alsa-lib"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="openal: Open Audio Library"
PKG_LONGDESC="OpenAL, the Open Audio Library, is a joint effort to create an open, vendor- neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. OpenAL is already supported by a number of hardware vendors and developers."
PKG_IS_ADDON="no"
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS pulseaudio"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio"
fi

View File

@ -1 +0,0 @@
http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2