Update Snap Version 0.8.0

Using Core20 and Gnome 3-38 environment
This commit is contained in:
Bruno Herbelin
2023-03-30 22:44:09 +02:00
parent dc0df8cc61
commit f57e057f2a

View File

@@ -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