Changeset c93bd07 for xsoft


Ignore:
Timestamp:
03/30/2016 02:19:41 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
f39e8f4
Parents:
a1fa348
Message:

Update to -3g_ntfsprogs-2016.2.22
Update to ConsoleKit2-1.1.0.
Update to pygobject-3.20.0.
Update to transmission-2.92.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    ra1fa348 rc93bd07  
    77  <!ENTITY transmission-download-http "https://transmission.cachefly.net/transmission-&transmission-version;.tar.xz">
    88  <!ENTITY transmission-download-ftp  " ">
    9   <!ENTITY transmission-md5sum        "411aec1c418c14f6765710d89743ae42">
    10   <!ENTITY transmission-size          "3 MB">
    11   <!ENTITY transmission-buildsize     "230 MB">
    12   <!ENTITY transmission-time          "1.1 SBU">
     9  <!ENTITY transmission-md5sum        "3fce404a436e3cd7fde80fb6ed61c264">
     10  <!ENTITY transmission-size          "3.2 MB">
     11  <!ENTITY transmission-buildsize     "338 MB">
     12  <!ENTITY transmission-time          "1.6 SBU (with Qt and GTK gui interfaces)">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Optional patch:
    80           <ulink url="&patch-root;/transmission-&transmission-version;-qt4-1.patch"/>
    81        </para>
    82       </listitem>
    83     </itemizedlist>-->
    8474
    8575    <bridgehead renderas="sect3">Transmission Dependencies</bridgehead>
     
    112102  <sect2 role="installation">
    113103    <title>Installation of Transmission</title>
    114 <!--
    115     <para>If you want to build the Qt interface using <xref linkend="qt4"/>,
    116     apply the following patch:</para>
    117 
    118 <screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-qt4-1.patch</userinput></screen>-->
    119 
    120104    <para>
    121105      Install <application>Transmission</application> by running the
     
    132116       <filename class="directory">/opt</filename>, use
    133117       <command>source setqt4</command> or <command>source setqt5</command> to
    134        choose which one will be used to build the Qt GUI. For
    135        <application>Qt4</application>, first fix the code with:
    136     </para>
    137 
    138 <screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro</userinput></screen>
    139 
    140     <para>
    141       Now, compile the Qt GUI, with the following commands:
     118       choose which one will be used to build the Qt GUI.
     119    </para>
     120
     121    <para>
     122      Compile the Qt GUI with the following commands:
    142123    </para>
    143124
Note: See TracChangeset for help on using the changeset viewer.