From 155d71dc80dee6bdec2ad2029091fd0489254e6b Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Thu, 28 Jul 2022 23:27:41 +0200 Subject: [PATCH] Complement snapcraft info and archittectures --- snap/snapcraft.yaml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7d02bcf..e8dd69d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -9,12 +9,27 @@ description: | Its intuitive and hands-on user interface gives direct control on image opacity and shape for producing live graphics during concerts and VJ-ing sessions. The ouput image is typically projected full-screen on an external - monitor or a projector, but can be recorded live (no audio). + monitor or a projector, but can be recorded and streamed live (no audio). +contact: https://brunoherbelin.github.io/vimix/ +website: https://github.com/brunoherbelin/vimix +issues: https://github.com/brunoherbelin/vimix/issues +source-code: https://github.com/brunoherbelin/vimix.git icon: snap/gui/vimix.svg license: GPL-3.0+ grade: stable # must be 'stable' to release into candidate/stable channels confinement: strict # use 'strict' once you have the right plugs and slots - +architectures: + - build-on: amd64 + build-for: amd64 + - build-on: arm64 + build-for: arm64 + - build-on: armhf + build-for: armhf + - build-on: i386 + build-for: i386 + - build-on: ppc64el + build-for: ppc64el + apps: vimix: extensions: [gnome-3-28]