FAudio: update to 19.12

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-02 10:59:24 -06:00 committed by Helmut Pozimski
parent 7b46f5a11e
commit fe9b31d782

View file

@ -1,16 +1,16 @@
# Template file for 'FAudio'
pkgname=FAudio
version=19.11
version=19.12
revision=1
build_style=cmake
configure_args="-DFFMPEG=ON"
makedepends="SDL2-devel ffmpeg-devel"
short_desc="Accuracy-focused XAudio reimplementation for open platforms"
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
license="custom:zlib"
license="Zlib"
homepage="https://github.com/FNA-XNA/FAudio"
distfiles="https://github.com/FNA-XNA/FAudio/archive/${version}.tar.gz"
checksum=1bdc6e4e1765634f9293e0667454bafd31d2fe2b761f0b34e20438dd28803e08
checksum=35cc41e77aa0d48b08b42f1897442154b3f105d01f3aecd0690c37bc1b1bd4e0
# sdl2 cmake file appears to be broken for cross compilation
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/SDL2 "