mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
17 lines
289 B
TOML
17 lines
289 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://invent.kde.org/multimedia/kwave"
|
|
rev = "release/25.08"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libpulse",
|
|
"libmad",
|
|
#"libsamplerate",
|
|
#"libogg",
|
|
#"libvorbis",
|
|
#"libflac",
|
|
#"fftw",
|
|
]
|