forked from pobthebuilder/resolve-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 3
/
com.blackmagic.Resolve.Studio.yaml
57 lines (56 loc) · 1.55 KB
/
com.blackmagic.Resolve.Studio.yaml
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
####
# Flatpak Configuration for building DaVinci Resolve
#
####
app-id: com.blackmagic.Resolve.Studio
runtime: org.freedesktop.Platform
runtime-version: &runtime-version '23.08'
sdk: org.freedesktop.Sdk
finish-args:
- --share=ipc
- --share=network
- --socket=pulseaudio
- --socket=x11
- --socket=wayland
- --device=dri
- --filesystem=xdg-documents
- --filesystem=xdg-cache
- --filesystem=xdg-data
- --filesystem=xdg-videos
- --filesystem=~/.local/share/DaVinciResolve
command: /app/bin/resolve.sh
modules:
- shared-modules/glu/glu-9.json
- name: resolve
buildsystem: simple
build-options:
build-args:
- --share=network
build-commands:
- install -Dm644 logo.png /app/share/icons/hicolor/scalable/apps/com.blackmagic.Resolve.png
- install -Dm644 com.blackmagic.Resolve.Studio.desktop /app/share/applications/com.blackmagic.Resolve.Studio.desktop
- |
./run_complete_installation.sh --studio
sources:
- type: file
path: python/build_metainfo.py
- type: file
path: python/main.py
- type: file
path: python/resolve_download.py
- type: file
path: python/version.py
- type: file
path: shell/setup_resolve.sh
- type: file
path: shell/setup_directories.sh
- type: file
path: shell/resolve.sh
- type: file
path: run_complete_installation.sh
- type: file
path: requirements.txt
- type: file
path: logo.png
- type: file
path: com.blackmagic.Resolve.Studio.desktop