-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.danielnoethen.butt.json
127 lines (127 loc) · 4.04 KB
/
de.danielnoethen.butt.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"app-id": "de.danielnoethen.butt",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "butt",
"rename-icon": "butt",
"rename-desktop-file": "butt.desktop",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--share=network",
"--socket=pulseaudio",
"--filesystem=xdg-run/pipewire-0",
"--device=dri",
"--filesystem=home",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.mpris.MediaPlayer2.*",
"--talk-name=org.gnome.Rhythmbox3"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/man",
"*.a"
],
"modules": [
{
"name": "portaudio",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/PortAudio/portaudio/archive/refs/tags/v19.7.0.tar.gz",
"sha256": "5af29ba58bbdbb7bbcefaaecc77ec8fc413f0db6f4c4e286c40c3e1b83174fa0"
}
]
},
{
"name": "portmidi",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/PortMidi/portmidi/archive/refs/tags/v2.0.4.tar.gz",
"sha256": "64893e823ae146cabd3ad7f9a9a9c5332746abe7847c557b99b2577afa8a607c"
}
],
"cleanup": [
"/bin"
]
},
{
"name": "libdatachannel",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DUSE_GNUTLS=0",
"-DUSE_NICE=0",
"-DNO_EXAMPLES=1",
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "git",
"url": "https://github.com/paullouisageneau/libdatachannel.git",
"tag": "v0.22.3",
"commit": "d74748fd46f75cee5090d187841c6921820eb9d0"
}
]
},
{
"name": "fltk",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/fltk/fltk.git",
"tag": "release-1.3.9",
"commit": "a66273e72621887fcbd0ee5dca2dd133356d5d8a"
}
]
},
{
"name": "butt",
"buildsystem": "autotools",
"no-autogen": true,
"config-opts": [
"--with-client",
"--enable-webrtc",
"--prefix=/app"
],
"post-install": [
"cp -r usr/share /app"
],
"cleanup": [
"/share/icons/hicolor/512x512@2x"
],
"sources": [
{
"type": "archive",
"url": "https://danielnoethen.de/butt/release/1.44.0/butt-1.44.0.tar.gz",
"sha256": "d910b40a10dbca1ce377ee239c146e4746e8b48550ba0a40d6b5199b5c87e0a7",
"x-checker-data": {
"type": "html",
"url": "https://danielnoethen.de/butt/",
"version-pattern": "Latest version: ([\\d\\.-]*)",
"url-template": "https://danielnoethen.de/butt/release/$version/butt-$version.tar.gz"
}
},
{
"type": "patch",
"path": "include-patch.patch"
},
{
"type": "patch",
"path": "metadata.patch"
}
]
}
]
}