UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ 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:
Codename: freerdp
Source file: freerdp-3.15.0.tar.xz
Source file size: 7152972
Source file MD5-checkum: 3f62db0b366de62c5c45a03f6b627c08
Source directory: freerdp-3.15.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/freerdp-3.15.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/freerdp-3.15.0.tar.xz.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: 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 RDTK_FORCE_STATIC_BUILD=ON     \
      -D UWAC_FORCE_STATIC_BUILD=ON     \
      -D WITH_ALSA=ON                   \
      -D WITH_BINARY_VERSIONING=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                          \
      ..

Build script:
cd build
make

Install script:
cd build
make install