extra/openal to 1.17.1-1

This commit is contained in:
Kevin Mihelich 2015-12-12 22:36:32 +00:00
parent b44006b40e
commit 81faff2900

View file

@ -9,8 +9,8 @@
pkgbase=openal
pkgname=(openal openal-examples)
pkgver=1.17.0
pkgrel=4
pkgver=1.17.1
pkgrel=1
pkgdesc="A cross-platform 3D audio library"
arch=(i686 x86_64)
url="http://www.openal.org/"
@ -18,7 +18,7 @@ license=(LGPL)
depends=(glibc)
makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack sdl2 sdl_sound ffmpeg
git)
_commit=63567526b0a17449baf57053d11688aa277a7e40
_commit=14df326876d92f63c9c007da3c0434fba47c30b8
source=("git+https://github.com/kcat/openal-soft#commit=$_commit"
'no-fpuextended.patch'
'openal-soft-arm_neon-only-for-32bit.patch')
@ -48,7 +48,7 @@ package_openal() {
install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/"
### Split openal-examples
mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/
mv "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} examples/
}
package_openal-examples() {