Skip to content

Commit

Permalink
snap: troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
xlmnxp committed Nov 27, 2023
1 parent d20f8a7 commit 1c6a9a6
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,27 @@ parts:
set -eux
cd /snap/gnome-42-2204/current
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:
blue-recorder:
command: blue-recorder
Expand All @@ -77,6 +97,7 @@ apps:
- audio-record
- wayland
- x11
- pipewire
- screencast-legacy # for wayland support
slots:
- dbus-daemon
Expand Down

0 comments on commit 1c6a9a6

Please sign in to comment.