changelog
- Fri, 16 Jan 2009 20:57:37 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:57:37 +0100] rev 99
- Import package vendor original specs for necessary manipulations.
- Fri, 16 Jan 2009 20:56:21 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:56:21 +0100] rev 98
- Remove versioned patch logic, and correct 64-bit building.
- Fri, 16 Jan 2009 20:54:43 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:54:43 +0100] rev 97
- Import package vendor original specs for necessary manipulations.
- Fri, 16 Jan 2009 20:52:58 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:52:58 +0100] rev 96
- Use standard paths instead of postfixed version paths.
- Fri, 16 Jan 2009 20:52:12 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:52:12 +0100] rev 95
- Import package vendor original specs for necessary manipulations.
- Fri, 16 Jan 2009 20:47:17 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 20:47:17 +0100] rev 94
- Delete webkit link files until Nokia repairs webkit components.
- Fri, 16 Jan 2009 11:50:46 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 16 Jan 2009 11:50:46 +0100] rev 93
- Personalize configuration including nonstandard gnome and esd libs.
- 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.