Skip to content

Commit fa649ad

Browse files
committed
add PipeWire as Flatpak module; ROUTING STILL NOT WORKING IN FLATPAK
1 parent 3ca2d23 commit fa649ad

1 file changed

Lines changed: 44 additions & 2 deletions

File tree

dist/flatpak/de.berny23.virtual_surround_manager.Devel.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"runtime": "org.kde.Platform",
44
"runtime-version": "6.10",
55
"sdk": "org.kde.Sdk",
6-
"branch": "stable",
76
"command": "virtual-surround-manager",
87
"finish-args": [
98
"--share=ipc",
109
"--socket=fallback-x11",
1110
"--socket=wayland",
1211
"--device=dri",
13-
"--filesystem=xdg-run/pipewire-0:ro"
12+
"--filesystem=xdg-run/pipewire-0"
1413
],
1514
"modules": [
1615
{
@@ -25,6 +24,49 @@
2524
"type": "dir",
2625
"path": "../../"
2726
}
27+
],
28+
"modules": [
29+
{
30+
"name": "pipewire",
31+
"buildsystem": "meson",
32+
"config-opts": [
33+
"-Dpw-cat=disabled",
34+
"-Dsndfile=disabled",
35+
"-Daudiotestsrc=disabled",
36+
"-Dvideotestsrc=disabled",
37+
"-Dvolume=disabled",
38+
"-Dvulkan=disabled",
39+
"-Ddocs=disabled",
40+
"-Dman=disabled",
41+
"-Dlibcamera=disabled",
42+
"-Dlibsystemd=disabled",
43+
"-Dalsa=enabled",
44+
"-Dpipewire-alsa=disabled",
45+
"-Djack=enabled",
46+
"-Dpipewire-jack=disabled",
47+
"-Dudev=disabled",
48+
"-Dudevrulesdir=/app/lib/udev/rules.d/",
49+
"-Dbluez5=disabled",
50+
"-Dgstreamer=disabled",
51+
"-Dsession-managers=[]",
52+
"-Dexamples=disabled",
53+
"-Dtests=disabled",
54+
"-Draop=enabled",
55+
"-Decho-cancel-webrtc=enabled"
56+
],
57+
"cleanup": [
58+
"/bin",
59+
"/include"
60+
],
61+
"sources": [
62+
{
63+
"type": "git",
64+
"url": "https://gitlab.freedesktop.org/pipewire/pipewire.git",
65+
"tag": "1.6.4",
66+
"commit": "3e67b89a1adb4c98c248668189f8e21c6ddc68be"
67+
}
68+
]
69+
}
2870
]
2971
}
3072
]

0 commit comments

Comments
 (0)