-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnet.mkiol.Jupii.yaml
250 lines (240 loc) · 7.17 KB
/
net.mkiol.Jupii.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
app-id: net.mkiol.Jupii
runtime: org.kde.Platform
runtime-version: "5.15-23.08"
sdk: org.kde.Sdk
rename-icon: jupii
command: jupii
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio
- --device=all # v4l2 webcams
- --filesystem=xdg-desktop
- --filesystem=xdg-download
- --filesystem=xdg-music
- --filesystem=xdg-documents
- --filesystem=xdg-videos
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.freedesktop.Tracker1.Steroids # media files index
- --talk-name=org.freedesktop.Tracker3.Endpoint # media files index
- --talk-name=org.kde.StatusNotifierWatcher # system tray icon
- --env=QT_QUICK_CONTROLS_STYLE=org.kde.desktop
cleanup:
- /include
- /lib/pkgconfig
- /lib/cmake
- "*.a"
- "*.la"
modules:
- name: gumbo
buildsystem: autotools
config-opts:
- --disable-static
sources:
- type: archive
url: https://github.com/google/gumbo-parser/archive/refs/tags/v0.10.1.tar.gz
sha256: 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
- name: mhd
buildsystem: autotools
config-opts:
- --disable-doc
- --disable-examples
- --disable-curl
- --disable-https
- --disable-postprocessor
- --disable-dauth
- --disable-bauth
- --disable-epoll
- --disable-sendfile
- --disable-httpupgrade
- --disable-static
sources:
- type: archive
url: https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz
sha256: 9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
- name: npupnp
buildsystem: meson
config-opts:
- --buildtype=release
- -Ddefault_library=static
sources:
- type: archive
url: https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-6.2.0.tar.gz
sha256: 1c8101607f32a61f2477f23fa33839aa6d64568a83ca23ba43d430290937251d
- name: upnpp
buildsystem: meson
config-opts:
- --buildtype=release
- -Ddefault_library=static
sources:
- type: archive
url: https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.26.7.tar.gz
sha256: f6630eb2676eeb435882f0e0feca1c9aef63204744016602c53003e14312db00
- name: pybind11
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DPYBIND11_INSTALL=ON
- -DPYBIND11_TEST=OFF
- -DPYBIND11_FINDPYTHON=ON
cleanup:
- /share
sources:
- type: archive
url: https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
sha256: d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
- name: x264
buildsystem: autotools
config-opts:
- --enable-shared
- --disable-cli
sources:
- type: git
url: https://code.videolan.org/videolan/x264.git
commit: 31e19f92f00c7003fa115047ce50978bc98c3a0d
- name: ffnvc
only-arches:
- x86_64
buildsystem: simple
build-commands:
- make install PREFIX=${FLATPAK_DEST}
sources:
- type: archive
url: https://github.com/FFmpeg/nv-codec-headers/releases/download/n12.1.14.0/nv-codec-headers-12.1.14.0.tar.gz
sha256: 62b30ab37e4e9be0d0c5b37b8fee4b094e38e570984d56e1135a6b6c2c164c9f
- name: ffmpeg
buildsystem: autotools
config-opts:
- --disable-autodetect
- --disable-doc
- --disable-programs
- --disable-everything
- --disable-static
- --enable-shared
- --enable-nonfree
- --enable-gpl
- --enable-protocol=file
- --enable-filter=vflip
- --enable-filter=hflip
- --enable-filter=scale
- --enable-filter=transpose
- --enable-filter=color
- --enable-filter=overlay
- --enable-filter=pad
- --enable-filter=volume
- --enable-filter=amix
- --enable-filter=dynaudnorm
- --enable-filter=aresample
- --enable-filter=aformat
- --enable-encoder=libx264
- --enable-encoder=aac
- --enable-encoder=h264_v4l2m2m
- --enable-encoder=libmp3lame
- --enable-encoder=h264_nvenc
- --enable-decoder=h264
- --enable-decoder=rawvideo
- --enable-decoder=pcm_u8
- --enable-decoder=pcm_u32le
- --enable-decoder=pcm_u32be
- --enable-decoder=pcm_u24le
- --enable-decoder=pcm_u24be
- --enable-decoder=pcm_u16le
- --enable-decoder=pcm_u16be
- --enable-decoder=pcm_s8
- --enable-decoder=pcm_s32le
- --enable-decoder=pcm_s32be
- --enable-decoder=pcm_s24le
- --enable-decoder=pcm_s24be
- --enable-decoder=pcm_s16le
- --enable-decoder=pcm_s16be
- --enable-decoder=pcm_f64le
- --enable-decoder=pcm_f64be
- --enable-decoder=pcm_f32le
- --enable-decoder=pcm_f32be
- --enable-decoder=aac
- --enable-decoder=aac_fixed
- --enable-decoder=aac_latm
- --enable-decoder=mp3
- --enable-decoder=mp3adu
- --enable-decoder=mp3adufloat
- --enable-decoder=mp3float
- --enable-decoder=mp3on4
- --enable-decoder=mp3on4float
- --enable-decoder=flac
- --enable-muxer=mp4
- --enable-muxer=mpegts
- --enable-muxer=mp3
- --enable-muxer=flac
- --enable-demuxer=mpegts
- --enable-demuxer=h264
- --enable-demuxer=rawvideo
- --enable-demuxer=aac
- --enable-demuxer=mp3
- --enable-demuxer=mov
- --enable-demuxer=ogg
- --enable-demuxer=matroska
- --enable-demuxer=flac
- --enable-demuxer=wav
- --enable-demuxer=mpegvideo
- --enable-parser=h264
- --enable-parser=aac
- --enable-parser=aac_latm
- --enable-parser=ac3
- --enable-bsf=h264_mp4toannexb
- --enable-bsf=dump_extradata
- --enable-bsf=extract_extradata
- --enable-libx264
- --enable-v4l2_m2m
- --enable-libxcb
- --enable-libmp3lame
- --enable-indev=v4l2
- --enable-indev=xcbgrab
build-options:
arch:
x86_64:
config-opts:
- --enable-nvenc
- --enable-ffnvcodec
cleanup:
- /share
sources:
- type: archive
url: https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz
sha256: 40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6
- name: fmt
buildsystem: cmake-ninja
config-opts:
- -DFMT_DOC=OFF
- -DFMT_TEST=OFF
- -DFMT_FUZZ=OFF
sources:
- type: archive
url: https://github.com/fmtlib/fmt/releases/download/10.2.1/fmt-10.2.1.zip
sha256: 312151a2d13c8327f5c9c586ac6cf7cddc1658e8f53edae0ec56509c8fa516c9
- python3-modules.yaml
- name: jupii
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DWITH_FLATPAK=ON
- -DWITH_DESKTOP=ON
- -DBUILD_FFMPEG=OFF
- -DBUILD_FMT=OFF
- -DBUILD_GUMBO=OFF
- -DBUILD_UPNPP=OFF
- -DBUILD_TAGLIB=OFF
- -DBUILD_LIBARCHIVE=OFF
- -DBUILD_XZ=OFF
- -DBUILD_PYBIND11=OFF
- -DBUILD_CATCH2=OFF
build-options:
arch:
aarch64:
config-opts:
- -DWITH_NVENC=OFF
sources:
- type: git
url: https://github.com/mkiol/Jupii.git
commit: da1eb1421e004baca168e55661da16ebd1244645