mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
124 lines
3.5 KiB
XML
124 lines
3.5 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 qbittorrent-download-http "https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.2/qbittorrent-5.0.2.tar.gz">
|
|
<!ENTITY qbittorrent-download-ftp " ">
|
|
<!ENTITY qbittorrent-md5sum "02495051bd205889eb0c9f73d4184e38">
|
|
<!ENTITY qbittorrent-size "4.6 MB">
|
|
<!ENTITY qbittorrent-buildsize "500 MB">
|
|
<!ENTITY qbittorrent-time "2 SBU (using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="qbittorrent" xreflabel="qBittorrent-&qbittorrent-version;">
|
|
<?dbhtml filename="qbittorrent.html"?>
|
|
|
|
|
|
<title>qBittorrent-&qbittorrent-version;</title>
|
|
|
|
<indexterm zone="qbittorrent">
|
|
<primary sortas="a-qBittorrent">qBittorrent</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to qBittorrent</title>
|
|
|
|
<para>
|
|
<application>qBittorrent</application> project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
|
|
</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&qbittorrent-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&qbittorrent-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &qbittorrent-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &qbittorrent-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &qbittorrent-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &qbittorrent-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">qBittorrent Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="boost"/>, and
|
|
<xref linkend="libtorrent-rasterbar"/>, and
|
|
<xref linkend="qt6"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of qBittorrent</title>
|
|
|
|
<para>
|
|
Install <application>qBittorrent</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &&
|
|
cmake --build build</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>cmake --install build &&
|
|
gio mime application/x-bittorrent org.qbittorrent.qBittorrent.desktop &&
|
|
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
qbittorrent
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/qbittorrent
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|