-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
net.natesales.Aviator.yml
110 lines (101 loc) · 3.23 KB
/
net.natesales.Aviator.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
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
app-id: net.natesales.Aviator
command: aviator
sdk: org.gnome.Sdk
runtime: org.gnome.Platform
runtime-version: "47"
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_TESTING=OFF"
cleanup:
- "/include"
- "/lib/pkgconfig"
sources:
- type: git
url: https://github.com/gianni-rosato/svt-av1-psy
commit: 0fb626ba370f006564396c49f2a97330ab330e1a
- name: ffmpeg
build-options:
env:
CC: clang
CXX: clang++
LD: lld
LDFLAGS: "-fuse-ld=lld"
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
- name: nnedi3_weights.bin
buildsystem: simple
sources:
- type: git
url: https://github.com/dubhater/vapoursynth-nnedi3
commit: 8c35822ae358e46c99aae52e5a93010f1a5a6be6
build-commands:
- install src/nnedi3_weights.bin /app/bin/nnedi3_weights.bin
- 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
sources:
- type: dir
path: "."