-
Notifications
You must be signed in to change notification settings - Fork 20
/
com.github.ryonakano.reco.yml
45 lines (42 loc) · 1.35 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
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: archive
url: https://github.com/lcallarec/live-chart/archive/refs/tags/1.10.0.tar.gz
sha256: 3f54c7569cc2a4711b5689038055aefc4321636f3e6dd4945e4be204bc9d4843
- 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: archive
url: https://github.com/ryonakano/ryokucha/archive/refs/tags/0.3.1.tar.gz
sha256: 503754d1a0a9012e5779f20ef1e9bb7db099eb9243bc98985b2136e4e1b0031e
- name: reco
buildsystem: meson
config-opts:
- '-Duse_submodule=false'
sources:
- type: dir
path: .