mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Add FreeBSD build manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
parent
61898cfbd6
commit
e0c5447ca5
25
.builds/freebsd.yml
Normal file
25
.builds/freebsd.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user