mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
15 lines
546 B
TOML
15 lines
546 B
TOML
#TODO missing script for Meson, see https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/PulseAudioFromGit/
|
|
#TODO only build the library and disable the daemon in favor of PipeWire, see https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/INSTALL.md#pulseaudio-replacement
|
|
[source]
|
|
tar = "https://freedesktop.org/software/pulseaudio/releases/pulseaudio-16.1.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libsndfile",
|
|
"libatomic_ops",
|
|
"speexdsp",
|
|
"libtool",
|
|
"json-c",
|
|
"gettext",
|
|
]
|