-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.freerdp.freerdp.yaml
63 lines (63 loc) · 1.65 KB
/
com.freerdp.freerdp.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
app-id: com.freerdp.freerdp
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: freerdp
finish-args:
- --device=dri
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=pulseaudio
- --socket=wayland
- --socket=x11
cleanup:
- /include
- /lib/pkgconfig
- /share/licenses
- '*.a'
- '*.la'
modules:
- name: freerdp
buildsystem: cmake
builddir: true
config-opts:
- -DCHANNEL_URBDRC_CLIENT=ON
- -DCMAKE_BUILD_TYPE='Release'
- -DPROXY_PLUGINDIR='/app/lib/freerdp2/server/proxy/plugins'
- -DWITH_CHANNELS=ON
- -DWITH_CLIENT_CHANNELS=ON
- -DWITH_CUPS=ON
- -DWITH_DSP_FFMPEG=ON
- -DWITH_FFMPEG=ON
- -DWITH_GSTREAMER_0_10=OFF
- -DWITH_GSTREAMER_1_0=OFF
- -DWITH_JPEG=ON
- -DWITH_MANPAGES=OFF
- -DWITH_PCSC=ON
- -DWITH_PULSE=ON
- -DWITH_SERVER=OFF
- -DWITH_SERVER_CHANNELS=OFF
- -DWITH_SWSCALE=ON
- -DWITH_VAAPI=OFF
- -DWITH_WAYLAND=ON
- -DWITH_X11=ON
- -Wno-dev
post-install:
- install -Dm755 ../freerdp -t /app/bin/
sources:
- type: archive
url: https://github.com/FreeRDP/FreeRDP/archive/2.5.0.tar.gz
sha256: 1bf305141f9e0b9dce6b854ab761b5325b5a9d3b610de47e5c35edb49b3b4dcb
x-checker-data:
type: anitya
project-id: 10442
stable-only: true
url-template: https://github.com/FreeRDP/FreeRDP/archive/$version.tar.gz
- type: file
path: freerdp
cleanup:
- /lib/cmake
modules:
- ../flathub-shared-modules/libusb/libusb.json
- ../shared-modules/ffmpeg/ffmpeg.json