mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
FAudio: update to 25.06.
This commit is contained in:
parent
48a05a3498
commit
e88476cbfc
1 changed files with 6 additions and 10 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'FAudio'
|
# Template file for 'FAudio'
|
||||||
pkgname=FAudio
|
pkgname=FAudio
|
||||||
version=20.11
|
version=25.06
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DGSTREAMER=ON -DSDL2_INCLUDE_DIRS=${XBPS_CROSS_BASE}/usr/include/SDL2
|
configure_args="-DSDL3_INCLUDE_DIRS=${XBPS_CROSS_BASE}/usr/include/SDL3
|
||||||
-DSDL2_LIBRARIES=${XBPS_CROSS_BASE}/usr/lib/libSDL2.so"
|
-DSDL3_LIBRARIES=${XBPS_CROSS_BASE}/usr/lib/libSDL3.so"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL2-devel gstreamer1-devel gst-plugins-base1-devel"
|
makedepends="SDL3-devel"
|
||||||
short_desc="Accuracy-focused XAudio reimplementation for open platforms"
|
short_desc="Accuracy-focused XAudio reimplementation for open platforms"
|
||||||
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="https://github.com/FNA-XNA/FAudio"
|
homepage="https://github.com/FNA-XNA/FAudio"
|
||||||
distfiles="https://github.com/FNA-XNA/FAudio/archive/${version}.tar.gz"
|
distfiles="https://github.com/FNA-XNA/FAudio/archive/${version}.tar.gz"
|
||||||
checksum=551f1573a98082973e8e2f0ef14be8f34299c9813d58387f9edd32142e6f913b
|
checksum=34e587c567cc947c5f4f485cfbe5c9ff747d50d4e17b2d86a9f190d411456232
|
||||||
|
|
||||||
# sdl2 cmake file appears to be broken for cross compilation
|
|
||||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/SDL2 "
|
|
||||||
CXXFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/SDL2 "
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue