You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.8 KiB
72 lines
1.8 KiB
# |
|
# Copyright (C) 2020 Alexandros Theodotou <alex at zrythm dot org> |
|
# |
|
# This program is free software: you can redistribute it and/or modify |
|
# it under the terms of the GNU Affero General Public License as published |
|
# by the Free Software Foundation, either version 3 of the License, or |
|
# (at your option) any later version. |
|
# |
|
# This program is distributed in the hope that it will be useful, |
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
# GNU Affero General Public License for more details. |
|
# |
|
# You should have received a copy of the GNU Affero General Public License |
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
# |
|
|
|
image: ubuntu/20.04 |
|
packages: |
|
- libgtk-3-dev |
|
- libjack-dev |
|
#- liblilv-dev |
|
- libsndfile1-dev |
|
- meson |
|
- debhelper |
|
- devscripts |
|
- dpkg-dev |
|
- build-essential |
|
- ninja-build |
|
- gettext |
|
- guile-2.2-dev |
|
- help2man |
|
- python3-sphinx |
|
- ladspa-sdk |
|
- libfftw3-dev |
|
- libasound2-dev |
|
- libavcodec-dev |
|
- libavutil-dev |
|
- libavformat-dev |
|
- libchromaprint-dev |
|
- libgtksourceview-3.0-dev |
|
- libgraphviz-dev |
|
#- libsuil-dev |
|
#- lv2-dev |
|
- libsamplerate0-dev |
|
- libyaml-dev |
|
- librubberband-dev |
|
- libzstd-dev |
|
- librsvg2-dev |
|
- python3 |
|
- rsync |
|
- desktop-file-utils |
|
- libsdl2-dev |
|
- lv2-dev |
|
- liblilv-dev |
|
- portaudio19-dev |
|
- xdg-utils |
|
- zip |
|
- wget |
|
- vim |
|
sources: |
|
- https://git.sr.ht/~alextee/zrythm |
|
- https://git.sr.ht/~alextee/zrythm-installer |
|
- https://github.com/mesonbuild/meson |
|
secrets: |
|
- 063cb70d-6da6-492a-b530-04edc07651ba |
|
- 61caf4ff-56d5-4c2f-96da-63ef6adc241b |
|
tasks: |
|
- make: | |
|
zrythm-builds/scripts/make-pkg.sh ubuntu2004 |
|
- deploy: | |
|
zrythm-builds/scripts/push-pkg.sh ubuntu2004
|
|
|