diff --git a/general.ent b/general.ent index c266a87708..fd2ef9b1b6 100644 --- a/general.ent +++ b/general.ent @@ -508,7 +508,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7e1ab5d372..c5150619c4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ January 3rd, 2011 + + [randy] - Updated to Qt-4.7.1. + [randy] - Updated to Pango-1.28.2. diff --git a/x/lib/qt4.xml b/x/lib/qt4.xml index 026e524d5d..9e7d469c74 100644 --- a/x/lib/qt4.xml +++ b/x/lib/qt4.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> @@ -72,7 +72,9 @@ , , , + PulseAudio, , + , , , , @@ -170,8 +172,7 @@ ./configure -prefix /opt/qt-&qt4-version; \ -nomake examples \ - -nomake demos \ - -no-separate-debug-info && + -nomake demos && make This package does not come with a test suite. @@ -191,11 +192,6 @@ make Command Explanations - -no-separate-debug-info: This parameter - minimizes the time and space used to build - Qt4 by not adding debug information to the - libraries and executables. - -nomake examples, -nomake demos: These switches disable building programs that are only of interest to a Qt4 developer.