This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
de.haeckerfelix.gradio.json
56 lines (56 loc) · 1.68 KB
/
de.haeckerfelix.gradio.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
{
"app-id":"de.haeckerfelix.gradio",
"runtime":"org.gnome.Platform",
"runtime-version":"3.34",
"sdk":"org.gnome.Sdk",
"command":"gradio",
"finish-args":[
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--own-name=org.mpris.MediaPlayer2.gradio"
],
"modules":[
{
"name": "gst-libav",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.16.0.tar.xz",
"sha256": "dfac119043a9cfdcacd7acde77f674ab172cf2537b5812be52f49e9cddc53d9a"
}
]
},
{
"name": "gst-plugins-ugly",
"config-opts": [ "--disable-gtk-doc"],
"cleanup": [ "*.la", "/share/gtk-doc" ],
"sources": [
{
"type": "archive",
"url": "https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.16.0.tar.xz",
"sha256": "e30964c5f031c32289e0b25e176c3c95a5737f2052dfc81d0f7427ef0233a4c2"
}
]
},
{
"name": "gradio",
"buildsystem": "meson",
"sources":[
{
"type": "archive",
"url": "https://github.com/haecker-felix/Gradio/archive/v7.3.tar.gz",
"sha256": "5c5afed83fceb9a9f8bc7414b8a200128b3317ccf1ed50a0e7321ca15cf19412"
}
]
}
]
}