mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
snap: troubleshooting
This commit is contained in:
parent
d20f8a775e
commit
1c6a9a6074
@ -63,7 +63,27 @@ parts:
|
|||||||
set -eux
|
set -eux
|
||||||
cd /snap/gnome-42-2204/current
|
cd /snap/gnome-42-2204/current
|
||||||
find . -type f,l -exec rm -f $CRAFT_PRIME/{} \;
|
find . -type f,l -exec rm -f $CRAFT_PRIME/{} \;
|
||||||
|
pipewire:
|
||||||
|
source: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.32/pipewire-0.3.32.tar.gz
|
||||||
|
plugin: meson
|
||||||
|
meson-parameters:
|
||||||
|
- --prefix=/usr
|
||||||
|
- --buildtype=release
|
||||||
|
- --strip
|
||||||
|
- -Dalsa=disabled
|
||||||
|
- -Dpipewire-alsa=disabled
|
||||||
|
- -Djack=disabled
|
||||||
|
- -Dpipewire-jack=disabled
|
||||||
|
- -Dsession-managers=[]
|
||||||
|
build-packages:
|
||||||
|
- pkg-config
|
||||||
|
- libdbus-1-dev
|
||||||
|
- libpulse-dev
|
||||||
|
prime:
|
||||||
|
- usr/lib/*/pipewire-*
|
||||||
|
- usr/lib/*/spa-*
|
||||||
|
- usr/lib/*/libpipewire*.so*
|
||||||
|
- usr/share/pipewire
|
||||||
apps:
|
apps:
|
||||||
blue-recorder:
|
blue-recorder:
|
||||||
command: blue-recorder
|
command: blue-recorder
|
||||||
@ -77,6 +97,7 @@ apps:
|
|||||||
- audio-record
|
- audio-record
|
||||||
- wayland
|
- wayland
|
||||||
- x11
|
- x11
|
||||||
|
- pipewire
|
||||||
- screencast-legacy # for wayland support
|
- screencast-legacy # for wayland support
|
||||||
slots:
|
slots:
|
||||||
- dbus-daemon
|
- dbus-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user