Changeset 2c596e3f


Ignore:
Timestamp:
02/09/2023 09:41:05 PM (15 months ago)
Author:
Tim Tassonis <stuff@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
fec92b53
Parents:
05355b8
Message:

Update to mesa-22.3.5
Update to transmission-4.0.0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r05355b8 r2c596e3f  
    4242      <para>February 9th, 2023</para>
    4343      <itemizedlist>
     44       <listitem>
     45          <para>[timtas] - Update to transmission-4.0.0. Fixes
     46          <ulink url="&blfs-ticket-root;17609">#17609</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[timtas] - Update to mesa-22.3.5. Fixes
     50          <ulink url="&blfs-ticket-root;17615">#17616</ulink>.</para>
     51        </listitem>
    4452        <listitem>
    4553          <para>[pierre] - Update to xwayland-22.1.8 (security update). Fixes
  • packages.ent

    r05355b8 r2c596e3f  
    754754<!ENTITY xcb-util-cursor-version      "0.1.4">
    755755<!ENTITY mesa-major-minor             "22.3">
    756 <!ENTITY mesa-version                 "&mesa-major-minor;.4">
     756<!ENTITY mesa-version                 "&mesa-major-minor;.5">
    757757<!ENTITY xbitmaps-version             "1.1.2">
    758758<!ENTITY xcursor-themes-version       "1.0.6">
     
    971971<!ENTITY thunderbird-version          "102.6.1">
    972972<!ENTITY tigervnc-version             "1.12.0">
    973 <!ENTITY transmission-version         "3.00">
     973<!ENTITY transmission-version         "4.0.0">
    974974<!ENTITY xarchiver-version            "0.5.4.20">
    975975<!ENTITY xdg-utils-version            "1.1.3">
  • x/installing/mesa.xml

    r05355b8 r2c596e3f  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "edc8d2b824403aebc83d2c23b6c1dba0">
    10   <!ENTITY mesa-size          "16 MB">
    11   <!ENTITY mesa-buildsize     "372 MB (with docs, add 203 MB for tests)">
     9  <!ENTITY mesa-md5sum        "fdb35ae46968ce517702037710db6a3f">
     10  <!ENTITY mesa-size          "17 MB">
     11  <!ENTITY mesa-buildsize     "369 MB (with docs, add 203 MB for tests)">
    1212  <!ENTITY mesa-time          "2.2 SBU (Using parallelism=4; with docs, add 0.6 SBU for tests)">
    1313]>
  • xsoft/other/transmission.xml

    r05355b8 r2c596e3f  
    55  %general-entities;
    66
    7   <!ENTITY transmission-download-http "https://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-&transmission-version;.tar.xz">
     7  <!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        "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)">
     9  <!ENTITY transmission-md5sum        "d73915000cf2871404b45a64969cea83">
     10  <!ENTITY transmission-size          "9.9 MB">
     11  <!ENTITY transmission-buildsize     "337 MB">
     12  <!ENTITY transmission-time          "a year or so..">
    1313]>
    1414
     
    3333    </para>
    3434
    35     <note><para>
    36       The download speed of the client defaults to 50 KB/s which is quite slow.
    37       It can be raised, but even on a fast internet connection, the highest
    38       speeds seen were about 500 KB/s. For those that have internet capabilities
    39       faster than about 1 MB/s, direct downloads (if available) will be much faster.
    40     </para></note>
    41 
    4235    &lfs112_checked;
    4336
     
    7265        <para>
    7366          Estimated build time: &transmission-time;
    74         </para>
    75       </listitem>
    76     </itemizedlist>
    77 
    78     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    79     <itemizedlist spacing="compact">
    80       <listitem>
    81         <para>
    82           Optional patch:
    83           <ulink url="&patch-root;/transmission-&transmission-version;-pidfile_doc-1.patch"/>
    8467        </para>
    8568      </listitem>
     
    9780    <bridgehead renderas="sect4">Recommended (to build a GUI)</bridgehead>
    9881    <para role="recommended">
    99       <xref linkend="gtk3"/> and
     82      <xref linkend="gtkmm3"/> or
    10083      <xref linkend="qt5"/>
    10184    </para>
     
    10386    <bridgehead renderas="sect4">Optional</bridgehead>
    10487    <para role="optional">
     88      <xref linkend="nodejs"/> (only for building, not a run-time dependency),
    10589      <xref linkend="doxygen"/> and
    10690      <xref linkend="gdb"/>
     
    11599    <title>Installation of Transmission</title>
    116100
    117     <para>
    118       Apply an optional patch to document the pid-file option
    119       on the man-page of <command>transmission-daemon</command>:
    120     </para>
    121 
    122 <screen><userinput remap="pre">patch -Np1 -i ../transmission-&transmission-version;-pidfile_doc-1.patch</userinput></screen>
    123101
    124102
     
    128106    </para>
    129107
    130 <screen><userinput>./configure --prefix=/usr --enable-cli &amp;&amp;
     108<screen><userinput>mkdir build &amp;&amp;
     109cd    build &amp;&amp;
     110
     111cmake -DCMAKE_INSTALL_PREFIX=/usr \
     112      -DCMAKE_BUILD_TYPE=Release  \
     113
     114cmake -DCMAKE_INSTALL_PREFIX=/usr \
     115      -DCMAKE_BUILD_TYPE=Release  \
     116      -DENABLE_QT=OFF -DENABLE_WEB=ON -DENABLE_CLI=ON .. &amp;&amp;
    131117make</userinput></screen>
    132118
    133     <para>
    134       Compile the Qt GUI with the following commands:
    135     </para>
    136 
    137 <screen><userinput>pushd qt        &amp;&amp;
    138   qmake qtr.pro &amp;&amp;
    139   make          &amp;&amp;
    140 popd</userinput></screen>
    141 
    142     <para>
    143       This package does not come with a test suite.
    144     </para>
    145119
    146120    <para>
     
    150124<screen role="root"><userinput>make install</userinput></screen>
    151125
    152     <para>
    153       If you compiled the Qt GUI, install it by running the following commands
    154       as the <systemitem class="username">root</systemitem> user:
    155     </para>
    156 
    157 <screen role="root"><userinput>make INSTALL_ROOT=/usr -C qt install &amp;&amp;
    158 
    159 install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
    160 install -m644 qt/icons/transmission.png  /usr/share/pixmaps/transmission-qt.png</userinput></screen>
     126
     127    <para>
     128      As transmission.png seems to be missing, create it from the svg::
     129    </para>
     130
     131<screen role="root"><userinput>rsvg-convert \
     132/usr/share/icons/hicolor/scalable/apps/transmission.svg \
     133/usr/share/pixmaps/transmission.png</userinput></screen>
    161134
    162135  </sect2>
     
    166139
    167140    <para>
    168       <option>--enable-cli</option>: This switch enables building the cli client.
    169     </para>
    170 
    171     <!-- with-gtk is auto detected if gtk3 is present -->
    172     <para>
    173       <option>--without-gtk</option>: This switch disables building of the
    174       <application>GTK+</application> interface if
    175       <application>GTK+</application> is present on the system (useful for
    176       <application>Qt5</application> or cli only builds).
     141      <option>--DENABLE_QT=OFF</option>: This switch disable building
     142      the <application>Qt5</application> client. Set to ON for building it.
     143    </para>
     144
     145    <para>
     146      <option>--DENABLE_CLI=ON</option>: This switch enables building
     147      the cli client.
     148    </para>
     149
     150    <para>
     151      <option>--DENABLE_WEB=ON</option>: This switch enables building
     152      the web client.
    177153    </para>
    178154
Note: See TracChangeset for help on using the changeset viewer.