You are not logged in.

#1 2005-01-03 03:49:17

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

[new] OpenAL hardware accelerated for SB Live!/Audigy

I made this package as an alternative to the openAL package in stable.  I use it instead.  It's got some nice pre-set speaker arrangements for positional 3D audio.  As far as I know, it's for Sound Blaster compatible hardware only.  I tried it out, and you can really hear the spatial effects in those games that use openAL.  It works well with my SB Live! 5.1 surround system.

pkgname=openal-alsa-emu10k1
pkgver=1.2
pkgrel=1
pkgdesc="Hardware accelerated version of OpenAL for the SB Live!/Audigy cards."
url="http://www.lost.org.uk/openal.html"
depends=('alsa-lib')
conflicts=('openal')
source=(http://www.lost.org.uk/$pkgname-$pkgver.tar.gz)
md5sums=('3e9b5b409caf227c6e934c779f65f3e6')

build() {
  cd $startdir/src/$pkgname-$pkgver/src
  ROOTDIR=$startdir/src/$pkgname-$pkgver
  # make - there is no configure script
  make || return 1
  # install - manually place libraries and config files
  DESTDIR=$startdir/pkg
  cd $DESTDIR
  mkdir -p usr/{lib,share/openal-alsa-emu10k1}
  cp $ROOTDIR/README usr/share/openal-alsa-emu10k1
  cp -a $ROOTDIR/etc usr/share/openal-alsa-emu10k1/config
  cp -a $ROOTDIR/include usr
  cp $ROOTDIR/src/libopenal.so.0.1.2 usr/lib
  cd usr/lib
  ln -s libopenal.so.0.1.2 libopenal.so
  ln -s libopenal.so.0.1.2 libopenal.so.0
}

Offline

Board footer

Powered by FluxBB