1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Add FreeBSD build manifest

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff 2021-08-29 16:43:12 +03:00
parent 61898cfbd6
commit e0c5447ca5
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F

25
.builds/freebsd.yml Normal file
View File

@ -0,0 +1,25 @@
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