extra/openal to 1.15-1

This commit is contained in:
Kevin Mihelich 2012-12-08 18:02:50 +00:00
parent 028f1fbb6a
commit d7c400da49

View file

@ -7,7 +7,7 @@
# - fix for unimplemented _FPU_EXTENDED
pkgname=openal
pkgver=1.14
pkgver=1.15
pkgrel=1
pkgdesc="A cross-platform 3D audio library"
arch=(i686 x86_64)
@ -18,7 +18,7 @@ makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
options=('!libtool')
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2
no-fpuextended.patch)
md5sums=('3d8b86c21a2f87a2a5e60f78f3b3f03d'
md5sums=('0eeb0551420b8fec300fe5db6d9a7902'
'de9569536f9f1c2b7b0e90d381c631de')
build() {
@ -32,5 +32,5 @@ build() {
package() {
cd $pkgname-soft-$pkgver
make -C build DESTDIR="$pkgdir/" install
install -Dm644 alsoftrc.sample "$pkgdir/etc/openal/alsoft.conf.sample"
install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
}