mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
pkgbase=openal
|
||||||
pkgname=(openal openal-examples)
|
pkgname=(openal openal-examples)
|
||||||
pkgver=1.19.0
|
pkgver=1.19.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Cross-platform 3D audio library, software implementation"
|
pkgdesc="Cross-platform 3D audio library, software implementation"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="https://github.com/kcat/openal-soft"
|
url="https://github.com/kcat/openal-soft"
|
||||||
|
@ -33,6 +33,7 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir build examples
|
mkdir build examples
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
|
git cherry-pick -n 8bacb5dfb8ef910586fcf5b5cd89526ec81061e8
|
||||||
|
|
||||||
patch -p1 -i "${srcdir}"/no-fpuextended.patch
|
patch -p1 -i "${srcdir}"/no-fpuextended.patch
|
||||||
patch -p0 -i "${srcdir}"/openal-soft-arm_neon-only-for-32bit.patch
|
patch -p0 -i "${srcdir}"/openal-soft-arm_neon-only-for-32bit.patch
|
||||||
|
|
Loading…
Reference in a new issue