changelog
- Fri, 16 Jan 2009 10:58:21 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 10:58:21 +0100] rev 92
- Correct and improve code logic, buildconf, and packaging. In particular:
1. Use descriptive variable names <var>libs instead of just <var>.
2. Although Nokia states in all Qt builds that 'NOTE: When linking
against OpenSSL, you can override the default library names
through OPENSSL_LIBS.' and even gives an example, their own
configuration logic rejects such an attempt. Correct this by
hard coding the OpenSSL library string in the configure script.
3. Consistently use the whitespace substitution [\t ] throughout.
4. Patch the buggy INCPATH of SQL plugin Qmake project files.
5. Add the 'x11' configuration variable to the qtconfig Qmake
project using the src/gui/gui.pro file as a model. This is
needed for qtconfig although not in other tools, because
the qtconfig buildconf indirectly includes qt_x11_p.h which
is dependent on X11 headers.
6. Avoid 'ld.so: fatal: hardware capability unsupported: SSE2 AMD_3DNow'
on platforms for which the config.tests/unix/[3dnow|sse2] succeed
although unsopported at run time by testing for the x86-64
instruction set at build time and regulating hardware capabilities.
7. Correctly install the desinger plugin by explicitly building it.
8. Remove custom plugin installation logic which is unnecessary.
9. Correct removal of temporary paths from shared object files.
- Thu, 15 Jan 2009 21:41:03 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 15 Jan 2009 21:41:03 +0100] rev 91
- Add dependency to C++ as the packaged sotfware provides STL classes.
- Thu, 15 Jan 2009 21:40:14 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 15 Jan 2009 21:40:14 +0100] rev 90
- Back out /usr/openwin/share (symlink), and apply /usr/X11 path instead.
- Thu, 15 Jan 2009 21:38:50 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 15 Jan 2009 21:38:50 +0100] rev 89
- Allow unknown file types to be served and change default service path.
- Wed, 14 Jan 2009 17:28:50 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 14 Jan 2009 17:28:50 +0100] rev 88
- Correct flawed installation logic of missing plugin shared objects.
- Wed, 14 Jan 2009 16:59:11 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 14 Jan 2009 16:59:11 +0100] rev 87
- Correct path substitutions of pkgconfig files in dynamic directory.