UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

freerdp

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.

Package info

Template: cmake-ninja
Codename: freerdp
Source file: FreeRDP-3.17.0.tar.gz
Source file size: 10524013
Source file MD5-checkum: 9d864a070a1e7ae320e0f6cc3a5bf160
Source directory: FreeRDP-3.17.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/FreeRDP-3.17.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/FreeRDP-3.17.0.tar.gz.md5sum
Dependances: cmake, wayland, wayland-protocols, libpng, krb5, libjpeg-turbo, Linux-PAM, alsa-lib, SDL2, libwebp, pulseaudio, libusb, json-c, cups, fuse, SDL2_ttf.
Dependance of: krdc, weston.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build

cmake -D CMAKE_INSTALL_PREFIX=/usr      \
      -D CHANNEL_URBDRC_CLIENT=ON       \
      -D CMAKE_INSTALL_LIBDIR=lib       \
      -D CMAKE_BUILD_TYPE=Release       \
      -D CMAKE_SKIP_INSTALL_RPATH=ON    \
      -D PROXY_PLUGINDIR=/usr/lib/freeerdp/server/proxy/plugins \
      -D DOCBOOKXSL_DIR=/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2 \
      -D RDTK_FORCE_STATIC_BUILD=ON     \
      -D UWAC_FORCE_STATIC_BUILD=ON     \
      -D WITH_ALSA=ON                   \
      -D WITH_BINARY_VERSIONING=ON      \
      -D WITH_CAIRO=ON                  \
      -D WITH_CHANNELS=ON               \
      -D WITH_CLIENT_CHANNELS=ON        \
      -D WITH_CUPS=ON                   \
      -D WITH_DSP_FFMPEG=ON             \
      -D WITH_FFMPEG=ON                 \
      -D WITH_FUSE=ON                   \
      -D WITH_ICU=ON                    \
      -D WITH_JPEG=ON                   \
      -D WITH_PCSC=ON                   \
      -D WITH_PULSE=ON                  \
      -D WITH_SERVER=ON                 \
      -D WITH_SERVER_CHANNELS=ON        \
      -D WITH_SYSTEMD=ON                \
      -D WITH_SWSCALE=ON                \
      -D WITH_WAYLAND=ON                \
      -D WITH_VERBOSE_WINPR_ASSERT=OFF  \
      -D WITH_WINPR_TOOLS=ON            \
      -D WITH_X11=ON                    \
      -D WINPR_UTILS_IMAGE_PNG=ON       \
      -D WINPR_UTILS_IMAGE_JPEG=ON      \
      -D WINPR_UTILS_IMAGE_WEBP=ON      \
      -D WITH_CLIENT_SDL3=OFF           \
      -Wno-dev                          \
      -G Ninja                          \
      ..

Build script:
cd    build
ninja

Install script:
cd    build
ninja install