-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathio.elementary.videos.yml
62 lines (55 loc) · 1.42 KB
/
io.elementary.videos.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
54
55
56
57
58
59
60
61
62
app-id: io.elementary.videos
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
command: io.elementary.videos
sdk-extensions:
- "org.freedesktop.Sdk.Extension.rust-stable"
build-options:
env:
CARGO_HOME: /run/build/cargo-c/cargo
append-path: /usr/lib/sdk/rust-stable/bin
finish-args:
- '--filesystem=xdg-cache/thumbnails'
- '--filesystem=xdg-videos'
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--socket=pulseaudio'
- '--device=dri'
- '--talk-name=org.freedesktop.thumbnails.Thumbnailer1'
- '--metadata=X-DConf=migrate-path=/io/elementary/videos/'
add-extensions:
org.freedesktop.Platform.ffmpeg-full:
no-autodownload: true
directory: lib/ffmpeg
version: '23.08'
add-ld-path: '.'
modules:
- name: cargo-c
buildsystem: simple
build-commands:
- "cargo install cargo-c --root /app"
build-options:
build-args:
- "--share=network"
cleanup:
- "*"
- name: gst-plugins-rs
buildsystem: simple
sources:
- type: git
url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
branch: '0.12'
build-options:
build-args:
- "--share=network"
build-commands:
- "cargo cinstall -p gst-plugin-gtk4 --prefix=/app --libdir=/app/lib"
- name: videos
buildsystem: meson
post-install:
- 'mkdir -p /app/lib/ffmpeg'
sources:
- type: dir
path: .