Update QT to 3.3.8b

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7417 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Thomas Trepl 2008-05-06 21:29:57 +00:00
parent e04be6a26e
commit a49a52f2d2
3 changed files with 8 additions and 33 deletions

View File

@ -424,7 +424,7 @@ $Date$
-->
<!-- Chapter 26 -->
<!ENTITY qt-version "3.3.8">
<!ENTITY qt-version "3.3.8b">
<!ENTITY qt4-version "4.3.4">
<!ENTITY GTK-version "1.2.10">
<!ENTITY cairo-version "1.4.14">

View File

@ -50,6 +50,9 @@
<para>[dj] - Chaned jdk symlink to use precompiled version and
other text cleanups in jdk page.</para>
</listitem>
<listitem>
<para>[thomas] - Updated to QT-3.3.8b (bugfix release with applied UTF patch).</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY qt-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
<!ENTITY qt-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
<!ENTITY qt-md5sum "cf3c43a7dfde5bfb76f8001102fe6e85">
<!ENTITY qt-size "14.3 MB">
<!ENTITY qt-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.gz">
<!ENTITY qt-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.gz">
<!ENTITY qt-md5sum "9f05b4125cfe477cc52c9742c3c09009">
<!ENTITY qt-size "16.5 MB">
<!ENTITY qt-buildsize "261 MB">
<!ENTITY qt-time "11 SBU (full), 7.5 SBU (sub-tools)">
]>
@ -58,14 +58,6 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="http://www.trolltech.com/developer/download/Qt-3.3.8-UTF-8-fix.diff"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Qt Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -178,16 +170,6 @@ done</userinput></screen> -->
be in use during the install process.</para>
</note>
<para>A <ulink
url='http://www.trolltech.com/company/newsroom/announcements/press.2007-03-30.9172215350'>security
vulnerability</ulink> has been identified in the
<application>Qt</application> package. Apply the patch to fix this
vulnerability with the following command:</para>
<screen><userinput>patch -Np0 -i ../Qt-3.3.8-UTF-8-fix.diff</userinput></screen>
<para>Continue with:</para>
<screen><userinput>sed -i '/QMAKE_RPATH/d' mkspecs/linux*/qmake.conf &amp;&amp;
bash
@ -247,16 +229,6 @@ cp -v -r examples /usr/share/doc/qt</userinput></screen>
class='directory'>/opt/qt-&qt-version;/</filename>
and then creates a symbolic link to <filename>/opt/qt/</filename>.</para>
<para>A <ulink
url='http://www.trolltech.com/company/newsroom/announcements/press.2007-03-30.9172215350'>security
vulnerability</ulink> has been identified in the
<application>Qt</application> package. Apply the patch to fix this
vulnerability with the following command:</para>
<screen><userinput>patch -Np0 -i ../Qt-3.3.8-UTF-8-fix.diff</userinput></screen>
<para>Continue with:</para>
<screen><userinput>bash
export QTDIR=$PWD &amp;&amp;
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &amp;&amp;