11 changed files with 83 additions and 3 deletions
@ -0,0 +1,73 @@
@@ -0,0 +1,73 @@
|
||||
# |
||||
# 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: debian/testing |
||||
packages: |
||||
- cmake |
||||
- libgtk-3-dev |
||||
- libjack-dev |
||||
#- liblilv-dev |
||||
- libsndfile1-dev |
||||
- meson |
||||
- dpkg-dev |
||||
- devscripts |
||||
- 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 |
||||
- python3 |
||||
- librubberband-dev |
||||
- libzstd-dev |
||||
- xdg-utils |
||||
- rsync |
||||
- desktop-file-utils |
||||
- libsdl2-dev |
||||
- lv2-dev |
||||
- liblilv-dev |
||||
- librsvg2-dev |
||||
- portaudio19-dev |
||||
- librtaudio-dev |
||||
- tar |
||||
- zip |
||||
- wget |
||||
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 |
||||
- a97e7a27-0c61-4e64-b103-fdd2af6cfbda |
||||
tasks: |
||||
- make: | |
||||
zrythm-builds/scripts/make-pkg.sh debian11 |
||||
- deploy: | |
||||
zrythm-builds/scripts/push-pkg.sh debian11 |
Loading…
Reference in new issue