mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
openal-soft: add metafile support, build against upcoming pulseaudio if enabled
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build alsa-lib
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
mkdir -p .build
|
||||
cd .build
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
19
packages/multimedia/openal-soft/meta
Normal file
19
packages/multimedia/openal-soft/meta
Normal 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
|
||||
@@ -1 +0,0 @@
|
||||
http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2
|
||||
Reference in New Issue
Block a user