# Description: XAudio2 reimplementation # URL: https://github.com/FNA-XNA/FAudio/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: ffmpeg libsdl2 name=faudio version=20.06 release=1 source=(https://github.com/FNA-XNA/FAudio/archive/$version/$name-$version.tar.gz) build() { cmake -SFAudio-$version -Bbuild -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DFFMPEG=ON cmake --build build DESTDIR=$PKG cmake --build build --target install }