mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openal to 1.19.0-2
This commit is contained in:
parent
0f562539a6
commit
e0a2f212f5
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=openal
|
||||
pkgname=(openal openal-examples)
|
||||
pkgver=1.19.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cross-platform 3D audio library, software implementation"
|
||||
arch=(i686 x86_64)
|
||||
url="https://github.com/kcat/openal-soft"
|
||||
|
@ -33,6 +33,7 @@ pkgver() {
|
|||
prepare() {
|
||||
mkdir build examples
|
||||
cd openal-soft
|
||||
git cherry-pick -n 8bacb5dfb8ef910586fcf5b5cd89526ec81061e8
|
||||
|
||||
patch -p1 -i "${srcdir}"/no-fpuextended.patch
|
||||
patch -p0 -i "${srcdir}"/openal-soft-arm_neon-only-for-32bit.patch
|
||||
|
|
Loading…
Reference in a new issue