* Renamed recipe and its folder to "slimevolley" as that is the name under
PROVIDES. Hopefully that makes it finally installable from HDS.
* Added a vector icon rdef and I-O-M file.
* Added a patch putting the settings file into B_USER_SETTINGS_DIRECTORY.
* disabble mobile plugins, those are not needed.
* correctly set QUTIM_SHARE_DIR on Haiku so that qutIM can find its icons. This also fixes crashes in some plugins.
* clean up patch.
TODO: some icons are still missing. Statistics gatherer window always shows on start-up.
* Assembler code completely disabled for gcc2. Cross platform C code is
used instead, which means this needs more CPU than the 0.10.x branch
with asm enabled. But, at least it works.
* Redone the gcc2 support to make it more well behaved. Things that only
* need to be disabled for gcc2 are under a #if __GNUC__ > 2 check,
instead of #if 0. Also removed a lot of hacks to the configure script
that are not needed anymore.
* Since the patch for gcc2 should not create problems for the gcc4
version, use a single patch. The hack used to decide which patchset to
use did not work, because effectoiveTargetarchitecture was not set yet
when parsing the file to find the PATCHES variable.
* I leave this marked as broken for gcc2, because 0.11.5 was not updated
for years, while the ffmpeg team is still updating the 0.10.x branch
with regular releases. This means 0.10 gets bugfixes in the codecs, and
0.11 doesn't. We better use the latest codecs, even if we don't get the
latest API.
* disable D-Bus as it's currently broken in Haiku's Qt
* disable NOWPLAYING which crashes qutIM because of disabled D-Bus
* enable ICQ and Jabber plugins by enabling libqca
* enable Aspell plugin
* add missing REQUIRES
* sort BUILD_REQUIRES