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 name: vimix
base: core18 base: core20
version: '0.8.0' version: '0.8.0'
summary: Live video mixing summary: Live video mixing
title: vimix title: vimix
@@ -21,7 +21,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots
apps: apps:
vimix: vimix:
extensions: [gnome-3-28] extensions: [gnome-3-38]
command: bin/vimix command: bin/vimix
adapter: full adapter: full
plugs: plugs:
@@ -47,8 +47,8 @@ parts:
vimix-binary: vimix-binary:
plugin: cmake plugin: cmake
source: . source: .
configflags: cmake-parameters:
- -DCMAKE_INSTALL_PREFIX=/ - -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
build-packages: build-packages:
- g++ - g++
@@ -80,6 +80,6 @@ parts:
- gstreamer1.0-plugins-ugly - gstreamer1.0-plugins-ugly
- libgpm2 - libgpm2
- libslang2 - libslang2
- libpango-1.0-0
- libicu66