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

View file

@ -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
} }