mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
18 lines
423 B
TOML
18 lines
423 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/PulseAudioFromGit/
|
|
[source]
|
|
tar = "https://freedesktop.org/software/pulseaudio/releases/pulseaudio-17.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Ddaemon=false"
|
|
]
|
|
dependencies = [
|
|
"libsndfile",
|
|
"libatomic-ops",
|
|
"speexdsp",
|
|
"libtool",
|
|
"json-c",
|
|
"gettext",
|
|
]
|