-
Notifications
You must be signed in to change notification settings - Fork 20
/
com.github.ryonakano.reco.yml
53 lines (50 loc) · 1.42 KB
/
com.github.ryonakano.reco.yml
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
app-id: com.github.ryonakano.reco
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.reco
finish-args:
- --device=all
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --env=GST_PLUGIN_PATH_1_0=/app/lib/gstreamer-1.0
- --metadata=X-DConf=migrate-path=/com/github/ryonakano/reco/
modules:
- name: live-chart
buildsystem: meson
sources:
- type: git
url: https://github.com/lcallarec/live-chart.git
tag: 1.10.0
commit: 41e5803e61162d80a06974eebc67a511cc22e83d
x-checker-data:
type: git
tag-pattern: '^([\d.]+)$'
- name: gst-libav
buildsystem: meson
config-opts:
- -Ddoc=disabled
sources:
- type: archive
# we need to use the same version with gstreamer included in the sdk
url: https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.5.tar.xz
sha256: 8583f0c1f4fcb01eed11fa1e3c21126543a8bd739ed4fc1db31f756a5ab01d9a
- name: ryokucha
buildsystem: meson
sources:
- type: git
url: https://github.com/ryonakano/ryokucha.git
tag: 0.3.1
commit: 781f43d5c539bfe77c72fbaa32fc589a02b03c40
x-checker-data:
type: git
tag-pattern: '^([\d.]+)$'
- name: reco
buildsystem: meson
config-opts:
- -Duse_submodule=false
sources:
- type: dir
path: .