extra/openal to 1.21.1-2.1

This commit is contained in:
Kevin Mihelich 2022-02-07 03:31:14 +00:00
parent d95338dbbb
commit 5bbeaf2d78
1 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,12 @@
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Jason Chu <jchu@xentac.net>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disable neon (-DALSOFT_CPUEXT_NEON=OFF)
# remove when bumped upstream
pkgbase=openal
pkgname=(openal openal-examples)
pkgver=1.21.1
pkgrel=2
pkgrel=2.1
pkgdesc="Cross-platform 3D audio library, software implementation"
arch=(x86_64)
url="https://github.com/kcat/openal-soft"
@ -42,8 +41,7 @@ build() {
cmake -S openal-soft -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_LIBDIR=lib \
-DALSOFT_CPUEXT_NEON=OFF
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
}