mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
23 lines
419 B
YAML
23 lines
419 B
YAML
image: alpine/latest
|
|
packages:
|
|
- cmake
|
|
- ffmpeg-dev
|
|
- lame-dev
|
|
- libid3tag-dev
|
|
- libmad-dev
|
|
- libsndfile-dev
|
|
- portaudio-dev
|
|
- portmidi-dev
|
|
- samurai
|
|
- soundtouch-dev
|
|
- soxr-dev
|
|
- sqlite-dev
|
|
- wxgtk3-dev
|
|
environment:
|
|
WX_CONFIG: /usr/bin/wx-config-gtk3
|
|
sources:
|
|
- https://git.sr.ht/~tenacity/tenacity
|
|
tasks:
|
|
- configure: cmake -G Ninja -S tenacity -B build
|
|
- build: cmake --build build
|