Changeset 1b665fb


Ignore:
Timestamp:
04/07/2010 08:24:14 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4690d17
Parents:
562594ff
Message:

Updated to Qt-4.5.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r562594ff r1b665fb  
    493493<!-- Chapter 26 -->
    494494<!ENTITY qt-version                   "3.3.8b">
    495 <!ENTITY qt4-version                  "4.4.3">
     495<!ENTITY qt4-version                  "4.5.3">
    496496<!ENTITY GTK-version                  "1.2.10">
    497497<!ENTITY cairo-version                "1.8.10">
  • introduction/welcome/changelog.xml

    r562594ff r1b665fb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Qt-4.5.3.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to cpio-2.11.</para>
    4952        </listitem>
  • x/lib/qt4.xml

    r562594ff r1b665fb  
    77  <!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    88  <!ENTITY qt4-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    9   <!ENTITY qt4-md5sum        "376c003317c4417326ba2116370227d0">
    10   <!ENTITY qt4-size          "108 MB">
    11   <!ENTITY qt4-buildsize     "1044 MB (full), 943 (essential)">
    12   <!ENTITY qt4-time          "40 SBU (full), 29 SBU (essential)">
     9  <!ENTITY qt4-md5sum        "3988cf9af68be2df8a8000ede231de9b">
     10  <!ENTITY qt4-size          "125 MB">
     11  <!ENTITY qt4-buildsize     "1100 MB (full), 980 (essential)">
     12  <!ENTITY qt4-time          "47 SBU (full), 36 SBU (essential)">
    1313]>
    1414
     
    7272    <para role="optional"><xref linkend="nas"/>,
    7373      <xref linkend="dbus"/>,
     74      <xref linkend="gst-plugins-base"/>,
    7475      <xref linkend="glib2"/>,
    7576      <xref linkend="openssl"/>,
     
    136137    </note>
    137138
    138     <note>
     139    <caution>
    139140      <para>If <application>Qt4</application> is being reinstalled and the
    140141      <filename class='directory'>/usr</filename>
     
    143144      <application>Qt4</application> libraries that should not be in use during
    144145      the install process.</para>
    145     </note>
     146    </caution>
    146147
    147148    <note>
     
    169170
    170171<screen><userinput>./configure -prefix /opt/qt-&qt4-version;  \
    171             -release                 \
    172172            -nomake examples         \
    173173            -nomake demos            \
     
    192192    <title>Command Explanations</title>
    193193
    194     <para><parameter>-release, -no-separate-debug-info</parameter>: These
    195     switches minimizes the time and space used to build
     194    <para><parameter>-no-separate-debug-info</parameter>: This parameter
     195    minimizes the time and space used to build
    196196    <application>Qt4</application> by not adding debug information to the
    197     libraries.</para>
     197    libraries and executables.</para>
    198198
    199199    <para><parameter>-nomake examples, -nomake demos</parameter>:
     
    206206    <option>-docdir</option>, and <option>-headerdir</option>.  For a complete
    207207    list, run <command>./configure -help</command>.</para>
    208 
    209208
    210209    <para><parameter>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>
     
    233232      and system processes.</para>
    234233
    235       <para>Update the <filename>/etc/ld.so.conf</filename> and
    236       <filename>/etc/man_db.conf</filename> files:</para>
     234      <para>As the <systemitem class="username">root</systemitem> user, update
     235      the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
     236      run-time cache file:</para>
    237237
    238238<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF" &amp;&amp;
     
    243243# End qt addition</literal>
    244244EOF
    245 ldconfig &amp;&amp;
    246 cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF"
    247 <literal># Begin qt addition to man_db.conf
    248 
    249 MANDATORY_MANPATH /opt/qt/doc/man
    250 
    251 # End qt addition to man_db.conf</literal>
    252 EOF</userinput></screen>
     245ldconfig</userinput></screen>
    253246
    254247      <indexterm zone="qt qt4-config">
    255248        <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
    256       </indexterm>
    257 
    258       <indexterm zone="qt qt4-config">
    259         <primary sortas="e-etc-man_db.conf">/etc/man_db.conf</primary>
    260249      </indexterm>
    261250
     
    272261      <filename class='directory'>/opt/qt/bin</filename>.</para>
    273262
    274       <para>As with most libraries, there is no explicit configuration to do.
    275       After updating <filename>/etc/ld.so.conf</filename> as explained above,
    276       run <command>/sbin/ldconfig</command> so that <command>ldd</command>
    277       can find the shared libraries.</para>
    278 
    279263    </sect3>
    280264  </sect2>
     
    289273
    290274      <seglistitem>
    291         <seg>assistant, designer, linguist, lrelease, lupdate, moc,
    292         pixeltool, qmake, qt3to4, qtconfig, qtdemo, rcc, uic, and uic3</seg>
    293 
    294         <seg>libQt3Support.so, libQtAssistantClient.so, libQtCore.so,
    295         libQtDesigner.so, libQtDesignerComponents.so, libQtGui.so,
    296         libQtNetwork.so, libQtOpenGL.so, libQtScript.so, libQtSql.so,
    297         libQtSvg.so, libQtTest.so, and libQtXml.so</seg>
     275        <seg>assistant, assistant_adp, designer, lconvert, linguist, lrelease,
     276        lupdate, moc, pixeltool, qcollectiongenerator, qdbus, qdbuscpp2xml,
     277        qdbusviewer, qdbusxml2cpp, qhelpconverter, qhelpgenerator,qmake,
     278        qt3to4, qtconfig, qtdemo, rcc, uic, uic3, and xmlpatterns</seg>
     279
     280        <seg>libphonon.so, libQt3Support.so, libQtAssistantClient.so,
     281        libQtCLucene.so, libQtCore.so, libQtDesigner.so, libQtDBus.so,
     282        libQtDesignerComponents.so, libQtGui.so, libQtHelp.so, libQtNetwork.so,
     283        libQtOpenGL.so, libQtScript.so, libQtScriptTools.so, libQtSql.so,
     284        libQtSvg.so, libQtTest.so, libQtUiTools.a, libQtWebKit.so, libQtXml.so,
     285        libQtXmlPatterns.so, and numerous plugin modules installed in
     286        <filename class='directory'>/opt/qt/plugins</filename></seg>
    298287
    299288        <seg>/opt/qt-&qt4-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.