extra/openal to 1.16.0-1

This commit is contained in:
Kevin Mihelich 2014-08-21 00:21:02 +00:00
parent 9eb1c0dd75
commit 28c04ab94f

View file

@ -7,18 +7,20 @@
# - fix for unimplemented _FPU_EXTENDED
pkgname=openal
pkgver=1.15.1
pkgrel=2
pkgver=1.16.0
pkgrel=1
pkgdesc="A cross-platform 3D audio library"
arch=(i686 x86_64)
url="http://www.openal.org/"
license=(LGPL)
depends=(glibc)
makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
optdepends=('qt4: alsoft-config GUI Configurator'
'fluidsynth: MIDI rendering')
options=('!libtool')
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2
no-fpuextended.patch)
md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71'
md5sums=('14db4b0d12f07252070b4fe5eb5911f6'
'de9569536f9f1c2b7b0e90d381c631de')
build() {
@ -32,5 +34,5 @@ build() {
package() {
cd $pkgname-soft-$pkgver
make -C build DESTDIR="$pkgdir/" install
install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
}