mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openal to 1.21.1-2.1
This commit is contained in:
parent
d95338dbbb
commit
5bbeaf2d78
1 changed files with 3 additions and 5 deletions
|
@ -2,13 +2,12 @@
|
||||||
# Contributor: Allan McRae <allan@archlinux.org>
|
# Contributor: Allan McRae <allan@archlinux.org>
|
||||||
# Contributor: Jason Chu <jchu@xentac.net>
|
# Contributor: Jason Chu <jchu@xentac.net>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# remove when bumped upstream
|
||||||
# - disable neon (-DALSOFT_CPUEXT_NEON=OFF)
|
|
||||||
|
|
||||||
pkgbase=openal
|
pkgbase=openal
|
||||||
pkgname=(openal openal-examples)
|
pkgname=(openal openal-examples)
|
||||||
pkgver=1.21.1
|
pkgver=1.21.1
|
||||||
pkgrel=2
|
pkgrel=2.1
|
||||||
pkgdesc="Cross-platform 3D audio library, software implementation"
|
pkgdesc="Cross-platform 3D audio library, software implementation"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/kcat/openal-soft"
|
url="https://github.com/kcat/openal-soft"
|
||||||
|
@ -42,8 +41,7 @@ build() {
|
||||||
cmake -S openal-soft -B build -G Ninja \
|
cmake -S openal-soft -B build -G Ninja \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
-DALSOFT_CPUEXT_NEON=OFF
|
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue