changelog
- 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.
- 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.
- Wed, 14 Jan 2009 15:59:12 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 14 Jan 2009 15:59:12 +0100] rev 86
- Correct and improve many buildconf and code logic blocks. In particular:
1. Document potential problems building with current binutils releases.
2. Document the flawed webkit and explain its temporary exclusion.
3. Document the edition of Qt which is built and installed.
4. Remove the Solaris x11_supdir logic as it is no longer found.
5. Correct several .pr[io] files including QMAKE_CXXFLAGS and INCPATH,
which previously caused preexisting Qt installations to deliver
erroneous old include and library logic instead of relying on
that of the currently building package. -I/opkg/include is now
placed at the end of the compile statements.
6. Don't trust the QMAKE_[INC|LIB]DIR_X11 identifiers in qmake.conf.
7. Allow more 64-bit builds and more properly identify the platform.
8. Place plugins (which are shared objects) in lib instead of share.
9. Build components as plugins when possible if with_shared is enabled.
10. Translate German text to English to be more consistent.
11. Instead of removing the pkgconfig directory of with_shared builds,
place it in a child directory useful for shared building.
12. Document the nonstandard shared build directory structure,
including using the hidden pkgconfig directory (PKG_CONFIG_PATH.)
13. Change %doc to specify files rather than directories in the RPM DB.
- Wed, 14 Jan 2009 15:09:44 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 14 Jan 2009 15:09:44 +0100] rev 85
- Correct dependencies due to parallel builds (make) and C++ code (gcc).
Additionally, clean up general build and runtime dependencies in packaging.