forked from IENT/YUView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.rwth_aachen.ient.YUView.yaml
47 lines (44 loc) · 1.09 KB
/
de.rwth_aachen.ient.YUView.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
app-id: de.rwth_aachen.ient.YUView
runtime: org.kde.Platform
runtime-version: '5.14'
sdk: org.kde.Sdk
command: YUView
finish-args:
- --socket=wayland
- --socket=x11
- --share=ipc
- --share=network
- --filesystem=host
- --env=QT_NO_FT_CACHE=1
modules:
- name: libde265
buildsystem: cmake-ninja
config-opts:
- -DONLY_LIB=ON
- -DCMAKE_INSTALL_LIBDIR:PATH=/app/lib
sources:
- type: git
branch: internal
url: https://github.com/nolyn/libde265.git
commit: e655e91d7495785996552e935f308f45c0e6e161
- name: ffmpeg
config-opts:
- --enable-shared
- --disable-static
- --enable-gnutls
- --disable-doc
- --disable-programs
- --disable-encoders
- --disable-muxers
- --enable-encoder=png
sources:
- type: archive
url: https://www.ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz
sha256: 9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31
cleanup:
- /share/ffmpeg/examples
- name: YUView
buildsystem: qmake
sources:
- type: dir
path: .