Changeset 4b48ee50


Ignore:
Timestamp:
12/03/2005 06:43:12 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e88817b5
Parents:
f86db562
Message:

Update to qt-3.3.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf86db562 r4b48ee50  
    1 <!ENTITY day          "02">
     1<!ENTITY day          "03">
    22<!ENTITY month        "12">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "December &day;nd, &year;">
     5<!ENTITY releasedate  "December &day;rd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    325325
    326326<!-- Chapter 26 -->
    327 <!ENTITY qt-version                   "3.3.4">
     327<!ENTITY qt-version                   "3.3.5">
    328328<!ENTITY GTK-version                  "1.2.10">
    329329<!ENTITY cairo-version                "1.0.2">
  • introduction/welcome/changelog.xml

    rf86db562 r4b48ee50  
    4242-->
    4343    <listitem>
     44      <para>December 3rd, 2005</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Updated to qt-3.3.5.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>December 2nd, 2005</para>
    4554      <itemizedlist>
  • x/lib/qt.xml

    rf86db562 r4b48ee50  
    55  %general-entities;
    66
    7   <!ENTITY qt-download-http "http://sunsite.rediris.es/mirror/Qt/qt/source/qt-x11-free-&qt-version;.tar.bz2">
     7  <!ENTITY qt-download-http "http://ftp.uoi.gr/mirror/X11/Qt/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    88  <!ENTITY qt-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    9   <!ENTITY qt-md5sum        "027f4e82fbe592b39d2f160bfb3a73af">
    10   <!ENTITY qt-size          "13.8 MB">
    11   <!ENTITY qt-buildsize     "250 MB">
    12   <!ENTITY qt-time          "15.5 SBU (full), 10.9 SBU (sub-tools)">
     9  <!ENTITY qt-md5sum        "05d04688c0c0230ed54e89102d689ca4">
     10  <!ENTITY qt-size          "16.7 MB">
     11  <!ENTITY qt-buildsize     "167 MB">
     12  <!ENTITY qt-time          "9.7 SBU (full), 6.8 SBU (sub-tools)">
    1313]>
    1414
     
    6060
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62<!--
    6263    <itemizedlist spacing="compact">
    6364      <listitem>
     
    6667      </listitem>
    6768    </itemizedlist>
    68 
     69-->
    6970    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    7071
     
    106107
    107108    <para>This section will demonstrate two different methods.</para>
     109
     110    <warning>
     111      <para>Building <application>Qt</application> in a
     112      <command>chroot</command> environment may fail.</para>
     113    </warning>
    108114
    109115    <note>
     
    150156export PATH=$PWD/bin:$PATH &amp;&amp;
    151157export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &amp;&amp;
    152 patch -Np1 -i ../qt-x11-free-&qt-version;-gcc4-1.patch &amp;&amp;
    153158./configure -prefix /usr -docdir /usr/share/doc/qt \
    154159    -headerdir /usr/include/qt -plugindir /usr/lib/qt/plugins \
     
    191196export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &amp;&amp;
    192197export PATH=$PWD/bin:$PATH &amp;&amp;
    193 patch -Np1 -i ../qt-x11-free-&qt-version;-gcc4-1.patch &amp;&amp;
    194198./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
    195199    -system-libmng -system-zlib -system-libjpeg -no-exceptions \
Note: See TracChangeset for help on using the changeset viewer.