Changeset 4da7077
- Timestamp:
- 05/23/2020 06:59:58 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 99ff4fad
- Parents:
- 78025211
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r78025211 r4da7077 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 2 2nd, &year;">9 <!ENTITY releasedate "May 23nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r78025211 r4da7077 43 43 --> 44 44 <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> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to libblockdev-2.24. Fixes … … 53 57 <ulink url="&blfs-ticket-root;13567">#13567</ulink>.</para> 54 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 63 <para>May 22nd, 2020</para> 64 <itemizedlist> 55 65 <listitem> 56 66 <para>[pierre] - Update to Thunderbird-68.8.1. Fixes -
packages.ent
r78025211 r4da7077 927 927 <!ENTITY thunderbird-version "68.8.1"> 928 928 <!ENTITY tigervnc-version "1.10.1"> 929 <!ENTITY transmission-version " 2.94">929 <!ENTITY transmission-version "3.00"> 930 930 <!ENTITY xarchiver-version "0.5.4.14"> 931 931 <!ENTITY xchat-version "2.8.8"> -
xsoft/other/transmission.xml
r78025211 r4da7077 7 7 <!ENTITY transmission-download-http "https://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-&transmission-version;.tar.xz"> 8 8 <!ENTITY transmission-download-ftp " "> 9 <!ENTITY transmission-md5sum " c92829294edfa391c046407eeb16358a">10 <!ENTITY transmission-size "3. 3MB">11 <!ENTITY transmission-buildsize " 182MB">12 <!ENTITY transmission-time "0. 4SBU (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)"> 13 13 ]> 14 14 … … 37 37 </para> 38 38 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 39 46 &lfs91_checked; 40 47 … … 106 113 </para> 107 114 108 <screen><userinput>./configure --prefix=/usr &&115 <screen><userinput>./configure --prefix=/usr --enable-cli && 109 116 make</userinput></screen> 110 117 … … 142 149 <sect2 role="commands"> 143 150 <title>Command Explanations</title> 151 152 <para> 153 <option>--enable-cli</option>: This switch enables building the cli client. 154 </para> 144 155 145 156 <!-- with-gtk is auto detected if gtk3 is present -->
Note:
See TracChangeset
for help on using the changeset viewer.