bundeled freerdp so no external bindings are nessesary
This commit is contained in:
@@ -1,18 +1,62 @@
|
||||
id: com.angoosh.RDPConnect
|
||||
runtime: org.gnome.Platform
|
||||
#runtime: org.freedesktop.Platform
|
||||
runtime-version: '47'
|
||||
#runtime-version: '23.08'
|
||||
sdk: org.gnome.Sdk
|
||||
#sdk: org.freedesktop.Sdk
|
||||
command: rdpconnect
|
||||
|
||||
build-options:
|
||||
- cflags: "-03 -Wno-error"
|
||||
- cxxflags: "-03 -Wno-error"
|
||||
|
||||
cleanup:
|
||||
- "*.a"
|
||||
- "*.la"
|
||||
- /include
|
||||
- /lib/cmake
|
||||
- /lib/pkgconfig
|
||||
- /sbin
|
||||
- /share/doc
|
||||
- /share/examples
|
||||
- /share/man
|
||||
|
||||
finish-args:
|
||||
- --device=dri
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
- --share=network
|
||||
- --socket=pulseaudio
|
||||
- --socket=cups
|
||||
- --filesystem=home
|
||||
- --socket=system-bus
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
- --socket=pcsc
|
||||
# - --socket=system-bus
|
||||
# - --talk-name=org.freedesktop.Flatpak
|
||||
|
||||
add-build-extensions:
|
||||
org.freedesktop.Platform.ffmpeg-full:
|
||||
- directory: lib/ffmpeg
|
||||
version: 23.08
|
||||
add-ld-path: .
|
||||
org.freedesktop.Platform.openh264:
|
||||
- directory: lib/openh264
|
||||
version: 2.4.1
|
||||
add-ld-path: .
|
||||
|
||||
|
||||
modules:
|
||||
- modules/openssl.json
|
||||
- modules/libusb.json
|
||||
- modules/uriparser.json
|
||||
- modules/cJSON.json
|
||||
- modules/xprop.json
|
||||
- modules/pcsc.json
|
||||
- modules/krb5.json
|
||||
- modules/opensc.json
|
||||
- modules/freerdp.json
|
||||
|
||||
- name: python
|
||||
sources:
|
||||
- type: archive
|
||||
@@ -26,7 +70,7 @@ modules:
|
||||
- --share=network
|
||||
build-commands:
|
||||
- pip3 install PyGObject
|
||||
|
||||
|
||||
- name: rdpconnect
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
|
||||
Reference in New Issue
Block a user