-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.dimtpap.coppwr.json
83 lines (83 loc) · 2.32 KB
/
io.github.dimtpap.coppwr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"app-id": "io.github.dimtpap.coppwr",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "coppwr",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=ipc",
"--filesystem=xdg-run/pipewire-0"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib"
},
"modules": [
{
"name": "pipewire",
"buildsystem": "meson",
"config-opts": [
"-Dpw-cat=disabled",
"-Dsndfile=disabled",
"-Daudiotestsrc=disabled",
"-Dvideotestsrc=disabled",
"-Dvolume=disabled",
"-Dvulkan=disabled",
"-Ddocs=disabled",
"-Dman=disabled",
"-Dlibcamera=disabled",
"-Dsystemd=disabled",
"-Dalsa=enabled",
"-Dpipewire-alsa=disabled",
"-Djack=enabled",
"-Dpipewire-jack=disabled",
"-Dudev=disabled",
"-Dudevrulesdir=/app/lib/udev/rules.d/",
"-Dbluez5=disabled",
"-Dgstreamer=disabled",
"-Dsession-managers=[]",
"-Dexamples=disabled",
"-Dtests=disabled",
"-Draop=enabled",
"-Decho-cancel-webrtc=enabled"
],
"cleanup": [
"/bin",
"/include"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/pipewire/pipewire.git",
"tag": "1.2.4",
"commit": "5695fda57c2f348dac5360b2fe5311abafc89f58"
}
]
},
{
"name": "coppwr",
"buildsystem": "simple",
"build-commands": [
"cargo install --locked --path . --root /app --no-track --all-features",
"install -Dm644 LICENSE /app/share/licenses/coppwr/LICENSE",
"install -Dm644 assets/io.github.dimtpap.coppwr.desktop /app/share/applications/io.github.dimtpap.coppwr.desktop",
"install -Dm644 assets/io.github.dimtpap.coppwr.metainfo.xml /app/share/metainfo/io.github.dimtpap.coppwr.metainfo.xml",
"install -Dm644 assets/icon/scalable.svg /app/share/icons/hicolor/scalable/apps/io.github.dimtpap.coppwr.svg"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/dimtpap/coppwr/releases/download/1.6.1/coppwr-1.6.1-vendor.tar.gz",
"sha256": "c3e5fda861c94435e9144580b849db28c5d2b988466ada87496ea75e07115db6"
}
]
}
]
}