custom_blfs_packages/xsoft/other/freerdp.xml
2024-03-12 22:36:57 +01:00

98 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY freerdp-download-http "https://github.com/FreeRDP/FreeRDP/releases/download/3.2.0/freerdp-3.2.0.tar.gz">
<!ENTITY freerdp-download-ftp " ">
<!ENTITY freerdp-md5sum "">
<!ENTITY freerdp-size "4.6 MB">
<!ENTITY freerdp-buildsize "500 MB">
<!ENTITY freerdp-time "2 SBU (using parallelism=4)">
]>
<sect1 id="freerdp" xreflabel="FreeRDP-&freerdp-version;">
<?dbhtml filename="freerdp.html"?>
<title>FreeRDP-&freerdp-version;</title>
<indexterm zone="freerdp">
<primary sortas="a-FreeRDP">FreeRDP</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to FreeRDP</title>
<para>
<application>FreeRDP</application> 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.
</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&freerdp-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&freerdp-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &freerdp-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &freerdp-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &freerdp-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &freerdp-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">FreeRDP Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="pkcs11-helper"/>, and
<xref linkend="libusb"/>, and
<xref linkend="ffmpeg"/>, and
<xref linkend="faad2"/>, and
<xref linkend="faac"/>, and
<xref linkend="cairo"/>, and
<xref linkend="alsa"/>, and
<xref linkend="alsa-lib"/>, and
<xref linkend="pulseaudio"/>, and
<xref linkend="cups"/>, and
<xref linkend="icu"/>, and
<xref linkend="sdl2"/>, and
<xref linkend="sdl2-ttf"/>, and
<xref linkend="sdl2-image"/>
</para>
</sect2>
<sect2 role="installation">
<title/>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -DWITH_KRB5=OFF -DCHANNEL_URBDRC=ON -DWITH_FFMPEG=ON -DWITH_SWSCALE=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=OFF -DWITH_CAIRO=ON -DWITH_ICU=ON -DWITH_VAAPI=ON -DWITH_PLATFORM_SERVER=OFF -DWITH_WEBVIEW=OFF -DWITH_MANPAGES=OFF -B. -H.. &amp;&amp;
cmake --build .</userinput></screen>
<screen role="root"><userinput>cmake --build . --target install</userinput></screen>
</sect2>
</sect1>