1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00
audacity/.builds/archlinux.yml
Sol Fisher Romanoff 09df1ab06b
Use wxWidgets 3.0 in Arch and Alpine builds
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-09-15 11:48:47 +03:00

32 lines
488 B
YAML

image: archlinux
packages:
- cmake
- ffmpeg
- flac
- gdk-pixbuf2
- gtk3
- libid3tag
- libmad
- libogg
- libsndfile
- libsoxr
- libvorbis
- lilv
- ninja
- portaudio
- portmidi
- portsmf
- soundtouch
- suil
- twolame
- vamp-plugin-sdk
- webkit2gtk
- wxgtk3
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