1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-14 07:58:54 +02:00
audacity/.builds/archlinux.yml
Sol Fisher Romanoff 4bada0cb78
Add Arch Linux builds.sr.ht manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-10 20:06:59 +03:00

20 lines
341 B
YAML

image: archlinux
packages:
- alsa-lib
- cmake
- ffmpeg
- gtk2
- jack2
- python-pip
sources:
- https://git.sr.ht/~tenacity/tenacity
tasks:
- conan: |
sudo pip install conan
- build: |
mkdir build
cd build
cmake -G "Unix Makefiles" \
-Daudacity_use_ffmpeg=loaded \
../tenacity