Changeset 33c5fdb for xsoft


Ignore:
Timestamp:
09/07/2023 05:57:37 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
109e7d1e, 128bc41c
Parents:
fe6657ba
Message:

Update to Transmission-4.0.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    rfe6657ba r33c5fdb  
    77  <!ENTITY transmission-download-http "https://github.com/transmission/transmission/releases/download/&transmission-version;/transmission-&transmission-version;.tar.xz">
    88  <!ENTITY transmission-download-ftp  " ">
    9   <!ENTITY transmission-md5sum        "1d92edb61c82422211dbc751f4657489">
    10   <!ENTITY transmission-size          "9.6 MB">
    11   <!ENTITY transmission-buildsize     "347 MB (with GTK and QT5 gui interfaces)">
    12   <!ENTITY transmission-time          "1.4 SBU (with GTK gui interfaces; using parallelism=4) 5 SBU with both GTK and QT5">
     9  <!ENTITY transmission-md5sum        "a9985ff897d060d40b80e763263ffaf9">
     10  <!ENTITY transmission-size          "9.3 MB">
     11  <!ENTITY transmission-buildsize     "229 MB (with both GUI interfaces)">
     12  <!ENTITY transmission-time          "2.3 SBU (with both GUI interfaces; using parallelism=4)">
    1313]>
    1414
     
    133133
    134134    <para>
    135       As transmission.png seems to be missing, create it from the svg::
     135      Next, create transmission.png from the SVG file:
    136136    </para>
    137137
     
    147147    <para>
    148148      <option>-DENABLE_QT=OFF</option>: This switch disables building
    149       the <application>Qt5</application> client. The default is to build it
     149      the <application>Qt5</application> interface. The default is to build it
    150150      if &qt5-deps; is installed.
    151151    </para>
     
    153153    <para>
    154154      <option>-DENABLE_GTK=OFF</option>: This switch disables building
    155       the GTK+-3 cli client. The default is to build it
     155      the GTK+-3 interface. The default is to build it if
    156156      <xref linkend="gtkmm3"/> is installed.
    157157    </para>
     
    164164
    165165    <para>
    166       <option>-DREBUILD_WEB=ON</option>: This switch forces rebuilding of
    167       the web client. Needs <xref linkend="nodejs"/> and a network connection.
    168       The default is to not rebuild.
     166      <option>-DREBUILD_WEB=ON</option>: This switch forces rebuilding
     167      the web client. This option needs <xref linkend="nodejs"/> to be
     168      installed as well as an internet connection. The default is to not
     169      rebuild the client.
    169170    </para>
    170171  </sect2>
     
    180181      <seglistitem>
    181182        <seg>
    182           transmission-cli, transmission-create, transmission-daemon,
    183           transmission-edit, transmission-gtk or transmission-qt,
    184           transmission-remote, and transmission-show
     183          transmission-cli,
     184          transmission-create,
     185          transmission-daemon,
     186          transmission-edit,
     187          transmission-gtk,
     188          transmission-qt,
     189          transmission-remote, and
     190          transmission-show
    185191        </seg>
    186192        <seg>
     
    188194        </seg>
    189195        <seg>
    190           /usr/share/transmission (contains the web client, optional) and
     196          /usr/share/transmission (contains the web client) and
    191197          /usr/share/doc/transmission-&transmission-version;
    192198        </seg>
     
    203209        <listitem>
    204210          <para>
    205             is a lightweight, command-line BitTorrent client with scripting
     211            is a lightweight, command line BitTorrent client with scripting
    206212            capabilities
    207213          </para>
     
    229235          <para>
    230236            is a daemon-based Transmission session that can be controlled via
    231             RPC commands from transmission's web interface or
     237            RPC commands from Transmission's web interface or
    232238            <command>transmission-remote</command>
    233239          </para>
     
    242248        <listitem>
    243249          <para>
    244             is a command-line utility to modify .torrent files' announce URLs
     250            is a command line tool to modify .torrent files' announce URLs
    245251          </para>
    246252          <indexterm zone="transmission transmission-edit">
     
    266272        <listitem>
    267273          <para>
    268             is a Qt bittorrent client
     274            is a Qt-based bittorrent client
    269275          </para>
    270276          <indexterm zone="transmission transmission-qt">
Note: See TracChangeset for help on using the changeset viewer.