mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
23 lines
397 B
TOML
23 lines
397 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://invent.kde.org/multimedia/kwave"
|
|
rev = "release/25.12"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"--preset=release",
|
|
"-DWITH_DOC=OFF",
|
|
"-DWITH_FLAC=OFF",
|
|
"-DWITH_OSS=OFF",
|
|
]
|
|
dependencies = [
|
|
"libpulse",
|
|
"libmad",
|
|
#"libsamplerate",
|
|
#"libogg",
|
|
#"libvorbis",
|
|
#"libflac",
|
|
#"fftw",
|
|
]
|