UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
freerdp2
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: kde-apps
Codename: freerdp2
Source file: freerdp-2.11.7.tar.gz
Source file size: 7337520
Source file MD5-checkum: 73ec89960f60d2649078288bdcea8aa5
Source directory: freerdp-2.11.7
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/freerdp-2.11.7.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/freerdp-2.11.7.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, KDE6-apps-network.
Patches: freerdp2-ffmpeg7.patch.
Addons: *** NO ADDONS FOUND *** 
Nestings *** NO NESTINGS FOUND *** 
Configuration script:
    
# gcc14 buildfix
export CFLAGS+=" -Wno-incompatible-pointer-types -Wno-int-conversion"
export CXXFLAGS+=" -Wno-incompatible-pointer-types -Wno-int-conversion"
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr      \
      -D CHANNEL_URBDRC_CLIENT=ON       \
      -D CMAKE_INSTALL_LIBDIR=lib       \
      -D CMAKE_BUILD_TYPE=None          \
      -D CMAKE_SKIP_INSTALL_RPATH=ON    \
      -D PROXY_PLUGINDIR=/usr/lib/freerdp2/server/proxy/plugins \
      -D WITH_CHANNELS=ON               \
      -D WITH_CLIENT_CHANNELS=ON        \
      -D WITH_CUPS=ON                   \
      -D WITH_DSP_FFMPEG=ON             \
      -D WITH_FFMPEG=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_SWSCALE=ON                \
      -Wno-dev                          \
      ..
Build script:
    
cd build
make
Install script:
    
cd build
make install