I've spent about a week or so working on the qt-4.6.0 port for S10 and the others (haven't tested sxce or osol), but I'm probably a couple of days of testing away from putting up and updated set of patches and base-qt.spec file. Basically, I hand verified all the patches from 4.4.1, and forward ported most of them. about a 1/3 went straight in. another 1/2 probably needed some minor formatting changes to either fix the breakage or fuzz. The rest were considered "fixed in this release", with a couple patches so different, I wasn't sure how to proceed with them. I've also had to craft about another 10 patches to fix compilation, which has been successful on 32-bit. I've tuned up a few more things and this is what qt is looking like now.
Comments? About the only thing I haven't tried is the GTK+ Theme support, but we didn't have that with 4.4.1. Anyone have any comments about that module and support? Oh look, I have another patch to generate (qmake.var is now in config.tests/ .....) qmake vars .......... cat: .qmake.vars: No such file or directory qmake switches ...... -d Build ............... libs tools examples demos docs Configuration ....... system-sqlite debug shared dll largefile stl mmx sse sse2 minimal-config small-config medium-config large-config full-c onfig qt3support phonon accessibility opengl ipv6 clock-gettime clock-monotonic getaddrinfo ipv6ifname system-jpeg system-mng system-png png gi f system-tiff system-freetype system-zlib nis cups gnu-libiconv glib dbus nas openssl x11sm xshape xsync xrandr xrender mitshm fontconfig xkb x mlpatterns multimedia svg webkit script scripttools debug Debug ............... yes Qt 3 compatibility .. yes QtDBus module ....... yes (run-time) QtConcurrent code.... yes QtScript module ..... yes QtScriptTools module yes QtXmlPatterns module yes Phonon module ....... yes Multimedia module ... yes SVG module .......... yes WebKit module ....... yes JavaScriptCore JIT .. To be decided by JavaScriptCore Declarative module .. no STL support ......... yes PCH support ......... no MMX/3DNOW/SSE/SSE2.. yes/no/yes/yes Graphics System ..... default IPv6 support ........ yes IPv6 ifname support . yes getaddrinfo support . yes getifaddrs support .. no Accessibility ....... yes NIS support ......... yes CUPS support ........ yes Iconv support ....... gnu Glib support ........ yes GStreamer support ... auto Large File support .. yes GIF support ......... yes TIFF support ........ plugin (system) JPEG support ........ plugin (system) PNG support ......... yes (system) MNG support ......... plugin (system) zlib support ........ system Session management .. yes OpenGL support ...... yes (Desktop OpenGL) OpenVG support ...... no NAS sound support ... system XShape support ...... yes XSync support ....... yes Xinerama support .... runtime Xcursor support ..... runtime Xfixes support ...... runtime Xrandr support ...... yes Xrender support ..... yes Xi support .......... no MIT-SHM support ..... yes FontConfig support .. yes XKB Support ......... yes immodule support .... yes GTK theme support ... no MySQL support ....... plugin PostgreSQL support .. plugin ODBC support ........ plugin SQLite support ...... plugin (system) OpenSSL support ..... yes (run-time) alsa support ........ no
