UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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 directory: FreeRDP-3.17.0
Package URL: FreeRDP-3.17.0.tar.gz
Package md5-checksum URL: FreeRDP-3.17.0.tar.gz.md5sum
Dependances: cmake, wayland, wayland-protocols, libpng, krb5, libjpeg-turbo, Linux-PAM, alsa-lib, SDL3, 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