Skip to content

Commit

Permalink
Add pipewire 0.2 for Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Apr 13, 2021
1 parent 00e7deb commit 63f9a41
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions org.jitsi.jitsi-meet.yaml
Expand Up @@ -14,12 +14,14 @@ finish-args:
- --socket=pulseaudio
- --socket=x11
- --socket=wayland
- --filesystem=xdg-run/pipewire-0
- --talk-name=org.freedesktop.Notifications

# From Chromium source-code for screen-saver inhibition
- --talk-name=org.gnome.SessionManager
- --talk-name=org.freedesktop.PowerManagement
- --talk-name=org.freedesktop.ScreenSaver

modules:
- name: unappimage
buildsystem: simple
Expand All @@ -30,6 +32,22 @@ modules:
url: https://github.com/refi64/unappimage
commit: d7f86f2a0d7ec3a69211125207d5f127386b849a

- name: pipewire
buildsystem: meson
config-opts:
- -Dgstreamer=disabled
- -Dman=false
- -Dsystemd=false
cleanup:
- /include
- /bin
- /etc
- /lib/pkgconfig
sources:
- type: git
url: https://github.com/PipeWire/pipewire.git
tag: 0.2.7

- name: jitsi-meet
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 63f9a41

Please sign in to comment.