-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnet.natesales.Aviator.json
127 lines (127 loc) · 4.35 KB
/
net.natesales.Aviator.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"app-id": "net.natesales.Aviator",
"command": "aviator",
"sdk": "org.gnome.Sdk",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm19"
],
"finish-args": [
"--share=ipc",
"--device=dri",
"--socket=wayland",
"--socket=fallback-x11",
"--filesystem=host"
],
"build-options": {
"prepend-ld-library-path": "/usr/lib/sdk/llvm19/lib",
"prepend-path": "/usr/lib/sdk/llvm19/bin"
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "svt-av1-psy",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_C_COMPILER=clang",
"-DCMAKE_CXX_COMPILER=clang++",
"-DCMAKE_EXE_LINKER_FLAGS=-fuse-ld=lld",
"-DCMAKE_SHARED_LINKER_FLAGS=-fuse-ld=lld",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_CXX_FLAGS=-O3 -flto",
"-DCMAKE_C_FLAGS=-O3 -flto",
"-DBUILD_SHARED_LIBS=ON",
"-DBUILD_APPS=OFF",
"-DBUILD_DEC=OFF",
"-DBUILD_ENC=ON",
"-DBUILD_TESTING=OFF"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/gianni-rosato/svt-av1-psy",
"commit": "ec65071b65ee70078229182ce6e1d0f6a4aa1a47"
}
]
},
{
"name": "ffmpeg",
"config-opts": [
"--enable-static",
"--enable-gpl",
"--enable-libdav1d",
"--enable-libopus",
"--enable-libsvtav1"
],
"buildsystem": "autotools",
"sources": [
{
"type": "git",
"url": "https://git.ffmpeg.org/ffmpeg.git",
"commit": "b08d7969c550a804a59511c7b83f2dd8cc0499b8"
}
]
},
{
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"ffmpeg-python\" --no-build-isolation"
],
"buildsystem": "simple",
"name": "python3-ffmpeg-python",
"sources": [
{
"sha256": "ac441a0404e053f8b6a1113a77c0f452f1cfc62f6344a769475ffdc0f56c23c5",
"type": "file",
"url": "https://files.pythonhosted.org/packages/d7/0c/56be52741f75bad4dc6555991fabd2e07b432d333da82c11ad701123888a/ffmpeg_python-0.2.0-py3-none-any.whl"
},
{
"sha256": "34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307",
"type": "file",
"url": "https://files.pythonhosted.org/packages/8f/2e/cf6accf7415237d6faeeebdc7832023c90e0282aa16fd3263db0eb4715ec/future-0.18.3.tar.gz"
}
]
},
{
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"ffmpeg-progress-yield\" --no-build-isolation"
],
"buildsystem": "simple",
"name": "python3-ffmpeg-progress-yield",
"sources": [
{
"sha256": "732ef90d78f8b5c0b78be289050589299d128d03063be55a9deab80d67319a21",
"type": "file",
"url": "https://files.pythonhosted.org/packages/ea/b6/ba9d4b4ca272222f2858c8d2fac6ca9d74fb6494ea0449a3a07dafc07c56/ffmpeg_progress_yield-0.7.8-py2.py3-none-any.whl"
}
]
},
{
"name": "aviator",
"builddir": true,
"buildsystem": "meson",
"run-tests": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}