Changeset 109e7d1e


Ignore:
Timestamp:
09/07/2023 07:30:28 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
4a87c83
Parents:
f6752fce (diff), 33c5fdb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    rf6752fce r109e7d1e  
    150150    <para>
    151151      To test the results, issue: <command>make tests</command>.
    152       One test, 012_cite.dox, is known to fail.
     152      <!--One test, 012_cite.dox, is known to fail.-->
    153153    </para>
    154154
  • introduction/welcome/changelog.xml

    rf6752fce r109e7d1e  
    4040    -->
    4141    <listitem>
     42      <para>September 7th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to Transmission-4.0.4. Fixes
     46          <ulink url="&blfs-ticket-root;18471">#18471</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>September 6th, 2023</para>
    4353      <itemizedlist>
  • multimedia/libdriv/libaom.xml

    rf6752fce r109e7d1e  
    99  <!ENTITY libaom-md5sum        "26fd53c63898211c4f13ffab1e807617">
    1010  <!ENTITY libaom-size          "5.1 MB">
    11   <!ENTITY libaom-buildsize     "111 MB (add 969 MB for tests)">
    12   <!ENTITY libaom-time          "1.2 SBU (with parallelism=4, add 136 SBU for tests)">
     11  <!ENTITY libaom-buildsize     "111 MB (add 998 MB for tests)">
     12  <!ENTITY libaom-time          "1.2 SBU (with parallelism=4, add 187 SBU for tests)">
    1313
    1414]>
  • packages.ent

    rf6752fce r109e7d1e  
    10071007<!ENTITY thunderbird-version          "115.2.0">
    10081008<!ENTITY tigervnc-version             "1.13.1">
    1009 <!ENTITY transmission-version         "4.0.3">
     1009<!ENTITY transmission-version         "4.0.4">
    10101010<!ENTITY xarchiver-version            "0.5.4.21">
    10111011<!ENTITY xdg-utils-version            "1.1.3">
  • xsoft/other/transmission.xml

    rf6752fce r109e7d1e  
    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.