Changeset 4da7077


Ignore:
Timestamp:
05/23/2020 06:59:58 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
99ff4fad
Parents:
78025211
Message:

Update to transmission-3.00.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23195 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r78025211 r4da7077  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 22nd, &year;">
     9<!ENTITY releasedate  "May 23nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r78025211 r4da7077  
    4343    -->
    4444    <listitem>
    45       <para>May 22nd, 2020</para>
    46       <itemizedlist>
     45      <para>May 23nd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to transmission-3.00. Fixes
     49          <ulink url="&blfs-ticket-root;13569">#13569</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to libblockdev-2.24. Fixes
     
    5357          <ulink url="&blfs-ticket-root;13567">#13567</ulink>.</para>
    5458        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
     63      <para>May 22nd, 2020</para>
     64      <itemizedlist>
    5565        <listitem>
    5666          <para>[pierre] - Update to Thunderbird-68.8.1. Fixes
  • packages.ent

    r78025211 r4da7077  
    927927<!ENTITY thunderbird-version          "68.8.1">
    928928<!ENTITY tigervnc-version             "1.10.1">
    929 <!ENTITY transmission-version         "2.94">
     929<!ENTITY transmission-version         "3.00">
    930930<!ENTITY xarchiver-version            "0.5.4.14">
    931931<!ENTITY xchat-version                "2.8.8">
  • xsoft/other/transmission.xml

    r78025211 r4da7077  
    77  <!ENTITY transmission-download-http "https://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-&transmission-version;.tar.xz">
    88  <!ENTITY transmission-download-ftp  " ">
    9   <!ENTITY transmission-md5sum        "c92829294edfa391c046407eeb16358a">
    10   <!ENTITY transmission-size          "3.3 MB">
    11   <!ENTITY transmission-buildsize     "182 MB">
    12   <!ENTITY transmission-time          "0.4 SBU (with Qt and GTK gui interfaces; using parallelism=4)">
     9  <!ENTITY transmission-md5sum        "a23a32672b83c89b9b61e90408f53d98">
     10  <!ENTITY transmission-size          "3.2 MB">
     11  <!ENTITY transmission-buildsize     "228 MB">
     12  <!ENTITY transmission-time          "0.5 SBU (with Qt and GTK gui interfaces; using parallelism=4)">
    1313]>
    1414
     
    3737    </para>
    3838
     39    <note><para>
     40      The download speed of the client defaults to 50 KB/s which is quite slow.
     41      It can be raised, but even on a fast internet connection, the highest
     42      speeds seen were about 500 KB/s. For those that have internet capabilites
     43      faster thanabout 1 MB/s, direct downloads (if available) will be much faster.
     44    </para></note>
     45
    3946    &lfs91_checked;
    4047
     
    106113    </para>
    107114
    108 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr --enable-cli &amp;&amp;
    109116make</userinput></screen>
    110117
     
    142149  <sect2 role="commands">
    143150    <title>Command Explanations</title>
     151
     152    <para>
     153      <option>--enable-cli</option>: This switch enables building the cli client.
     154    </para>
    144155
    145156    <!-- with-gtk is auto detected if gtk3 is present -->
Note: See TracChangeset for help on using the changeset viewer.