1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00
audacity/.builds/freebsd.yml
Sol Fisher Romanoff e0c5447ca5
Add FreeBSD build manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-08-30 15:22:39 +03:00

26 lines
507 B
YAML

image: freebsd/latest
packages:
- x11-toolkits/wxgtk31
- devel/cmake
- devel/ninja
- devel/pkgconf
- audio/lame
- audio/libsndfile
- audio/libsoxr
- audio/portaudio
- audio/lv2
- audio/lilv
- audio/suil
- audio/vamp-plugin-sdk
- audio/portmidi
- audio/libid3tag
- audio/twolame
- audio/libmad
- audio/soundtouch
- multimedia/ffmpeg
sources:
- https://git.sr.ht/~tenacity/tenacity
tasks:
- configure: cmake -G Ninja -S tenacity -B build
- build: cmake --build build