From f57e057f2a92002bd4eef373913956f51732c2a7 Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Thu, 30 Mar 2023 22:44:09 +0200 Subject: [PATCH] Update Snap Version 0.8.0 Using Core20 and Gnome 3-38 environment --- snap/snapcraft.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a9f0152..f7d6af5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: vimix -base: core18 +base: core20 version: '0.8.0' summary: Live video mixing title: vimix @@ -21,7 +21,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots apps: vimix: - extensions: [gnome-3-28] + extensions: [gnome-3-38] command: bin/vimix adapter: full plugs: @@ -47,8 +47,8 @@ parts: vimix-binary: plugin: cmake source: . - configflags: - - -DCMAKE_INSTALL_PREFIX=/ + cmake-parameters: + - -DCMAKE_INSTALL_PREFIX=/usr - -DCMAKE_BUILD_TYPE=RelWithDebInfo build-packages: - g++ @@ -80,6 +80,6 @@ parts: - gstreamer1.0-plugins-ugly - libgpm2 - libslang2 + - libpango-1.0-0 + - libicu66 - -