Changeset ea0d62a


Ignore:
Timestamp:
01/03/2011 06:30:52 PM (13 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:
1f828cf
Parents:
520ff09c
Message:

Updated to Qt-4.7.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r520ff09c rea0d62a  
    509509<!-- Chapter 26 -->
    510510<!ENTITY qt-version                   "3.3.8b">
    511 <!ENTITY qt4-version                  "4.5.3">
     511<!ENTITY qt4-version                  "4.7.1">
    512512<!ENTITY GTK-version                  "1.2.10">
    513513<!ENTITY cairo-version                "1.8.10">
  • introduction/welcome/changelog.xml

    r520ff09c rea0d62a  
    4545      <para>January 3rd, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Qt-4.7.1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Pango-1.28.2.</para>
  • x/lib/qt4.xml

    r520ff09c rea0d62a  
    55  %general-entities;
    66
    7   <!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    8   <!ENTITY qt4-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    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)">
     7  <!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
     8  <!ENTITY qt4-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
     9  <!ENTITY qt4-md5sum        "6f88d96507c84e9fea5bf3a71ebeb6d7">
     10  <!ENTITY qt4-size          "211 MB">
     11  <!ENTITY qt4-buildsize     "1500 MB (full), 1300 (essential)">
     12  <!ENTITY qt4-time          "72 SBU (full), 60 SBU (essential)">
    1313]>
    1414
     
    7373      <xref linkend="dbus"/>,
    7474      <xref linkend="gst-plugins-base"/>,
     75      <ulink url="http://www.pulseaudio.org/">PulseAudio</ulink>,
    7576      <xref linkend="glib2"/>,
     77      <xref linkend="gtk2"/>,
    7678      <xref linkend="openssl"/>,
    7779      <xref linkend="cups"/>,
     
    171173<screen><userinput>./configure -prefix /opt/qt-&qt4-version;  \
    172174            -nomake examples         \
    173             -nomake demos            \
    174             -no-separate-debug-info &amp;&amp;
     175            -nomake demos            &amp;&amp;
    175176make</userinput></screen>
    176177
     
    191192  <sect2 role="commands">
    192193    <title>Command Explanations</title>
    193 
    194     <para><parameter>-no-separate-debug-info</parameter>: This parameter
    195     minimizes the time and space used to build
    196     <application>Qt4</application> by not adding debug information to the
    197     libraries and executables.</para>
    198194
    199195    <para><parameter>-nomake examples, -nomake demos</parameter>:
Note: See TracChangeset for help on using the changeset viewer.