mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Add Arch Linux builds.sr.ht manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
parent
8d3f9f0be6
commit
4bada0cb78
19
.builds/archlinux.yml
Normal file
19
.builds/archlinux.yml
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user